agent_delegate
Delegate a task to an independent specialist AI agent session. The delegate runs with full tool access and returns its response. Useful for breaking complex tasks into subtasks. Max depth: 3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role for new agent (e.g. "Solana pool analyst", "route optimizer"). Ignored if resuming session. | |
| model | No | Model ID or alias (default: gpt-4o-mini) | |
| message | Yes | Task or question for the delegate agent | |
| session | No | Existing session ID to resume, or omit to create new session |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||