git init and first deep agent with langsmith ui
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user