mirror of
https://github.com/langchain-ai/langgraph-codeact.git
synced 2026-08-25 13:19:32 -04:00
Streaming issue with codeact call_model #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hash3liZer on GitHub (Jul 21, 2025).
Hello, i am facing a weird issue with langgraph codeact approach. I've tried to include the whole codeact as a subagent in my project. The main goal and idea behind was to see how codeact works and to see the output on langsmith UI. However, there's a strange problem that i've faced after i migrated codeact as subagent.
As soon as i expand the
call_modelnode on the langsmith UI. It stucks while streaming the response from the LLM. Note that the run keeps on running and i can see that in langsmith traces. The run works and finishes as well. But on the UI, it seems as it it is stuck and i can only see it after refreshing the page.I've tried this both in dev and prod mode: