Spaces:
Sleeping
Sleeping
remove agenttext
Browse files
agents/coordinator_agent.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
from smolagents import CodeAgent
|
2 |
-
from smolagents.agents import AgentText
|
3 |
from typing import Dict, List, Optional, Any
|
4 |
|
5 |
class CoordinatorAgent(CodeAgent):
|
@@ -61,4 +60,4 @@ class CoordinatorAgent(CodeAgent):
|
|
61 |
"""
|
62 |
|
63 |
if prompt_templates and "system_prompt" in prompt_templates:
|
64 |
-
prompt_templates["system_prompt"] += self.system_prompt_extension
|
|
|
1 |
from smolagents import CodeAgent
|
|
|
2 |
from typing import Dict, List, Optional, Any
|
3 |
|
4 |
class CoordinatorAgent(CodeAgent):
|
|
|
60 |
"""
|
61 |
|
62 |
if prompt_templates and "system_prompt" in prompt_templates:
|
63 |
+
prompt_templates["system_prompt"] += self.system_prompt_extension
|