Files
2026-07-13 12:58:18 +08:00

18 lines
478 B
TOML

[project]
name = "file-investigator-agent"
version = "0.1.0"
description = "File Investigator - Strands + AG-UI + CopilotKit demo using Claude"
authors = [{ name = "AG-UI Contributors" }]
readme = "README.md"
requires-python = ">=3.12,<3.14"
dependencies = [
"ag-ui-protocol>=0.1.5",
"fastapi>=0.115.12",
"uvicorn>=0.34.3",
"strands-agents[anthropic]>=1.15.0",
"strands-agents-tools>=0.2.14",
"ag_ui_strands==0.1.0b12",
"python-dotenv>=1.0.0",
"pypdf>=4.0.0",
]