run_agent
Delegate a task to a specific AI agent (GPT or Gemini) by providing the agent name, task, and optional context for multi-LLM collaboration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name or ID | |
| task | Yes | Task to give to the agent | |
| context | No | Additional context for the agent |