Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T04:36:37.330Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

pyproject.toml

18 lines · 416 B · 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
Served at tenant.openagents/omega Member data and write actions are omitted.