feat: init

This commit is contained in:
王佳宝
2026-06-02 15:39:49 +08:00
commit e3883334e0
8 changed files with 954 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "smart-chain"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"langchain-openai>=1.2.2",
]