初始化项目: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
+16
View File
@@ -0,0 +1,16 @@
# Python
__pycache__/
*.py[cod]
.venv/
.python-version
*.egg-info/
# 环境变量与密钥
.env
# IDE
.idea/
.vscode/
# Jupyter
.ipynb_checkpoints/