Status

Experimental, local-first, and code-backed.

Loom currently runs recursive YAML-defined agent trees with local Claude Code and Codex processes, MCP delegation, Studio, and persisted traces.

Live

Implemented

  • Recursive agent-tree YAML schema.
  • Host and isolated runtime metadata.
  • Run-scoped Loom MCP delegation tools.
  • Studio flow editing and run observation.
  • SQLite event and report persistence.
  • Published npm package at @aproto9787/loom.
Next

Direction

  • Cleaner onboarding around local provider discovery.
  • Cleaner npm install smoke coverage.
  • More complete leader-to-worker smoke coverage.
  • Richer Studio views for reports and worker state.
Not yet

Not shipped

  • Visual DAG runtime with typed edges.
  • Cloud-hosted code execution.
  • One-shot npx quickstart guarantee.
  • Cost, latency, or token-meter dashboards.

Safety

Run it only in trusted workspaces.

Loom can launch local CLI tools, provider sessions, and shell hooks. Current local execution paths can use powerful approval and sandbox bypass flags. Treat flows, hooks, roles, skills, and MCP configuration as trusted code.

Source of truth

Detailed state stays in the repository.

Read the code-backed checklist in the repository docs directory before documenting new guarantees.