harness-arena
Copyright 2026 Dan August

Created and maintained by Dan August (https://github.com/danaug23).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

--------------------------------------------------------------------------------

This project runs, but does not include or redistribute, the following. Each is
obtained at run time from its own source and carries its own license:

  Harbor            https://github.com/harbor-framework/harbor
                    The benchmark execution framework. Installed as a Python
                    dependency and pinned in pyproject.toml.

  Terminal-Bench 2  https://www.tbench.ai
                    The task dataset. Fetched by Harbor at run time.

  hermes-agent      https://github.com/NousResearch/hermes-agent
  oh-my-pi          https://github.com/can1357/oh-my-pi
                    Agent harnesses under test. Installed inside task containers
                    at run time by the adapters in harnesses/.

The adapters in harnesses/ are original works that describe how to invoke these
harnesses; they contain no code from them. harnesses/hermes.py subclasses a
Harbor class and is therefore a derivative of Harbor, which is Apache-2.0
licensed.
