Planner agent structure

This commit is contained in:
martin legrand
2025-03-09 13:50:06 +01:00
parent 2c08509d1b
commit 0dbcf29701
3 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ from .agent import Agent
from .code_agent import CoderAgent
from .casual_agent import CasualAgent
from .file_agent import FileAgent
from .planner_agent import PlannerAgent
__all__ = ["Agent", "CoderAgent", "CasualAgent", "FileAgent"]
__all__ = ["Agent", "CoderAgent", "CasualAgent", "FileAgent", "PlannerAgent"]