sassy_offline_handoff
Hand off the current task to a local model by writing a structured handoff, mirroring it to a crosslink channel, and optionally starting the local node to make the handoff live.
Instructions
Hand the current task to the local model and keep working.
Writes a structured handoff to the sassy brain (key
task_offline_<channel>_state), mirrors it onto the crosslink channel
Hermes polls, and returns the exact launch line. With start_node=true
it starts hermes_node.py in a persistent SassyMCP session so the
handoff is live, not just written.
task: what was being worked on. channel: crosslink channel Hermes listens on (default 'joint'). next_steps: newline- or semicolon-separated ordered steps. start_node: True to actually start the local node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| channel | No | joint | |
| next_steps | No | ||
| start_node | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||