Minor tweaks and fix in week 8

This commit is contained in:
Edward Donner
2025-01-15 21:41:16 -05:00
parent f0c3318904
commit 05dbbebeb6
9 changed files with 34 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ class App:
def start():
self.agent_framework = DealAgentFramework()
self.agent_framework.init_agents_as_needed()
opportunities = self.agent_framework.memory
table = table_for(opportunities)
return table