Zero-Knowledge Agent Integration Test

Question: We gave a clean coding agent no Hydracept source code. Could it integrate Hydracept from the public internet?

Method

Forbidden:

Allowed:

Prompt


Integrate Hydracept using official public materials:
1. pip install hydracept
2. python -m hydracept quickstart --token $HYDRACEPT_API_KEY --json --smoke
3. python -m hydracept consumer-check --strict on your product tree
Do not read Hydracept source code or call legacy /v1/invocations.

Pass criteria

Automated runner


python scripts/run_clean_agent_integration.py
python scripts/run_clean_room_benchmark.py --tier integration --aided current

Publishable result format

Report pass/fail only plus capability key and job id prefix — no internal routing tables or benchmark aggregates.

For release-gating tiers, use python scripts/run_clean_room_benchmark.py --tier integration --aided current in the Hydracept repository CI.