pull_session
Retrieve a shared agent session by link or token to continue or build on it. Short sessions return the full transcript; longer sessions provide a summary and prompt for full retrieval if needed.
Instructions
Pull a shared agent session (by share link or token) into the current conversation to continue or build on it. A SHORT session comes back as the full transcript automatically. A LONGER session comes back as a summary + its most recent turns (full=false); when that happens you MUST ask the user whether they want the full transcript before proceeding — do not silently continue on just the summary. If they say yes, call pull_session again with full=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | pull the entire transcript (use after the user confirms they want the full session) | |
| link | Yes | a session share link (https://…/s/<token>) or the bare 64-hex token |