Type definitions for pre-compiled agents.
interface CompiledSubAgentThe description of the agent
Context mode. "fork" inherits the parent's conversation history
(but not its system prompt — that's baked into the runnable).
"isolated" (default) only sees the delegated task.
The name of the agent
The agent instance