AgentSuiteLocal v0.8.5
Sprint 2 — wire AgentSuite v1.1.0 intra-stage progress events to SSE stream.
Changed
- AgentSuite pin bumped
@v1.0.11→@v1.1.0: brings in K1 cross-stage context accumulator and K2 intra-stage progress callbacks (BaseAgent.run(progress_callback=...)+PipelineOrchestrator(kernel_progress_callback=...)). - Real
progress_callbackwired in_execute_run: replaces no-op stubs. Usesloop.call_soon_threadsafeto safely pushstage_updateSSE events from the thread-pool executor thread to the asyncio event loop. The frontendLiveRunView.jsxalready handlesstage_updateevents. - Real
progress_callbackwired in_execute_pipeline_step: same pattern; events arrive asstage_updatewith an additionalstepfield carrying the pipeline step index.
Fixed
- Closes Issue #10 — intra-stage SSE events were blocked on AgentSuite v1.1.0 shipping
PipelineOrchestrator. That work is now tagged and the no-op stubs are removed.