-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
sarmakska edited this page May 3, 2026
·
2 revisions
- Typed graph DSL
- Postgres-backed durable state via Drizzle ORM
- Trace events per step
- Checkpoints for replay
- Hard token / tool / wall-clock budgets
- Supervisor / swarm / pipeline agent patterns
- Next.js inspector with run list
- Replay endpoint
- SarmaLink-AI default LLM provider
- Per-tool rate limits
- Cost dashboard in inspector (£ per run, per node, per tool)
- OpenTelemetry trace export
- Visual graph view in inspector
- CLI:
orchestrator runs ls / inspect / replay - Streaming tool results (long-running tools surface progress)
- Helm chart for k8s deployment
- Visual graph editor (define graphs in code)
- Hosted SaaS (run it yourself)
- Plugin marketplace (use git for distribution)
PRs welcome. Pick from "Planned", open an issue, fork, branch, PR.
I will not merge:
- ORM swaps (Drizzle stays)
- Sync executors (durability requires async)
- Anything that breaks the OpenAI-compatible LLM adapter contract
Releases: see GitHub Releases.