AI创想

标题: LangGraph底层API学习 [打印本页]

作者: 创想小编    时间: 11 小时前
标题: LangGraph底层API学习
作者:CSDN博客
文章目录


说明



一 LangGraph图结构对象创建
  1. pip install langgraph
  2. pip show langgraph
复制代码
  1. Name: langgraph
  2. Version: 0.5.4
  3. Summary: Building stateful, multi-actor applications with LLMs
  4. Home-page:
  5. Author:
  6. Author-email:
  7. License-Expression: MIT
  8. Location: C:\Users\kongyue\.conda\envs\langgraph\Lib\site-packages
  9. Requires: langchain-core, langgraph-checkpoint, langgraph-prebuilt, langgraph-sdk, pydantic, xxhash
  10. Required-by:
  11. Note: you may need to restart the kernel to use updated packages.
复制代码
1.1 LangChain图结构概念