-
Notifications
You must be signed in to change notification settings - Fork 3
Roadmap
John Williams edited this page Mar 9, 2026
·
1 revision
ContextOS is built in three phases. Each phase is designed to compound on the previous one.
Unify all six source repos into one coherent package.
- Unified MCP tool schema (47 tools across 5 layers)
- Memory layer architecture with hot/warm/cold tiering
- Cross-session memory persistence (extending claude-mem)
- Hybrid retrieval engine (extending ragflow)
- Multi-corpus routing (internal + web + code + API)
- Tool DAG execution (extending composio)
- Spec-driven planning engine (extending GSD)
- Pre-Response Sparring Hook (entirely new)
- Orchestration Core with intent router (entirely new)
- Cost Ledger (entirely new)
- Request tracing (entirely new)
- Full composio integration (pass-through to 1000+ tools)
- ragflow integration (use existing ragflow instance)
- context7 live doc integration
- PyPI package publish (
pip install contextos) - Full test suite
Build the feedback loops that make ContextOS self-improving.
- Retrieval feedback loop (track which chunks were used, improve routing)
- Entity graph with relationship queries (NER + knowledge graph)
- Memory conflict resolution engine (timestamp + confidence scoring)
- Tool output caching layer (Redis-backed for distributed deployments)
- Outcome evaluation + spec scoring (measure plan success rate)
- Constraint propagation in planning (when step fails, update dependents)
- Spec versioning + diff UI
- TypeScript adapter for MCP clients
- Docker image + docker-compose for production deployment
- PostgreSQL + pgvector backend for scale
Make ContextOS a platform others build on.
- ContextOS Cloud (hosted, multi-tenant, no self-hosting required)
- Visual workflow builder for DAG pipelines
- Tool schema marketplace (publish + discover schemas)
- Enterprise SSO + workspace audit logs
- LangGraph integration
- CrewAI integration
- AutoGen integration
- Billing dashboard with per-workspace cost breakdowns
- ContextOS Pro: managed retrieval corpus hosting
- ContextOS Enterprise: on-premise deployment with SLA
- Initial architecture and all five layers
- 47 MCP tools defined with full schema
- Pre-Response Sparring Hook
- Orchestration Core
- Full wiki and documentation
- MIT license
Want to influence the roadmap? Open a Discussion on GitHub.