Summary
Verify that the ReAct engine can be invoked through the existing v2 API routes, not just the CLI. This ensures the server layer (Phase 2) works with the new engine.
Acceptance Criteria
Implementation Notes
- The v2 routers are thin adapters over core — the change is adding the engine param passthrough
- SSE streaming in `streaming_v2.py` should already work if events use the existing event format
- Test with curl or httpx, not browser
Dependencies
Reference
- `docs/AGENT_V3_UNIFIED_PLAN.md` (CLI-first, then API)
- `codeframe/ui/routers/tasks_v2.py` (existing task execution endpoint)
- `codeframe/ui/routers/streaming_v2.py` (SSE streaming)
Summary
Verify that the ReAct engine can be invoked through the existing v2 API routes, not just the CLI. This ensures the server layer (Phase 2) works with the new engine.
Acceptance Criteria
Implementation Notes
Dependencies
Reference