Module builtin

Source
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§

EditFileTool
Edit file tool - performs string replacement in a file
LsTool
List files tool - shows all files in the agent’s filesystem
ReadFileTool
Read file tool - reads the contents of a file
ReadTodosTool
Read todos tool - retrieves the current todo list
WriteFileTool
Write file tool - creates or overwrites a file
WriteTodosTool
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