How the platform is layered.
The trust fabric.
Anchor is the layer everything in the platform is signed against. It ties people, agents, models, prompts, tools, datasets, and runs together into a single signed record, auditable end-to-end, exportable to your evidence system.
Where agents run.
Agent Core runs your agents, whichever framework they were written in. ADK Go, LangChain, Anthropic Agent SDK, Microsoft Agent Framework, all of them share the same identity, lifecycle, approvals, evidence, and memory.
The agent code layer.
CPL Agents are the actual agent implementations, code, prompts, tool bindings, and AI BOM. They’re published as signed packages from Studio, certified against the Anchor standard, and load at runtime into Agent Core or a customer-deployed Meridian instance.
Multi-framework: an agent can be authored in ADK Go, LangChain, Anthropic SDK, or Microsoft Agent Framework. Same publishing pipeline, same passport, same evidence. The framework is an implementation detail; the contract with the platform is not.
{
"name": "invoice-triage",
"version": "1.4.0",
"framework": "anthropic-sdk",
"passport": "cpl:passport:8f2a91c4",
"bom": {
"models": ["claude-3-5-sonnet@20251022"],
"tools": ["sap.lookup", "erp.write", "pii.redact"],
"datasets": ["finops.invoices.v3"],
"prompts": ["sha256:a4f2…"]
},
"scopes": ["read:invoices", "write:erp"],
"policy": "envelope://acme/finance/tier-1",
"signature": "anchor:sig:rsa256:c7d1…"
}Independent for you. Opinionated for us.
Your agents stay independent: we govern across AWS, GCP, Azure, and the agents you build and bring, and route across model families in the request path. How we build ClearPoint is our business, and we made some good calls.
Our own stack runs on Google Cloud and AWS, with Agent Core on the control plane and ADK Go as a first-class runtime path. That's how we run. It's not a cloud we make you adopt.
- Google Cloud and AWS control plane
- ADK Go runtime in Agent Core
- Postgres + pgvector memory
- Azure governed as a peer
Claude is the primary reasoning model for CPL Agents. We integrate with the Managed Agent Platform and align with the Anthropic Partner Network for distribution and reference patterns.
- Claude as primary reasoning
- Managed Agent Platform integration
- Anthropic Partner Network alignment
- Anthropic Agent SDK runtime support
Want to go deeper?
See how the platform fits together, or get in touch for a technical walkthrough of the layers.