ACP Registry Submission
This directory contains the files to copy into a fork of
agentclientprotocol/registry:
contenox/
agent.json
icon.svg
The manifest version must match runtime/version/version.txt.
Before opening the registry PR, verify the release asset URLs return 200 and
run the registry validator from the registry checkout:
uv run --with jsonschema .github/workflows/build_registry.py
uv run --with jsonschema --with agent-client-protocol \
.github/workflows/verify_agents.py --auth-check --agent contenox
Release facts:
agent.jsontargetsv0.32.8.- The
v0.32.8release asset URLs for darwin-arm64, linux-arm64, linux-amd64, and windows-amd64 return200. contenox-linux-amd64.tar.gzcontains a single executable namedcontenox.- Windows releases should publish
contenox-windows-amd64.zipcontainingcontenox.exe; the registrycmdmust be./contenox.exe. icon.svgis 16x16, square, and usesfill="currentColor".