Expand description
Echo Tools — Domain tools for the echo-agent framework
Feature-gated tool modules that can be registered via
register_all_tools into any ToolRegistrar.
§Features
| Feature | Tools |
|---|---|
web | web (WebFetchTool, WebSearchTool, WebExtractTool, providers) |
chart | chart (GenerateChartTool) |
data | data (11 data-analysis tools) |
database | database (SqlQueryTool, …) |
media | excel, image, pdf, word, text, media |
git | git (6 git CLI tools) |
rag | rag (RagIndexTool, RagSearchTool, …) |
full | All of the above |
Modules§
- security
- Security module - path validation and resource limits
Functions§
- register_
all_ tools - Register all feature-gated domain tools into the given registrar.