mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 21:03:42 +00:00
Add subagent orchestration example (#215)
This commit is contained in:
parent
774aaadbc0
commit
eb1d08a5fb
10 changed files with 1202 additions and 0 deletions
|
|
@ -17,6 +17,14 @@ Full-featured example demonstrating:
|
|||
- Proper branching support via details storage
|
||||
- State management without external files
|
||||
|
||||
### subagent/
|
||||
Delegate tasks to specialized subagents with isolated context windows. Includes:
|
||||
- `subagent.ts` - The custom tool (single, parallel, and chain modes)
|
||||
- `agents/` - Sample agent definitions (scout, planner, reviewer, worker)
|
||||
- `commands/` - Workflow presets (/implement, /scout-and-plan, /implement-and-review)
|
||||
|
||||
See [subagent/README.md](subagent/README.md) for full documentation.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue