Skip to content

Releases: DriftOS/driftos-core

v0.1.0 - Initial Release

05 Dec 04:42

Choose a tag to compare

🚀 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