v0.5.0
The agent is now a swarm citizen. Agents self-organize via NATS, collaborate through discuss rounds, and are managed through a web dashboard.
- Swarm CLI — swarm up/down/task/discuss/result/status for full lifecycle management
- Mission Control UI — real-time web dashboard with agent cards, task history, session replay, live logs. Auto-exposes via Tailscale Serve.
- Discuss mode — collaborative multi-agent problem solving. Embedding pre-filter → LLM triage → EXECUTE/COMMENT/SKIP. Agents self-select based on relevance.
- NATS bus mode — agent serve connects to NATS, subscribes to work..* and discuss.*, publishes heartbeats and results
- Agent resumes — auto-generated capability profiles via small LLM, with embedding vectors for fast decision on task engagement
- NATS KV registry — agent discovery with TTL-based liveness
- Parallel tool execution — LLM can now batch independent tool calls; execution engine already supported it
- 30+ built-in tools — bash is opt-in, dedicated tools (read/write/edit/grep/glob/tree/diff/patch) with rich descriptions to guide LLM selection
- CONVERGE goals — iterative refinement with convergence detection
- Adaptive thinking — auto-infer reasoning level per prompt
- Security hardening — fail-closed verification, taint lineage tracking, security research mode
- Session forensics — JSONL format, -vv replay with full LLM call details, interactive pager with search.