/** * The delegate that can only look. * * "Find where X is defined", "which files reference Y", "how does Z work" are * the delegations a parent makes most, and a child built from the parent's * whole working set answers them holding `write` and `bash` — so a lookup * needs the same approvals as a change. A host that offers this delegate * builds its roster with `filterReadOnlyTools` and its prompt from the text * here; the two are exported separately because a host adds its own * doctrine and environment around the prompt. */ export declare const EXPLORE_AGENT_ID = "explore"; export declare const EXPLORE_AGENT_DESCRIPTION = "A read-only sub-agent for finding files, symbols and answers."; /** * What an explore delegate is told. Names its limits in the first person so * a model does not describe a change as made, and asks for file:line * references because that is what the parent acts on. */ export declare const EXPLORE_AGENT_PROMPT: string; //# sourceMappingURL=explore.d.ts.map