Overview
Demonstrates how agents can autonomously search codebases by:- Searching for files matching patterns
- Reading relevant files
- Synthesizing information into answers
- Using subagents for specialized tasks
SearchFilesTool: Search for files by pattern or contentReadFileTool: Read file contentsUseSubagents: Spawn specialized subagents for subtasks- AgentRegistry: Registry of available subagent specifications
- Autonomous search: Agent determines strategy based on question