Agent Management Toolset¶
The Agent Management toolset allows agents to dynamically create and manage other agents at runtime.
Basic Usage¶
Available Tools¶
| Tool | Description |
|---|---|
create_worker_agent |
Create a new worker agent |
add_agent |
Add an agent to the pool |
add_team |
Create a new team |
connect_nodes |
Connect agents in the pool |
Tool Selection¶
Limit exposed tools:
Configuration Reference¶
Use Cases¶
- Dynamic scaling: Create agents based on workload
- Specialized workers: Spawn task-specific agents
- Orchestration: Build agent networks at runtime