-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverify_debug_output.txt
More file actions
33 lines (33 loc) · 2.63 KB
/
Copy pathverify_debug_output.txt
File metadata and controls
33 lines (33 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
INFO:app.backend.utils.export_run_to_website:Exporting run IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433 to website demo folder: data/test_export
INFO:app.backend.core.analysis_engine:Found run in company folder: IKEA
INFO:app.backend.core.analysis_engine:Loaded run: IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433
INFO:app.backend.core.company_manager:Company Manager initialized. Project root: /home/mdperic/projects/Alpha_Horizon
INFO:app.backend.utils.visualizer_transformer:Narrative Flow: limited to top 100 most active agents
INFO:app.backend.utils.visualizer_transformer:Ripple network: limited to top 100 most active agents
INFO:app.backend.utils.visualization_service:Generated all visualizations for run IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433
INFO:app.backend.core.analysis_engine:Found run in company folder: IKEA
INFO:app.backend.utils.export_run_to_website:Integrated full report and metrics
INFO:app.backend.utils.export_run_to_website:Exported sentiment plot
INFO:app.backend.utils.export_run_to_website:Exported archetypes plot
INFO:app.backend.utils.export_run_to_website:Exported network plot
INFO:app.backend.utils.export_run_to_website:Exported chord plot
INFO:app.backend.utils.export_run_to_website:Exported sunburst plot
INFO:app.backend.utils.export_run_to_website:Exported ripple_data plot
INFO:app.backend.utils.export_run_to_website:Exported narrative_flow_data plot
INFO:app.backend.utils.export_run_to_website:Exported impact_hierarchy_data plot
WARNING:app.backend.utils.export_run_to_website:No persona_df found, skipping Agent Inspector export
INFO:app.backend.utils.export_run_to_website:Exported run to: data/test_export/IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433.json
INFO:app.backend.utils.export_run_to_website:Updated runs index: data/test_export/runs_data.json (1 runs)
Testing export for run: IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433
DEBUG: -- Attempting to export Agent Inspector data --
DEBUG: Loaded run_data keys: dict_keys(['settings', 'inputs', 'outputs'])
DEBUG: persona_df missing or empty.
Result: {'success': True, 'output_path': 'data/test_export/IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433.json', 'run_id': 'IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433'}
Export successful. Checking file: data/test_export/IKEA_-_KAJPLATS_smart_bulb_range_20260216_173433.json
SUCCESS: All required plots are present.
SUCCESS: Summary contains the full report.
Traceback (most recent call last):
File "/home/mdperic/projects/Alpha_Horizon/verify_export.py", line 46, in <module>
print(f"SUCCESS: Found {len(agents)} agents.")
^^^^^^^^^^^
TypeError: object of type 'int' has no len()