Roadmap
| Version | Theme | Status |
|---|---|---|
| v0.1–v0.4 | Core Runtime + SPI + A2A + Middleware + Snapshot | ✅ Complete |
| v0.5 | Agents That Remember — Memory SPI + Embedding + Checkpoint/Rollback | Next |
| v0.6 | Agents That Are Safe — Guardrail SPI + Team Patterns | Planned |
| v0.7+ | Channel SPI + Dashboard + Execution Replay | Planned |
v0.1–v0.4: Core Runtime (Complete)
The foundation is in place: ReAct engine, SPI architecture, 21 built-in tools, context compaction, model providers (Anthropic, GLM, Qwen, GPT), A2A Protocol, Middleware Pipeline, Agent Snapshot, and Spring Boot integration.
v0.5: Agents That Remember (Next)
Memory SPI with embedding-based retrieval, persistent checkpoint/rollback, and durable execution support.
v0.6: Agents That Are Safe (Planned)
Guardrail SPI for input/output validation, team collaboration patterns, and enhanced permission management.
v0.7+: Full Platform (Planned)
Channel SPI for multi-channel communication, web dashboard for agent monitoring, and execution replay for debugging and auditing.