Caspar Broekhuizen
Caspar Broekhuizen
Hey, I'm having this issue on Vivado v2023.1, macOS Ventura 13.0.1, Docker v24.0.6. Error: Console: Constraint file, source files used in the project I'm trying to simulate: [files.zip](https://github.com/ichi4096/vivado-on-silicon-mac/files/12797379/files.zip) Please let...
cc @lc-arjun
Confirmed can repro. State update doesn't seem to work when edges are Command goto
I'll look into this further soon and get back to you @vapour1024 !
Hi @nswsnb, I am closing as I cannot reproduce. Your code is functioning as expected. If you're still having issues please be more descriptive about what's going wrong.
@rachitjindal56 Achieve this natively with conditional edges: https://docs.langchain.com/oss/python/langgraph/graph-api#conditional-edges
Thank you for flagging this @dmsthd, looking into it
repro: ```python import warnings from typing import Annotated from langchain_core.messages import AIMessage, BaseMessage from pydantic import BaseModel from langgraph.graph import StateGraph, START, END from langgraph.graph.message import add_messages warnings.simplefilter("always", DeprecationWarning) class...
Hi @Saisiva123, @pranavms13 - I think you both are looking for the community-maintained [langchain-mongodb](https://pypi.org/project/langchain-mongodb/#description) package. They offer a [`MongoDBStore`](https://github.com/langchain-ai/langchain-mongodb/blob/6ae79bdd484b02b7064fb51eb9ab37cdb1eb0449/libs/langgraph-store-mongodb/langgraph/store/mongodb/base.py#L125), which is an implementation of LangGraph's `BaseStore`. If you have any...