start_session
Initialize a new work session and obtain a session_id to group all subsequent events under a project key. Use this at the start of each session for coherent tracking.
Instructions
Call at the BEGINNING of every work session on a project.
Returns a session_id to pass in all subsequent log_agent_event
calls so Threadline can group events into a coherent session.
Returns
dict with keys: session_id, project_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_name | No | claude_code | |
| project_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||