sploithunter

Results 3 comments of sploithunter

It should be astream_log() but it is broken in some agents. I have an issue filed for the break.

try this: ```python graph = workflow.compile() async def main(): async for output in graph.astream_log( { "messages": [ HumanMessage(content="Code hello world and print it to the terminal") ] }, include_types=["llm"] ):...

That is the issue I have filed. It is not fixed yet. It appears in many graphs, but not all.