Overview of Reasonix Built-in Tools
main-v2Reasonix provides a set of built-in tools that allow an agent or provider to interact with the filesystem, shell, and task management system. These tools are categorized by their capability to read or write data and their impact on the workspace.
Tool Categories
- Filesystem Operations:
read_file,write_file,edit_file,multi_edit,delete_range,delete_symbol,move_file,glob,ls,grep. - Shell & Execution:
bash,bash_output,kill_shell,wait. - Task & Goal Management:
todo_write,complete_step,update_goal. - Information Retrieval:
web_fetch,code_index. - Specialized Editing:
notebook_edit(for Jupyter notebooks). - Context Management:
compress(to manage conversation history).