Commit Graph

19 Commits

Author SHA1 Message Date
ed 2f20f69b61 conductor(plan): Mark Phase 5 verification complete 2026-05-06 20:27:04 -04:00
ed 923ffe8a74 conductor(plan): Complete Phase 5 Entropy Audit findings 2026-05-06 20:26:42 -04:00
ed f55b5d8fbc docs(track): Add continuation guide for entropy audit 2026-05-06 20:20:56 -04:00
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
ed 54afbb9365 chore(entropy): Phase 5 start - fix duplicate line bug and document findings
- Fix duplicate line bug in rag_emb_provider.setter (app_controller.py)
- Add entropy_findings.md documenting audit results
- Update plan.md with Phase 5 tasks and findings
- Note: Property getter/setter 'duplicates' are false positives - proper Python patterns
2026-05-06 19:59:06 -04:00
ed 5c9948da97 conductor(plan): Track complete 2026-05-06 15:44:27 -04:00
ed 299d9e59a6 docs(perf): Final summary report and C extension evaluation 2026-05-06 15:38:02 -04:00
ed 90807d3065 conductor(plan): Phase 3 complete 2026-05-06 15:28:43 -04:00
ed f628e0b29a perf(core): Optimize DAG engine, orchestrator loop, and simulations 2026-05-06 15:27:27 -04:00
ed 2e68f1e997 conductor(plan): Phase 2 complete 2026-05-06 14:45:59 -04:00
ed 7a7298730d docs(perf): Document identified bottlenecks 2026-05-06 14:44:54 -04:00
ed 1294619cc5 conductor(plan): Mark task 'Audit simulation/' as complete 2026-05-06 14:44:29 -04:00
ed 05db5bd54a conductor(plan): Mark task 'Audit src/' as complete 2026-05-06 14:43:10 -04:00
ed 7dc91ddb85 conductor(plan): Mark task 'Run profiling scenarios' as complete 2026-05-06 14:40:30 -04:00
ed 6ac784b8bf conductor(plan): Phase 1 complete 2026-05-06 14:33:03 -04:00
ed 56e9627f68 conductor(plan): Mark task 'Expand profiling instrumentation' as complete 2026-05-06 14:31:10 -04:00
ed 022c39888c conductor(plan): Mark task 'Review existing profiling instrumentation' as complete 2026-05-06 14:10:28 -04:00
ed ae2b79a3ad conductor(plan): Mark task 'Update product-guidelines.md' as complete 2026-05-06 14:08:30 -04:00
ed ad93a294fb chore(conductor): Add new track 'Optimization pass for Data-Oriented Python heuristics' 2026-03-12 21:47:16 -04:00