README: Open-source framework for building your org's internal coding agent.
README: [Customization Guide](docs/CUSTOMIZATION.md) — swap the sandbox, model, tools, triggers, system prompt, and middleware for your org
README: The Deep Agents framework natively supports spawning child agents via the `task` tool. The main agent can fan out independent subtasks to isolated subagents
README: Every task runs in its own **isolated cloud sandbox** — a remote Linux environment with full shell access. The repo is cloned in, the agent gets full permissions, and the blast ra…
README: - **Subagent support** — the agent can spawn child agents for parallel subtasks