Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,8 @@ class MasterAgent:
|
|
| 59 |
|
| 60 |
with open("prompts.yaml", 'r') as stream:
|
| 61 |
prompt_templates = yaml.safe_load(stream)
|
| 62 |
-
|
|
|
|
| 63 |
self.master_agent = CodeAgent(
|
| 64 |
tools=[VisitWebpageTool(),
|
| 65 |
WebSearchTool(),
|
|
|
|
| 59 |
|
| 60 |
with open("prompts.yaml", 'r') as stream:
|
| 61 |
prompt_templates = yaml.safe_load(stream)
|
| 62 |
+
|
| 63 |
+
print("Starting instantiation of master")
|
| 64 |
self.master_agent = CodeAgent(
|
| 65 |
tools=[VisitWebpageTool(),
|
| 66 |
WebSearchTool(),
|