Skip to content

v0.1.0 - Initial Release

Latest

Choose a tag to compare

@scotty595 scotty595 released this 05 Dec 04:42
· 51 commits to main since this release

🚀 Initial Release

Conversation routing and context management for AI applications.

Features

  • Message routing - STAY/ROUTE/BRANCH decisions via LLM
  • Fact extraction - Extract structured facts with provenance
  • Context assembly - Optimized LLM context from branches and facts
  • Local embeddings - Zero API cost with transformers.js

API Endpoints

  • POST /api/v1/drift/route - Route messages
  • GET /api/v1/drift/branches/:conversationId - List branches
  • GET /api/v1/context/:branchId - Get LLM context
  • POST /api/v1/facts/:branchId/extract - Extract facts
  • GET /api/v1/facts/:branchId - Get facts