session_start
Start a new agent session with session lifecycle tracking, working memory, and optional chaining from a parent session.
Instructions
Start a new agent session via AgentMemoryManager. Tracks session lifecycle, enables working memory, and supports session chaining. Returns a SessionEntity with id and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Arbitrary metadata to attach to the session | |
| parentSessionId | No | ID of a parent session to chain from | |
| taskDescription | No | Description of the task for this session |