session_context
Retrieve your last session handoff and memory entries to avoid repeating work and pick up where you left off.
Instructions
CALL THIS FIRST at the start of every session, before doing any work.
Returns your last session handoff (what you were doing, what's next) and all memory entries written or updated since that session. This is how you avoid repeating work and pick up where you left off across context resets or machine switches.
Args: agent_id: Whose context to load. Omit to load your own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | Whose context to load. Omit to load your own. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |