Skip to content

Roadmap

Bellok edited this page Mar 29, 2026 · 8 revisions

Roadmap

Back to Home

This page tracks the milestones from the current research preview toward the 1.0.0 production release.


Current Position: v0.1.8 (Research Preview)

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.


Release History

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.


Milestones

v0.2.0 — Stability & Observability

  • Structured logging with error codes and recovery paths
  • Concurrent write safety (mutex + journal pattern)
  • Resource quotas and performance monitoring
  • Load testing & scaling characteristics documentation

v0.3.0 — Agent Lifecycle

  • Agent lifecycle hooks (on_memory_created, on_connection_added, etc.)
  • Agent goal context integration (personalized relevance ranking)
  • Dynamic district creation for adaptive taxonomies

v0.4.0 — Multi-Agent Orchestration

  • 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

v1.0.0 — Production Ready

  • 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

Home


Setup

Reference

Reports


v0.3.0 · Research Preview

npm · Docker Hub · GHCR

Clone this wiki locally