mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
13 lines
286 B
TOML
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",
|
|
]
|