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