mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 21:59:04 +00:00
Given the model list is dynamic now, we need a wait Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Release Notes: - N/A
10 lines
244 B
TOML
10 lines
244 B
TOML
[project]
|
|
name = "zed-eval"
|
|
version = "0.1.0"
|
|
description = "Harbor agent wrapper for Zed's eval-cli"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["harbor==0.7.0"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|