Skip to main content

Module tools

Module tools 

Source

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) and symbols (find where a symbol is defined / who calls it). The symbols tool 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§

ToolCtx
ToolMetadata
ToolRegistry
ToolResult

Constants§

KNOWN_TOOLS
TOOLSETS

Traits§

Tool
What an agent can do. Every tool declares a JSON schema and a risk level used by the autonomy gate.

Functions§

known_tool_metadata
metadata_for
resolve_workspace_path
surface_allows