Releases: DriftOS/driftos-core
Releases · DriftOS/driftos-core
v0.1.0 - Initial 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 messagesGET /api/v1/drift/branches/:conversationId- List branchesGET /api/v1/context/:branchId- Get LLM contextPOST /api/v1/facts/:branchId/extract- Extract factsGET /api/v1/facts/:branchId- Get facts