Feat : better file system interaction

This commit is contained in:
martin legrand
2025-03-09 12:45:29 +01:00
parent 06d207da53
commit 7710fb3f9d
13 changed files with 204 additions and 50 deletions
+9 -1
View File
@@ -39,4 +39,12 @@ toto.py
Read file:
```file_finder:read
toto.py
```
```
## Bash
For other tasks, you can use the bash tool:
```bash
ls -la
```