at1300 commited on
Commit
2f3ae35
·
verified ·
1 Parent(s): 4ef55b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(),