14 lines
282 B
TOML
14 lines
282 B
TOML
|
|
[project]
|
||
|
|
name = "multi-agent"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.12"
|
||
|
|
dependencies = [
|
||
|
|
"anthropic>=0.75.0",
|
||
|
|
"openai>=2.14.0",
|
||
|
|
"pydantic>=2.12.5",
|
||
|
|
"python-dotenv>=1.2.1",
|
||
|
|
"streamlit>=1.52.2",
|
||
|
|
]
|