Files
2026-08-26 12:55:46 -07:00

13 lines
286 B
TOML

[project]
name = "agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"agent-framework-ag-ui>=1.2.0,<2",
"agent-framework-openai>=1.14.0,<2",
"azure-identity>=1.25.1,<2",
"python-dotenv",
]