agent harness initialize repo

This commit is contained in:
Roger Oriol
2026-07-19 20:13:54 +02:00
commit 42475d3249
53 changed files with 7391 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "agent-harness"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"openai>=2.33.0",
"python-dotenv>=1.0",
"beautifulsoup4>=4.12",
]