langgraph-quickstart 官方
背景和价值
https://langchain-ai.github.io/langgraph/agents/agents/#prerequisites
config用法没看懂
1 config={"configurable": {"user_name": "John Smith"}}
config = {"configurable": {"thread_id": "1"}}
2 memory改成数据库的实现
https://langchain-ai.github.io/langgraph/agents/agents/#prerequisites
config用法没看懂
1 config={"configurable": {"user_name": "John Smith"}}
config = {"configurable": {"thread_id": "1"}}
2 memory改成数据库的实现