create_agent
Create AI agents with custom roles, behaviors, and capabilities in DreamingAI. Define system prompts, model, and parameters for tailored responses.
Instructions
Create a new AI agent in DreamingAI with custom role and behavior
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the agent | |
| modelId | No | Default model for this agent | |
| maxTokens | No | Maximum tokens for responses | |
| description | No | Description of the agent's purpose | |
| temperature | No | Temperature setting (0.0-2.0) | |
| capabilities | No | List of capabilities to enable (e.g., 'web_search', 'code_execution') | |
| systemPrompt | No | System prompt defining the agent's behavior and role |