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.