agent_delegate
ActiveTool of aeX402 RPC (Solana + Robinhood Chain)
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"role": {
"type": "string",
"description": "Role for new agent (e.g. \"Solana pool analyst\", \"route optimizer\"). Ignored if resuming session."
},
"model": {
"type": "string",
"description": "Model ID or alias (default: gpt-4o-mini)"
},
"message": {
"type": "string",
"description": "Task or question for the delegate agent"
},
"session": {
"type": "string",
"description": "Existing session ID to resume, or omit to create new session"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
aeX402 RPC (Solana + Robinhood Chain)
1/7 registries