Skip to content

Roadmap

sarmakska edited this page May 3, 2026 · 2 revisions

Roadmap

Shipped (1.0.0)

  • 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

Planned

  • 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

Won't ship

  • Visual graph editor (define graphs in code)
  • Hosted SaaS (run it yourself)
  • Plugin marketplace (use git for distribution)

Contribute

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.

Clone this wiki locally