-
-
Notifications
You must be signed in to change notification settings - Fork 2
Roadmap
Bellok edited this page Mar 29, 2026
·
8 revisions
Back to Home
This page tracks the milestones from the current research preview toward the 1.0.0 production release.
The project is in active pre-1.0 development. All 0.x releases should be interpreted as:
- Ready for research, controlled pilots, and single-agent workflows.
- Not ready for production-scale, multi-tenant, or high-criticality deployments.
This position is intentional and consistent with semantic versioning conventions for 0.x software.
| Version | Date | Summary |
|---|---|---|
| v0.1.8 | 2026-03-28 | Docker Hub README auto-refresh via CI; Node 24 upgrade |
| v0.1.7 | 2026-03-28 | Fixed GIF/link rendering on Docker Hub and GHCR using absolute URLs |
| v0.1.6 | 2026-03-28 | Disabled immutable latest tag to fix Docker Hub publish failures |
| v0.1.5 | 2026-03-28 | Published to official MCP Registry (registry.modelcontextprotocol.io) |
| v0.1.3 | 2026-03-28 | Added GHCR publishing alongside Docker Hub |
| v0.1.2 | 2026-03-28 | Release pipeline hardening; rerun-safe npm publish |
| v0.1.1 | 2026-03-28 | Initial research preview release |
For full details see Release Notes.
- Structured logging with error codes and recovery paths
- Concurrent write safety (mutex + journal pattern)
- Resource quotas and performance monitoring
- Load testing & scaling characteristics documentation
- Agent lifecycle hooks (
on_memory_created,on_connection_added, etc.) - Agent goal context integration (personalized relevance ranking)
- Dynamic district creation for adaptive taxonomies
- Council-style agentic workflows: multiple CLI agents coordinated by an orchestrator
- Kanban orchestration: task distribution and state tracking across agent workers
- Inter-agent knowledge sharing patterns
- Concurrency & contention resolution
- Sub-second search performance at 100k+ memories
- Durable persistence guarantees (ACID for updates)
- Multi-tenant isolation
- Full coverage of agentic orchestration patterns
- Stable API contract with versioning strategy
See also: Architecture · Release Notes · Getting Started