Packages

Elixir/OTP runtime for supervised coding-agent sessions with ACP, Subagents, Workflows, and replayable evidence.

Current section

Files

Jump to
pixir docs examples delegate-cli-live async-subagents.json
Raw

docs/examples/delegate-cli-live/async-subagents.json

{
"contract_version": 1,
"strategy": "subagents",
"mode": "read_only",
"workspace_mode": "shared",
"subagents": {
"role": "explorer",
"max_threads": 4,
"max_depth": 1
},
"tasks": [
"Read README.md only. Return 3 terse bullets about Pixir. Do not edit files.",
"Read CONTEXT.md only. Return 3 terse bullets about Event, Log, and History. Do not edit files.",
"Read docs/adr/0034-delegate-runtime-residency.md only. Return 3 terse bullets about delegate runtime residency. Do not edit files.",
"Read docs/open-beta-quickstart.md only. Return 3 terse bullets useful to a CLI caller. Do not edit files."
],
"limits": {
"timeout_ms": 180000
}
}