ed
2b5185a78f
perf(entropy): Fix nested imports in hot paths
Hoisted imports from inside frequently-called functions to module level:
app_controller.py:
- Added traceback and inspect at module level
- Removed 3 nested traceback imports from exception handlers
gui_2.py:
- Added traceback at module level
- Removed nested traceback import from _gui_func exception handler
- Kept uvicorn lazy-loaded (only for --headless mode)
multi_agent_conductor.py:
- Removed unused 'import sys' from run()
- Removed redundant nested imports (already at module level)
Also adds audit scripts and entropy findings documentation.
2026-05-06 20:18:30 -04:00
..
2026-03-10 01:30:11 -04:00
2026-03-04 01:05:56 -05:00
2026-02-28 20:53:03 -05:00
2026-03-03 01:09:24 -05:00
2026-05-06 19:41:22 -04:00
2026-03-02 13:26:20 -05:00
2026-03-02 13:26:20 -05:00
2026-03-02 16:42:11 -05:00
2026-03-04 10:07:41 -05:00
2026-03-04 10:07:41 -05:00
2026-05-06 20:18:30 -04:00
2026-05-06 19:41:22 -04:00
2026-05-06 20:18:30 -04:00
2026-05-06 19:41:22 -04:00
2026-03-02 13:26:20 -05:00
2026-03-08 21:26:59 -04:00
2026-03-06 14:03:41 -05:00
2026-03-01 09:06:07 -05:00
2026-03-11 00:32:35 -04:00
2026-03-10 01:23:57 -04:00
2026-02-25 20:24:26 -05:00
2026-03-12 15:41:01 -04:00
2026-03-08 23:24:33 -04:00
2026-05-06 14:40:21 -04:00
2026-03-11 00:32:35 -04:00
2026-03-11 00:32:35 -04:00
2026-02-27 18:31:14 -05:00
2026-03-02 13:26:20 -05:00
2026-02-28 18:58:53 -05:00
2026-05-06 19:41:22 -04:00
2026-02-28 07:51:02 -05:00
2026-03-13 13:13:35 -04:00
2026-03-09 00:13:57 -04:00
2026-02-27 22:10:46 -05:00
2026-02-27 22:10:46 -05:00
2026-02-27 22:10:46 -05:00
2026-02-27 22:10:46 -05:00
2026-02-27 22:10:46 -05:00
2026-03-04 10:01:55 -05:00
2026-03-04 10:01:55 -05:00
2026-02-28 07:51:02 -05:00
2026-03-06 12:36:24 -05:00
2026-03-04 01:21:25 -05:00