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).
"handoff" (default) is fully isolated.
The name of the agent
The agent instance