Fixes with much thanks to student Wenjie T!

This commit is contained in:
Edward Donner
2025-01-19 22:35:01 -05:00
parent 2440b0d0f7
commit 21874c68e5
6 changed files with 13 additions and 21 deletions

View File

@@ -45,6 +45,7 @@ class App:
def get_agent_framework(self):
if not self.agent_framework:
self.agent_framework = DealAgentFramework()
self.agent_framework.init_agents_as_needed()
return self.agent_framework
def run(self):