TimChow

Results 5 comments of TimChow

@Kludex I mean that I repeat these operations - [docker run ..., wait for a moment, ..., press CTRL + C] many times. rather than repeating these opertions - docker...

I think it is not a bug. You should reference this example to generate import object: https://github.com/wasmerio/wasmer-go/blob/master/examples/wasi/main.go

Is this problem solved? I encoutered the similar issue. When I use Claude, I can't get the tool-calling informations! https://github.com/langchain-ai/langgraph/discussions/4651

> It seems to be cause by `astream_events` method. Using langgraph with `astream` works: > > ... > async def test(): > async for event in app.astream( > {"messages": [HumanMessage(content="what...