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:
- Hydracept monorepo source
- Internal
AGENTS.mdrouting docs - Private operator surfaces
Allowed:
- PyPI
hydraceptand public@hydracept/sdk GET /v1/agent-contextandGET /v1/capabilities- https://hydracept.com/openapi/hydracept-v1.json
- Public docs, examples, and
/.well-known/hydracept.json - Hosted MCP at
https://api.hydracept.com/mcp(when using MCP path)
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
- Install from public registry only
- Bootstrap from agent-context / OpenAPI
- Submit
image.generate.v1(or launch-advertised smoke capability) - Poll job to terminal state and fetch receipt
consumer-check --strictpasses
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.