Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def initialize_components():
|
|
| 57 |
query_memory = SimpleMemory()
|
| 58 |
|
| 59 |
# Initialize planning agent with both memories
|
| 60 |
-
planning_agent.initialize_planning_agent(llm, chat_memory, query_memory,
|
| 61 |
|
| 62 |
logger.info("Components initialized successfully")
|
| 63 |
|
|
|
|
| 57 |
query_memory = SimpleMemory()
|
| 58 |
|
| 59 |
# Initialize planning agent with both memories
|
| 60 |
+
planning_agent.initialize_planning_agent(llm, chat_memory, query_memory, callbacks)
|
| 61 |
|
| 62 |
logger.info("Components initialized successfully")
|
| 63 |
|