Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,6 +75,8 @@ def process_query(query, history):
|
|
| 75 |
|
| 76 |
# Execute query through planning agent
|
| 77 |
response = planning_agent.execute(query)
|
|
|
|
|
|
|
| 78 |
|
| 79 |
# Add current interaction to chat memory
|
| 80 |
if chat_memory and hasattr(chat_memory, 'chat_memory'):
|
|
|
|
| 75 |
|
| 76 |
# Execute query through planning agent
|
| 77 |
response = planning_agent.execute(query)
|
| 78 |
+
#clearml_callback.flush_tracker(name="Planning agent", finish=True)
|
| 79 |
+
clearml_callback.flush_tracker(langchain_asset=llm, name="simple_sequential", finish=True)
|
| 80 |
|
| 81 |
# Add current interaction to chat memory
|
| 82 |
if chat_memory and hasattr(chat_memory, 'chat_memory'):
|