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
+2 -1
View File
@@ -2,5 +2,6 @@
from .agent import Agent
from .code_agent import CoderAgent
from .casual_agent import CasualAgent
from .file_agent import FileAgent
__all__ = ["Agent", "CoderAgent", "CasualAgent"]
__all__ = ["Agent", "CoderAgent", "CasualAgent", "FileAgent"]