start_session
Initialize an agent session by setting a goal and optional constraints. Include context, memory settings, or brain configuration to guide routing of LLM requests across providers.
Instructions
Start a new agent session with a goal and optional constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| context | No | ||
| task_id | No | ||
| metadata | No | ||
| constraints | No | ||
| brain_config | No | ||
| memory_settings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |