git init and first deep agent with langsmith ui

This commit is contained in:
Lamueno
2026-01-11 18:51:27 +08:00
commit 20458643df
12 changed files with 3100 additions and 0 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "play-deepagents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"deepagents>=0.3.5",
"dotenv>=0.9.9",
"langchain-deepseek>=1.0.1",
"openai>=2.15.0",
"rich>=14.2.0",
"tavily-python>=0.7.17",
]
[dependency-groups]
dev = [
"ipykernel>=7.1.0",
"langgraph-cli[inmem]>=0.4.11",
]