Reference
Adapter registry
The catalog of CHP capability adapters, synced from chp-core/registry.
68 adapters, synced from
chp-core/registry/adapters.json.
| Adapter | Group | Category | Status | Description |
|---|---|---|---|---|
chp-adapter-http | official | network | certified | Governed HTTP client with URL allowlist |
chp-adapter-grpc | official | network | experimental | gRPC service discovery and unary call invocation |
chp-adapter-graphql | official | network | experimental | GraphQL queries and mutations as governed capabilities |
chp-adapter-openapi | official | network | experimental | Any REST API described by an OpenAPI spec as governed CHP capabilities |
chp-adapter-webhook | official | network | experimental | Inbound webhook signature verification and event normalization |
chp-adapter-nats | official | network | experimental | NATS messaging (pub/sub/request-reply) as governed capabilities |
chp-adapter-kafka | official | network | experimental | Enterprise Kafka event stream operations |
chp-adapter-mcp | official | network | certified | Wrap Model Context Protocol (MCP) server tools as governed CHP capabilities |
chp-adapter-filesystem | official | filesystem | certified | Governed file read/write/list with path allowlist |
chp-adapter-file-transform | official | filesystem | experimental | File extraction and format conversion |
chp-adapter-document-store | official | filesystem | experimental | Document search, retrieval, and management |
chp-adapter-huggingface | official | ai | certified | Local HuggingFace artifact consumption — pull, pipeline, embed, tokenize, dataset, cache |
chp-adapter-tei | official | ai | certified | Metal-accelerated text embeddings via a local Text Embeddings Inference server |
chp-adapter-vllm | official | ai | certified | Apple Silicon native text generation via a local vLLM server |
chp-adapter-scout | official | ai | experimental | FastContext repo scout subagent |
chp-adapter-sglang | official | ai | experimental | SGLang inference server (CUDA/Linux primary, CPU fallback) |
chp-adapter-local-llm | official | ai | experimental | Local LLM inference via Ollama (primary) or llama.cpp (fallback) |
chp-adapter-llm | official | ai | experimental | Bridge CHP capabilities to LLM tool-calling APIs (OpenAI, Anthropic, generic) |
chp-adapter-smolagents | official | ai | certified | Code-writing meta-agent (smolagents) whose tools are CHP capabilities |
chp-adapter-memory | official | ai | experimental | Governed scoped key-value memory for agents |
chp-adapter-vector | official | ai | experimental | Semantic embedding search with injectable backend |
chp-adapter-evaluation | official | ai | experimental | LLM and capability evaluation rubrics |
chp-adapter-git | official | code | certified | Git repository inspection and operations |
chp-adapter-github | official | code | certified | GitHub repository, pull request, issue, and CI inspection as governed capabilities |
chp-adapter-radicle | official | code | certified | Radicle p2p code forge (sync, patch, issue, repo identity) |
chp-adapter-ci | official | code | certified | Run package test suites as governed evidence-producing invocations |
chp-adapter-jobs | official | infra | certified | Run any capability as a polled background job |
chp-adapter-launchd | official | infra | certified | Govern macOS launchd (LaunchAgent) services |
chp-adapter-process | official | infra | experimental | Governed subprocess/CLI execution |
chp-adapter-container | official | infra | experimental | Docker/OCI container execution |
chp-adapter-kubernetes | official | infra | experimental | Kubernetes cluster management as governed capabilities |
chp-adapter-secrets | official | infra | certified | Runtime credential injection from env/file/memory backends |
chp-adapter-release | official | infra | certified | Release pipeline operations (bump, sync, tag, publish) |
chp-adapter-workflow | official | infra | experimental | Durable workflow execution tracking with injectable backend |
chp-adapter-state-machine | official | infra | experimental | Governed finite state machines |
chp-adapter-delegation | official | agents | certified | Governed work handoff and delegation lifecycle |
chp-adapter-planning | official | agents | certified | Observable agent cognition (planning and reflection) |
chp-adapter-composition | official | agents | certified | Compose capabilities into named reusable workflows |
chp-adapter-organization | official | agents | experimental | Organizational hierarchy and people lookup |
chp-adapter-safety | official | agents | certified | Risk assessment and guardrail evaluation |
chp-adapter-conformance | official | agents | certified | Static and runtime violation checker for capability implementations |
chp-adapter-asyncapi | official | agents | experimental | AsyncAPI spec parsing and channel-based messaging |
chp-adapter-rpa | official | agents | experimental | Browser/UI automation (RPA) |
chp-adapter-aws | official | cloud | experimental | AWS infrastructure operations as governed capabilities |
chp-adapter-azure | official | cloud | experimental | Azure infrastructure operations as governed capabilities |
chp-adapter-gcp | official | cloud | experimental | Google Cloud Platform infrastructure operations |
chp-adapter-synology | official | cloud | certified | Synology DSM file operations, tasks, and Container Manager |
chp-adapter-tailscale | official | cloud | certified | Tailscale mesh networking for multi-host CHP clusters |
chp-adapter-vercel | official | cloud | experimental | Vercel deployment platform as governed capabilities |
chp-adapter-raspi | official | cloud | certified | Raspberry Pi physical-world access (GPIO, camera, system stats) |
chp-adapter-messages | official | messaging | certified | Conversation transcript storage across JSONL and remote CHP backends |
chp-adapter-email | official | messaging | experimental | Outbound email via SMTP or Resend |
chp-adapter-notification | official | messaging | experimental | Multi-channel notification routing |
chp-adapter-slack | official | messaging | experimental | Slack messaging, interactive approvals, and signed-interaction ingest |
chp-adapter-postgres | official | data | experimental | Governed PostgreSQL query, mutation, and schema introspection |
chp-adapter-spreadsheet | official | data | experimental | CSV and spreadsheet read/write |
chp-adapter-form | official | data | experimental | Structured form definition, submission, and retrieval |
chp-adapter-knowledge-graph | official | data | experimental | Knowledge graph with injectable graph backend |
chp-adapter-preference | official | data | experimental | Per-agent/per-user preference storage |
chp-adapter-calendar | official | data | experimental | Calendar event management |
chp-adapter-notion | official | data | experimental | Notion pages and databases as governed capabilities |
chp-adapter-jira | official | data | experimental | Jira Cloud issue management |
chp-adapter-linear | official | data | experimental | Linear project management via GraphQL |
chp-adapter-audit | official | platform | certified | Queryable audit log over the host evidence store |
chp-adapter-registry | official | platform | certified | Governed capability discovery registry over the host catalog |
chp-adapter-auth | official | platform | experimental | Machine-to-machine OAuth2 client credentials and JWT validation |
chp-adapter-host | official | infra | certified | Report and update the CHP host runtime on a node (governed self-update) |
chp-adapter-mlx | official | ai | experimental | Apple Silicon native text generation via a local mlx_lm server |