This commit is contained in:
1
agent.py
1
agent.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user