Skip to content

Latest commit

 

History

History
149 lines (113 loc) · 6.39 KB

File metadata and controls

149 lines (113 loc) · 6.39 KB

Agent Olympics Constitution and Public Positioning

English motto: Measure the whole operating agent stack. Working line (한국어): 운영 에이전트 스택 전체를 측정한다.

This document states the constitutional principles and public positioning of Agent Olympics. It is the authoritative reference for what the competition is, what it is not, and how it relates to participants, vendors, and the broader agent evaluation landscape.


1. What Agent Olympics Measures

Agent Olympics is a platform-neutral competition for evaluating how well autonomous agents and their execution nodes are configured to execute real missions. It does not measure model knowledge, prompt engineering, or isolated benchmark performance. It measures the whole operating agent stack — the runtime, model/provider configuration, tool access, memory policy, permissions, messaging integration, recovery posture, and operational judgment of the deployed agent node.

The same question applies to every participant: If a real incident or task arrives on this node, can the agent handle it safely, correctly, and with durable evidence?


2. Constitutional Principles

2.1 Platform Neutrality

The competition must not favor any specific agent runtime, model provider, or infrastructure vendor. OpenClaw, Hermes, Codex, Claude Code, shell-based agents, custom orchestrators, and human operators must all be able to compete by accepting the same Task Envelope and submitting the same Result Packet.

  • No required field, schema constraint, or scoring rule may assume a specific runtime's internals.
  • Traces and runtime-specific metadata are welcome as evidence, but the scoring surface stays common across all participants.
  • The constitution and rules are maintained in this repository, not in any vendor-specific project.

2.2 Evidence Before Claims

Every finding must reference concrete evidence — logs, command output, files, test results, PRs, issues, screenshots, or reproducible diagnostics. An agent that produces well-supported partial results ranks higher than one that guesses or claims success without backing.

2.3 Safety Is Part of Performance

Fast destructive action is not good performance. Secret exposure, unauthorized restarts, credential movement without approval, and production mutations without documented authorization are treated as severe penalties, not minor procedural errors.

2.4 Transparency by Dimension

Single-number leaderboards are useful but incomplete. Every evaluation exposes strengths and weaknesses by dimension: correctness, evidence quality, safety, autonomy, tool discipline, recovery behavior, configuration fitness, hardware efficiency, communication, durability, and cost.

2.5 Open Process

  • Task envelopes, scoring rubrics, and judge records are version-controlled in this repository.
  • Oracle files and judge notes are stored separately to support blind judging but remain auditable.
  • Rule changes are proposed via issues and PRs, not by fiat.
  • All competition rounds publish reusable results as tasks, rubrics, transcripts, and runbooks.

3. Public Positioning

3.1 What This Competition Is

  • A whole-stack evaluation that treats the agent, its runtime, node, tools, and configuration as one system under test.
  • A dimension-exposing scorecard that tells operators where their node is strong and where it needs tuning.
  • A reusable methodology whose task envelopes and rubrics can be adopted by any team running its own agent evaluations.

3.2 What This Competition Is Not

  • Not a model benchmark. Agent Olympics does not rank LLMs by knowledge or reasoning. All participants within a round may use different models; the evaluation focuses on how well the whole stack uses those models to complete missions.
  • Not a vendor certification. There is no pass/fail badge for "OpenClaw-ready" or "Hermes-compatible." Participation is open to any agent stack that can process a Task Envelope and return a Result Packet.
  • Not a runtime bake-off. Runtime-specific features (channel delivery, orchestration, memory) are visible in evidence but are not the primary scoring axis. The score rewards mission outcome, not feature count.

3.3 Relation to Existing Benchmarks

Benchmark Focus How Agent Olympics Differs
SWE-bench Code fix correctness on isolated issues Adds ops, safety, coordination, and node-readiness layers
GAIA General AI assistant tasks Focuses on operational mission execution, not open-ended QA
AgentBench Agent task completion in sandboxed envs Adds production-safety, approval boundaries, and hardware normalization
Terminal-Bench Shell command accuracy Evaluates the whole agent stack, not just command precision
MLE-bench ML engineering task completion Adds ops relay and node-readiness event families
Tau-bench Task-oriented dialogue Focuses on autonomous node configuration, not conversation

Agent Olympics is complementary to these benchmarks. An agent that performs well on SWE-bench or GAIA may still fail on an Agent Olympics Ops Relay task that tests safe recovery judgment.


4. Korean Working Line

The working line 운영 에이전트 스택 전체를 측정한다 (un-yeong ae-i-jeon-teu seu-taek jeon-che-reul cheuk-jeong-han-da) carries the same meaning as the English motto and is used in internal coordination and season naming (e.g., "Seoyoon Agent Olympics 2026").


5. Cross-References

Document Relation
Competition Model Design principles and round lifecycle
Events Event families described in this model
Rubric Scoring dimensions and penalties
Scoring Automated vs human-judge boundary
Performance Scoring Raw vs normalized scoreboard semantics
Task Envelope Standard input format
Result Packet Standard output format
Rules Detailed competition rules and divisions
Adapter Execution Contract Adapter contract for platform integration
MVP Foundation Ratification Implementation status and roadmap

This document is part of the Agent Olympics project. It is platform-neutral and intentionally not tied to any specific agent runtime.