Skip to content

Commit 89ff161

Browse files
committed
Update demo-agents
1 parent 3a63a58 commit 89ff161

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

agents/finance_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ def get_finance_agent(
3737
storage=finance_agent_storage,
3838
# Enable monitoring on phidata.app
3939
monitoring=True,
40+
debug_mode=debug_mode,
4041
)

api/routes/playground.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Router for the agent playground
88
######################################################
99

10-
finance_agent = get_finance_agent()
10+
finance_agent = get_finance_agent(debug_mode=True)
1111

1212
# Create a playground instance
1313
playground = Playground(agents=[finance_agent])

0 commit comments

Comments
 (0)