You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each ships with at least filesystem + one alternate reference impl (SQLite, Redis, etc.), and a Protocol contract for third-party adapters (Postgres, vector stores, hosted SaaS) without forking core.
Next on the protocol roadmap
PersonaBackend, CorpusBackend, PolicyBackend — filesystem-default-only today; Protocol contracts come next
Cost-guardrail alert dispatch — currently log-backed only, external channels (Telegram / email / webhook) tracked in #70
Multi-runtime parity — same agent definition from cron, Claude Code skill, ChatGPT skill, embedded Python (mostly done; ChatGPT-skill runtime is the gap)
What's deliberately not on the roadmap
A hosted SaaS version. The whole bet is that your agents live in your folder. If someone wants to build a hosted adapter against the existing Protocol seams, great — but the core framework stays operator-owned.
A web UI for editing agents. The vault is the interface. Your text editor is the UI.
LangChain / LangGraph compatibility shims. Different shape. The frameworks can coexist; this one doesn't try to be a drop-in.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Putting the current state of the roadmap in one place so proposals have somewhere to land.
Shipped backend Protocols (the swappable seams)
MemoryBackend,LLMBackend,JudgeBackend,LockBackend,LogBackend,AgentProfileBackend,ToolRegistryBackend,MandateBackendEach ships with at least filesystem + one alternate reference impl (SQLite, Redis, etc.), and a Protocol contract for third-party adapters (Postgres, vector stores, hosted SaaS) without forking core.
Next on the protocol roadmap
PersonaBackend,CorpusBackend,PolicyBackend— filesystem-default-only today; Protocol contracts come nextWhat's deliberately not on the roadmap
Proposing something new
Before opening an enhancement issue:
agent.call(),_capture.py,_costs.py,_locks.py, or a Protocol surface — discuss here or in an issue before opening a PRWhat's missing from the roadmap that you wish was on it?
Beta Was this translation helpful? Give feedback.
All reactions