10 lines
173 B
TOML
10 lines
173 B
TOML
[project]
|
|
name = "agent-harness"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"openai>=2.33.0",
|
|
"python-dotenv>=1.0",
|
|
"beautifulsoup4>=4.12",
|
|
]
|