Expand description
Built-in tools for common agent operations
Modules§
- filesystem
- Built-in filesystem tools for agent file manipulation
- todos
- Built-in todo list management tool
Structs§
- Edit
File Tool - Edit file tool - performs string replacement in a file
- LsTool
- List files tool - shows all files in the agent’s filesystem
- Read
File Tool - Read file tool - reads the contents of a file
- Read
Todos Tool - Read todos tool - retrieves the current todo list
- Write
File Tool - Write file tool - creates or overwrites a file
- Write
Todos Tool - Write todos tool - updates the agent’s todo list
Functions§
- create_
filesystem_ tools - Create all filesystem tools and return them as a vec
- create_
todos_ tool - Create the todos tool (write only)
- create_
todos_ tools - Create both read and write todos tools