Skip to main content
Not an agent product — a harness. This is a dependency-free ACP v1 server packaged as an OCI image, showing the entire custom-harness boundary: ACP stays inside your image, while Checkfu owns admission, sandboxing, model routing, event persistence, and cleanup. Source: examples/custom-acp in the repository. The index at examples/README.md compares it with the other customer-shaped examples.

Golden journeys

  • Build and publish an immutable image
  • Adopt the image as a HarnessProfile and request conformance
  • Create, publish, and chat through an Agent on it

Platform surfaces exercised

Harness profiles, conformance, Agents and Sessions — driven through the CLI and HTTP rather than the SDK.

From the source

The ACP method surface a custom harness must answer, in plain JSON-RPC with no dependencies:
path=examples/custom-acp/server.mjs
This block is quoted from the file, not retyped: pnpm agent-docs:check fails if it drifts.

Honest gaps

This example carries no test suite — a Dockerfile, server.mjs, and a build-and-adopt walkthrough. There is no evidence here to audit the way the seven product examples are audited, and it records no honest-gaps section. Counts are deliberately not repeated here — they differ per tree, and examples/README.md carries them with the sha they were measured at.