generate_context_handoff
Generate a compact transition card for agent handoffs, condensing current state, key decisions, solved problems, and next steps within a token budget.
Instructions
Create a compact transition card (state/stack/decisions/solved/next) under a token budget
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Optional session identifier | |
| budgetTokens | No | Token budget for the handoff (default: 350) | |
| includeSolved | No | Include problems solved section (default: true) | |
| includeNextSteps | No | Include next steps section (default: true) | |
| includeCurrentState | No | Include current state section (default: true) | |
| includeKeyDecisions | No | Include key decisions section (default: true) |