We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a63a58 commit 89ff161Copy full SHA for 89ff161
agents/finance_agent.py
@@ -37,4 +37,5 @@ def get_finance_agent(
37
storage=finance_agent_storage,
38
# Enable monitoring on phidata.app
39
monitoring=True,
40
+ debug_mode=debug_mode,
41
)
api/routes/playground.py
@@ -7,7 +7,7 @@
7
## Router for the agent playground
8
######################################################
9
10
-finance_agent = get_finance_agent()
+finance_agent = get_finance_agent(debug_mode=True)
11
12
# Create a playground instance
13
playground = Playground(agents=[finance_agent])
0 commit comments