Files
zzet--gortex/eval/__init__.py
Andrey Kumanyaev fd89126884 Add SWE-bench evaluation framework for benchmarking tool effectiveness
Go side: eval-server HTTP endpoint, index caching keyed by (repo, commit),
  and integration with the existing MCP server. Python side: full eval harness
  with single/matrix/debug modes, Docker-based environments, agent wrapper
  with augmentation support, composable YAML configs for models and modes
  (baseline/native/native_augment), bridge scripts for CLI tool access,
  and property-based tests. Tracks resolve rate, cost, tool call counts,
  and augmentation hit rate.
2026-04-09 18:29:27 +02:00

2 lines
91 B
Python

"""Gortex Eval Framework — benchmarking harness for measuring Gortex MCP tool impact."""