What It Does
An agent can:- create a child agent
- send another agent instructions
- ask for a reply or send a fire-and-forget message
- read another agent’s transcript
- coordinate from the agent session it is running in
Lineage And Sessions
The agent that starts another agent is the parent. The new agent is the child. The child agent has its own session, model, transcript, and run state. It does not merge into the parent agent. The parent can read the result, continue the conversation, or use the child agent’s work as context for the next step. This is why agent-to-agent work shows up as hierarchy in the Agents panel instead of as one flat transcript. Hierarchy is provenance only: any agent can reference any other agent in the Task, not just its own parent or children.Agent Selection
Traycer uses agent-selection instructions to choose the right coding agent, model, and reasoning effort for delegated work. Configure those defaults in Settings > Agent selection.Three Separate Capabilities
Referencing an agent, reading its transcript, and sending it a message are different capabilities with different requirements. An agent can be fully referenceable while its transcript is unreadable from where you are, and while it cannot receive a message at all. Those are normal states, not errors.
Referencing is the broad capability. Transcript access is narrower, and delivery is narrowest.
Agent-To-Agent Support
This table shows what each coding agent’s runtime allows. The user and Host requirements above still apply on top of it.
Read this by interface, not by product:
- On the Chat interface, every coding agent’s runtime allows all three. Chat history is Task-backed, so a peer on another Host can still read it.
- On the Terminal interface, only Claude Code has an inbox for agent-to-agent messages. Codex and OpenCode Terminal-interface agents remain referenceable and their transcripts remain readable from the Host that owns them — they simply have nowhere to deliver a message.
- Cursor is Chat-interface only today, so it has no Terminal-interface row to support. See Agents & Models for which coding agents can back the Terminal interface at all.
Durability Is Not Availability
Closing a Terminal surface does not erase the agent’s history. Traycer reads a Terminal-interface transcript from the coding agent’s own session history rather than from terminal scrollback, so the record survives the terminal — and the app — closing. That is durability, not universal readability. Reading it still requires the owning Host to be reachable and the coding agent’s own session history to still be present. If either is missing, the transcript read fails rather than returning a partial or empty result. Plain Terminals do not participate in any of the three. They are shell sessions, not agents. For the broader distinction, see Terminal Agents VS Terminals.Related Pages
- Agents explains where parent and child agents appear.
- Agents & Models lists supported coding-agent paths.
- Settings > Agent selection explains global and workspace-specific agent-selection instructions.