Skip to repository content18 lines · 416 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T04:36:37.330Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
pyproject.toml
1[project]
2name = "zed-eval"
3version = "0.2.0"
4description = "Harbor agent wrapper and remote orchestration CLI for Zed's eval-cli"
5requires-python = ">=3.12"
6dependencies = ["harbor==0.15.0", "modal==1.5.0"]
7
8[project.scripts]
9zed-eval = "zed_eval.cli:main"
10
11[tool.setuptools]
12packages = ["zed_eval"]
13package-dir = { zed_eval = "." }
14
15[build-system]
16requires = ["setuptools"]
17build-backend = "setuptools.build_meta"
18