goclaw_agent_create
Create a new AI agent in the GoClaw gateway by defining its unique identifier, display name, LLM provider, model, and configuration parameters for managing AI assistant infrastructure.
Instructions
Create a new agent in GoClaw gateway
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_key | Yes | Unique agent identifier (lowercase, no spaces) | |
| display_name | Yes | Human-readable agent name | |
| provider | No | LLM provider (e.g. anthropic, openai) | |
| model | No | LLM model ID | |
| context_window | No | Context window size in tokens | |
| max_tool_iterations | No | Max tool call iterations per turn | |
| workspace | No | Agent workspace directory | |
| agent_type | No | Agent type |