session_end
End an agent session by generating a summary and promoting working memory, managing the complete lifecycle with completed or abandoned status options.
Instructions
End an agent session via AgentMemoryManager with summary generation and working memory promotion. Unlike end_session (which handles failure distillation on graph entities), this manages the full agent session lifecycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Session completion status (default: completed) | |
| sessionId | Yes | The session ID to end |