Fix builder graph state capture
All checks were successful
build / build (push) Successful in 14s

This commit is contained in:
robert
2026-06-07 09:06:13 -03:00
parent c679afc01f
commit c24676356d
2 changed files with 72 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ class AgentBuilder(A2AAgent[BuilderConfig, NoAuth]):
await ctx.emit_progress(f"agent-builder still working on {name!r}")
async def _run_build_graph() -> None:
nonlocal deployed_url, final_state
async for event in graph.astream_events(
{"messages": [{"role": "user", "content": user_msg}]},
version="v2",