create_agent
Create a new AI agent with a defined model and system prompt to specify its behavior and capabilities under supervisor management.
Instructions
Create a new AI agent under supervisor management. RECOMMENDED: Provide model and systemPrompt to define agent behavior clearly. Ask user about the agent's purpose and capabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the agent | |
| model | No | RECOMMENDED: AI model used (e.g., 'gpt-4', 'claude-3-opus', 'claude-3.5-sonnet'). Helps users understand agent capabilities. | |
| systemPrompt | No | RECOMMENDED: System prompt defining the agent's behavior, expertise, and review style. A well-defined prompt ensures consistent, high-quality output. | |
| additionalInfo | No | Additional configuration or description (e.g., specializations, limitations, intended use cases). |