At a glance
An open-source coding harness that coordinates specialized agents for finding files, editing, review, tests, research, and browser work. Use it interactively in the terminal or build deterministic agent workflows with its TypeScript SDK.
Good choice if
- Developers who want the agent to complete terminal tasks with few interruptions
- Teams that want file discovery, implementation, review, tests, research, and browser work coordinated by specialized agents
- Programmatic coding pipelines that need provider choice and deterministic TypeScript branching
Check before choosing
- It runs edits and commands on the host without per-command permission prompts by default
- Isolation requires the provided Docker setup and a scoped code copy; no built-in sandbox is documented
- Large-repository support is vendor-documented through code maps and VS Code-scale testing, but no independent scale result or service level is published
See 1 more considerations
- Reliable custom workflows require writing and maintaining TypeScript agent definitions
