Skip to content

Commit

Permalink
v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Oct 17, 2024
1 parent ad5020c commit a611334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cookbook/agents_101/agent_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
team=[web_agent, finance_agent],
storage=SqlAgentStorage(table_name="agent_team_sessions", db_file="tmp/agents.db"),
markdown=True,
debug_mode=True,
)

app = Playground(agents=[finance_agent, web_agent, agent_team]).get_app()
Expand Down

0 comments on commit a611334

Please sign in to comment.