Skip to main content

Agent Tools Tools This is the reference for ProxyAI's built-in tools: what each tool does, what inputs it accepts, and what it returns. Tools are the contract between the model and your machine. If something feels "magical", it usually maps to one of these tools. Quick map Need to inspect a file? Use Read. Need to find a file/symbol name-first? Use IntelliJSearch. Need to change files? Use Edit (precise replace) or Write (create/overwrite). Need to run commands? Use Bash, and monitor with BashOutput. Need to delegate? Use Task. Need reusable workflow instructions? Use LoadSkill.