初始化项目:langgraph 学习笔记与 lg_common 通用组件包
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["lg_common"]
|
||||
|
||||
[project]
|
||||
name = "venv"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"langchain>=1.3.14",
|
||||
"langchain-openai",
|
||||
"langgraph",
|
||||
"langgraph-checkpoint",
|
||||
"langgraph-sdk",
|
||||
"rich",
|
||||
"pydantic",
|
||||
"ipykernel>=7.3.0",
|
||||
"python-dotenv",
|
||||
"loguru>=0.7.3",
|
||||
"langgraph-checkpoint-postgres>=3.1.1",
|
||||
]
|
||||
Reference in New Issue
Block a user