Session Bootstrap Protocol
Initialize or resume session tracking for a specific topic planet.
Workflow
| Step | Tool | Input | Purpose |
|---|---|---|---|
| 1 | session_start |
topic, title, agent_id, optional session_id |
Initialize / attach agent session to topic |
| 2 | logInteraction |
topic, currentState="...", nextStep="..." |
Record initial focus & state |
Rules
- Auto-Injected Context: Skip
session_startif memory context is already injected at turn start. - Session Resumption: Pass
session_idto attach to a previous active session on the topic planet.