Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 462 Bytes

File metadata and controls

15 lines (11 loc) · 462 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:

npm install
npm start -- /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.