create_agent
Create an agent with a declared intent and USD budget, returning an agent_id for later task execution. Set capabilities and model to define what the agent can do before running goals.
Instructions
Create an agent process with intent, USD budget, and capabilities.
Returns agent_id for later run_task / list_agents. Does not execute a goal. Side effect: writes the in-memory process table. Default model is mock-gpt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable agent name. | |
| model | No | Model id. Default mock-gpt for offline / Glama. | mock-gpt |
| intent | Yes | Declared goal the agent is allowed to pursue. | |
| budget_usd | No | USD spend cap for this agent. | |
| capabilities | No | Capability names from list_available_tools. Default search+memory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||