Alle Tools
Quellcode ansehen
Filesystem
Core
Core stable v1.0.0
Read, write, delete, list files and directories in the shared workspace
Tools sind fest im Agenten eingebaut — nichts zu installieren. Im Cloud-Modus hängt die
Verfügbarkeit vom Tarif ab (Capability-Gating).
Anwendungsfälle
- Read project files and configurations
- Create and modify files
- Manage directories and workspace
- List directory contents
Beispiele
Read file: action='read', path='file.txt'
Write file: action='write', path='file.txt', content='...'
List directory: action='list', path='.'