Expand description
Agent tools using Rig’s Tool trait
These tools wrap existing CLI functionality for the agent to use.
§Available Tools
§Analysis & Understanding
AnalyzeTool- Comprehensive project analysis (languages, frameworks, dependencies)SearchCodeTool- Grep-like code search with regex supportFindFilesTool- Find files by name pattern/extensionReadFileTool- Read file contents with line range supportListDirectoryTool- List directory contents recursively
§Security
SecurityScanTool- Scan for secrets and security issuesVulnerabilitiesTool- Check dependencies for known vulnerabilities
§Generation
GenerateIaCTool- Generate Dockerfile, Docker Compose, Terraform
Structs§
- Analyze
Tool - Tool to analyze a project
- Discover
Services Tool - Find
Files Tool - Generate
IaCTool - Tool to generate Infrastructure as Code
- List
Directory Tool - Read
File Tool - Search
Code Tool - Security
Scan Tool - Vulnerabilities
Tool