/** * Explore Agent - Fast Pattern Matching and Code Search * * Optimized for quick searches and broad exploration of internal codebases. * Uses parallel search strategies for maximum speed. * * Ported from oh-my-opencode's explore agent. */ import type { AgentConfig, AgentPromptMetadata } from './types.js'; export declare const EXPLORE_PROMPT_METADATA: AgentPromptMetadata; export declare const exploreAgent: AgentConfig; //# sourceMappingURL=explore.d.ts.map