Official source: Global Open-source AI Challenge — Agent Infra. This working scorecard translates the published rubric into verifiable engineering deliverables.
| Dimension | Weight | Current evidence | Remaining highest-value work |
|---|---|---|---|
| Scenario value and replicability | 25% | End-to-end software issue resolution; explicit users, risk tiers, repeatable fixture | Add measured time/cost reduction on real repositories and 3 organization personas |
| Multi-Agent collaboration and autonomous closure | 25% | 6 clear roles, DAG plan, structured hand-offs, failure feedback, T4/T5 human gate, AgentTeams Team manifest | Run and record the full scenario inside an installed AgentTeams Matrix room |
| Skill engineering and ecosystem reuse | 25% | 6 self-contained v2 Skills; typed contracts, triggers/refusals, dependencies, permissions, failures, hand-offs, evidence gates, examples, validators, UI metadata, release/rollback policy; reproducible 100-point static gate | Run paired with/without-Skill evaluation on pinned real repositories and publish signed releases |
| Engineering, verification, security, audit | 20% | CLI, config loader, real sandboxed regression test, JSON event report, logs/traces/metrics, credential gateway design | Implement production CI/CD MCP server, OpenTelemetry export dashboard, approval and rollback integration test |
| Open/open-source contribution | 5% | Apache-2.0, README, reproducible demo, interface docs | Add contribution guide, releases, dependency SBOM, public examples |
- At least three distinct Agent roles.
- Agent Identity, boundaries, and relationships documented.
- AgentTeams is the collaboration design and deployment basis.
- Task input, decomposition, context passing, tools, verification, evidence, approval/rollback, and experience flow are represented.
- Skills are first-class reusable artifacts.
- Skill contract graph, boundaries, release policy, and 90-point quality gate are executable and tested.
- At least two of memory, knowledge RAG, shared state, trajectory observability: RAG, experience memory, shared state/events, traces.
- Runnable entry point, dependencies, sample input/output, and evidence.
- Recorded live AgentTeams run.
- Production MCP server deployment.
- Multi-repository quantitative evaluation.
A valid offline run must prove:
- the original test fails;
- Triage emits a typed T2 classification;
- Locator identifies
calculator.py; - Coder emits a repository-relative structured Patch;
- the candidate is applied only to a temporary copy;
- the same test passes;
- Reviewer returns
approved; - Experience Distiller stores a redacted, digest-linked pattern;
- the JSON report contains the complete event trail.