Files
copilotkit--copilotkit/examples/integrations/strands-python/agent/pyproject.toml
T
2026-07-13 12:58:18 +08:00

22 lines
572 B
TOML

[project]
name = "aws-strands-server"
version = "0.1.0"
description = "Strands integration server for AG-UI using OpenAI models"
authors = [{ name = "AG-UI Contributors" }]
readme = "README.md"
requires-python = ">=3.12,<3.14"
dependencies = [
"ag-ui-protocol==0.1.18",
"fastapi>=0.115.12",
"uvicorn>=0.34.3",
"strands-agents[OpenAI]==1.18.0",
"strands-agents-tools==0.2.16",
"ag_ui_strands==0.1.9",
"copilotkit==0.1.94",
"langchain==1.2.15",
"langchain-openai==1.1.9",
"openai==1.109.1",
"python-dotenv>=1.0.0,<2.0.0",
"pydantic>=2.0.0,<3.0.0",
]