21 lines
403 B
TOML
21 lines
403 B
TOML
[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",
|
|
]
|