Add Handbook.md benchmark tasks

This commit is contained in:
DerekSurge
2026-06-24 12:44:34 -07:00
commit 25c9eda5ca
1800 changed files with 323575 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[project]
name = "agent-harness"
version = "0.1.0"
description = "Harbor agent harness for Syntara tasks"
requires-python = ">=3.12"
dependencies = [
"harbor",
"deepdiff",
"litellm",
# NOTE: openhands-sdk is NOT a host dep. openhands_agent.py runs the agent
# loop in-container via the vendored openhands_runner.py, installed into an
# isolated venv baked into the syntara image (see docker/Dockerfile, which
# pins the SDK). The host side only does exec/upload/download.
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/agent_harness"]