Spaces:
Running
Running
Update run_agentic_pipeline.py
Browse files- run_agentic_pipeline.py +0 -2
run_agentic_pipeline.py
CHANGED
@@ -160,8 +160,6 @@ def load_and_display_agentic_results(token_state: dict, session_cache: dict):
|
|
160 |
# --- MODIFIED: Use the session cache for data reconstruction ---
|
161 |
reconstructed_data, updated_cache = fetch_and_reconstruct_data_from_bubble(latest_report_series, session_cache)
|
162 |
|
163 |
-
# DEBUGGING: Log the full reconstructed_data to inspect its structure
|
164 |
-
logger.info(f"DEBUG: Reconstructed Data Content for report {latest_report_id}: {reconstructed_data}")
|
165 |
|
166 |
raw_results_state = None
|
167 |
okr_details_md = "No OKRs found in the latest report." # This is for the old, hidden component
|
|
|
160 |
# --- MODIFIED: Use the session cache for data reconstruction ---
|
161 |
reconstructed_data, updated_cache = fetch_and_reconstruct_data_from_bubble(latest_report_series, session_cache)
|
162 |
|
|
|
|
|
163 |
|
164 |
raw_results_state = None
|
165 |
okr_details_md = "No OKRs found in the latest report." # This is for the old, hidden component
|