Modules§
- browser_
sandbox - builder_
tools - code_
nav - Code navigation tools that bring Sparrow’s self-coding loop closer to a
frontier agent’s:
glob(find files by name pattern) andsymbols(find where a symbol is defined / who calls it). Thesymbolstool is a regex-based index today; a tree-sitter AST upgrade keeps the same name/schema. - edit
- exec
- extras
- file_
search - File search tool for Sparrow.
- fs
- git
- knowledge_
graph - media
- Multimodal tools: image generation + text-to-speech (§15).
- memory
- search_
and_ web - stt
- Speech-to-Text tool for Sparrow.
- subagent
- todo
- tts
- Text-to-Speech tool for Sparrow.
- voice
- Voice command for Sparrow.
Structs§
Constants§
Traits§
- Tool
- What an agent can do. Every tool declares a JSON schema and a risk level used by the autonomy gate.