Agents & sessions
Agent definitions
Section titled “Agent definitions”Palette → Agents. Each definition (claude / opencode / Cursor builtin) is a droppable agent-def node.
- Pick a model in the inspector (required for detached runs).
- Wire a prompt (or iterator items) into the agent.
- Optional: wire a session as continuation — the agent reuses that conversation.
Running creates a real session through the provider CLI. On the canvas, a result session node can appear and stay linked.
Sessions
Section titled “Sessions”Existing sessions from discovery are first-class nodes. Double-click for transcript, files, context pressure.
Use them as:
- sources for context extract
- targets for inject / handoff
- continuation links for agents
threadle reads provider storage; it does not rewrite transcripts.