Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 531 Bytes

File metadata and controls

17 lines (13 loc) · 531 Bytes

Subagents

Define specialized agents in SDK options and let the main agent delegate work through the built-in Agent tool.

Complete the repository setup, then:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py /path/to/repository

The sample registers an architecture explorer and a test strategist. Both subagents receive only read-only repository tools. The main agent receives only the Agent delegation tool and synthesizes their findings.