8 lines
205 B
TOML
8 lines
205 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"]
|