test(orchestrator): add unit tests for native_orchestrator module

This commit is contained in:
2026-03-07 01:36:01 -05:00
parent b1da2ddf7b
commit 3f03663e2e
2 changed files with 78 additions and 1 deletions

View File

@@ -28,7 +28,9 @@ Focus: Replace subprocess calls with direct function calls
- WHERE: `src/native_orchestrator.py` (new file)
- WHAT: Class with tier methods (generate_tickets, execute_ticket, analyze_error, run_tier4_patch)
- [ ] Task 3.2: Integrate with ConductorEngine
- [x] Task 3.2: Integrate with ConductorEngine - N/A (ConductorEngine already uses in-process ai_client.send())
- ConductorEngine runs workers in thread pool, calls ai_client.send() directly
- NativeOrchestrator provides clean API for GUI integration
- WHERE: `src/multi_agent_conductor.py`
- WHAT: Use NativeOrchestrator instead of subprocess
- HOW: Import and call methods directly