agent_session_create
Create a new agent session to log and track a unit of work within a flow. Initialize at the start of each work session to enable structured tracking and completion.
Instructions
Create a new agent session for a flow. An agent session tracks a unit of work performed by the AI agent. Use this at the start of a work session to log what you're doing.
Returns the created session with its ID for subsequent log and complete calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | The flow ID this session belongs to | |
| type | No | Type of session (e.g., "planning", "implementing", "reviewing"). Optional. |