Expand description
Primitive tools that work with the Environment abstraction.
These tools provide basic file and command operations:
ReadTool- Read file contentsWriteTool- Write/create filesEditTool- Edit existing files with string replacementGlobTool- Find files by patternGrepTool- Search file contentsBashTool- Execute shell commands
All tools respect AgentCapabilities for security.
Structsยง
- Bash
Tool - Tool for executing shell commands
- Edit
Tool - Tool for editing files via string replacement
- Glob
Tool - Tool for finding files by glob pattern
- Grep
Tool - Tool for searching file contents using regex patterns
- Primitive
Tool Context - Context for primitive tools that need environment access
- Read
Tool - Tool for reading file contents
- Write
Tool - Tool for writing file contents