初始化项目:langgraph 学习笔记与 lg_common 通用组件包

This commit is contained in:
gqt
2026-08-16 00:25:21 +08:00
commit b3f3b72f07
29 changed files with 25395 additions and 0 deletions
+24
View File
@@ -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",
]