session_context
Retrieve your last session handoff and updated memory entries to continue work without repeating tasks across context resets or machine switches.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |