grok_agent_session_tick
Track agent session progress and budget by sending a tick with completed steps and tools used, returning remaining steps and budget to determine if the session should end.
Instructions
Session Protocol v1.2: compact progress + budget. Returns step, steps_left, budget_remaining, force_end. Pass tool_used/step_done to count budget. verbose default false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| verbose | No | ||
| step_done | No | ||
| tool_used | No | ||
| session_id | No |