Open
Description
Question
Is there a way to stream the final agent answer while using the agent.iter()
method and iterating the graph node by node ? Ideally, I would want to stream the final node message similar to agent.run_stream()
while having access to the tool calls available through iterating over the graph nodes.
Additional Context
- Pydantic AI Version: 0.0.40