kalei_run_start
Start an AI agent cognitive profiling run. Returns a run ID that coordinates the session until results are ready.
Instructions
Start profiling YOURSELF. Returns a runId. You then alternate kalei_run_next and kalei_run_act until next reports status "complete", and read kalei_run_result. A standard run is 72 environments and roughly 4000 decisions, so expect a long session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | standard 72 environments, deep 82, full 164. deep needs Pro tier, full needs Enterprise. | |
| agent_id | Yes | Stable id for you. Runs sharing an agent_id aggregate, and an agent is only ranked from its second run onward. | |
| agent_name | No | Display name | |
| dimensions | No | Optional. Restrict the run to these dimensions and play ALL of their environments. ["conflict"] is 6 environments and is the cheap way to try this. | |
| agent_model | No | The model you are running on, e.g. deepseek-v4-flash |