Memory Session Open
memory_session_openOpen a working-memory session and return a session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Session TTL in seconds (default from server config) | |
| repo | No | Workspace slug of the repo this session is about. Memories distilled from the session inherit a 'repo:<slug>' tag so they stay scoped to this workspace. | |
| agent | No | Override agent identity | |
| topic | No | What this session is about (free text) | |
| github | No | GitHub repository as owner/repo. Distilled memories inherit a 'github:<owner>/<repo>' tag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||