Josh Rogers
Josh Rogers
Hey folks - thanks for raising this and sorry for the pain here. Working on a fix here where you would end up passing thread_id in via config as a...
Hey - just tested and things work fine out of the box when using uv with the default template (though if there's a specific case not supported I'm missing let...
Got it! Makes sense. Re the error you're seeing - just tried to reproduce using langchain version `0.3.27` and a number of different cli versions, and I'm able to do...
You need to use an absolute import instead of a relative one: ``` from rag_agent.Tools import ground_search, store_memory, upsert_memory ```
Ah, doing `uv lock --upgrade-package langgraph-api` will update the lock file, but not what you have locally installed. Run `uv sync` after and you should see the version updated to...
Hmm interesting. Can you share your `pyproject.toml` file? Are you pinning the langgraph-api version anywhere or taking a dependency that does? Maybe also worth trying to run just `uv sync...
Ah ok super helpful! Looks like the dependency on `vertexai` takes a dependency on `protobuf=0.5.0` takes a dependency on `protobuf>=6.32.1` and so `langgraph-api` is being resolved to an earlier version...