16 lines
391 B
TOML
16 lines
391 B
TOML
[project]
|
|
name = "agent"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"fastapi>=0.135.3",
|
|
"uvicorn[standard]>=0.34.0",
|
|
"deepagents>=0.5.0",
|
|
"langchain-openai>=1.1.12",
|
|
"composio>=0.11.5",
|
|
"composio-langchain>=0.11.5",
|
|
"langgraph-checkpoint-sqlite>=3.0.3",
|
|
"aiosqlite>=0.22.1",
|
|
]
|