Ecosystem
Governed adapters. Every capability evidence-wrapped.
89 adapters expose real capabilities — HTTP, files, processes, jobs, models, code, infrastructure — behind the same governed boundary: policy-checked on the way in, evidence emitted on the way out, replayable by correlation ID. Install from PyPI and the host discovers them automatically.
Showing 89 of 89 adapters
Core
Shipped and maintained · 13http
certifiedGoverned HTTP client with URL allowlist
pip install chp-adapter-httpmcp
certifiedWrap Model Context Protocol (MCP) server tools as governed CHP capabilities
pip install chp-adapter-mcpfilesystem
certifiedGoverned file read/write/list with path allowlist
pip install chp-adapter-filesystemgit
certifiedGit repository inspection and operations
pip install chp-adapter-githost
certifiedReport and update the CHP host runtime on a node (governed self-update)
pip install chp-adapter-hostjobs
certifiedRun any capability as a polled background job
pip install chp-adapter-jobssecrets
certifiedRuntime credential injection from env/file/memory backends
conformance
certifiedStatic and runtime violation checker for capability implementations
pip install chp-adapter-conformancetailscale
certifiedTailscale mesh networking for multi-host CHP clusters
audit
certifiedQueryable audit log over the host evidence store
pip install chp-adapter-auditcapscan
experimentalCodebase capability scanner — surfaces candidate adapters & capabilities (powers onboarding)
registry
certifiedGoverned capability discovery registry over the host catalog
stewards
experimentalRun the offline steward fleet (emission/conformance/doc/onboarding/demand) on-demand
Extended
Available, broader surface · 76graphql
experimentalGraphQL queries and mutations as governed capabilities
grpc
experimentalgRPC service discovery and unary call invocation
nats
experimentalNATS messaging (pub/sub/request-reply) as governed capabilities
openapi
experimentalAny REST API described by an OpenAPI spec as governed CHP capabilities
webhook
experimentalInbound webhook signature verification and event normalization
document-store
experimentalDocument search, retrieval, and management
file-transform
experimentalFile extraction and format conversion
huggingface
certifiedLocal HuggingFace artifact consumption — pull, pipeline, embed, tokenize, dataset, cache
pip install chp-adapter-huggingfacellm
experimentalBridge CHP capabilities to LLM tool-calling APIs (OpenAI, Anthropic, generic)
local-llm
experimentalLocal LLM inference via Ollama (primary) or llama.cpp (fallback)
pip install chp-adapter-local-llmmlx
experimentalApple Silicon native text generation via a local mlx_lm server
pip install chp-adapter-mlxsglang
experimentalSGLang inference server (CUDA/Linux primary, CPU fallback)
smolagents
certifiedCode-writing meta-agent (smolagents) whose tools are CHP capabilities
tei
certifiedMetal-accelerated text embeddings via a local Text Embeddings Inference server
vector
experimentalSemantic embedding search with injectable backend
vllm
certifiedApple Silicon native text generation via a local vLLM server
ci
certifiedRun package test suites as governed evidence-producing invocations
pip install chp-adapter-cigithub
certifiedGitHub repository, pull request, issue, and CI inspection as governed capabilities
pip install chp-adapter-githubradicle
certifiedRadicle p2p code forge (sync, patch, issue, repo identity)
pip install chp-adapter-radiclewiremock
experimentalCHP adapter — WireMock admin API as governed capabilities (openapi-backed; test the factory)
kubernetes
experimentalKubernetes cluster management as governed capabilities
launchd
certifiedGovern macOS launchd (LaunchAgent) services
pip install chp-adapter-launchdprocess
experimentalGoverned subprocess/CLI execution
pip install chp-adapter-processrelease
certifiedRelease pipeline operations (bump, sync, tag, publish)
workflow
experimentalDurable workflow execution tracking with injectable backend
asyncapi
experimentalAsyncAPI spec parsing and channel-based messaging
composition
certifiedCompose capabilities into named reusable workflows
pip install chp-adapter-compositiondelegation
certifiedGoverned work handoff and delegation lifecycle
pip install chp-adapter-delegationorganization
experimentalOrganizational hierarchy and people lookup
planning
certifiedObservable agent cognition (planning and reflection)
pip install chp-adapter-planninganchore
experimentalCHP adapter — anchore.io API as governed capabilities (openapi-backed, generated)
aws
experimentalAWS infrastructure operations as governed capabilities
azure
experimentalAzure infrastructure operations as governed capabilities
gcp
experimentalGoogle Cloud Platform infrastructure operations
raspi
certifiedRaspberry Pi physical-world access (GPIO, camera, system stats)
synology
certifiedSynology DSM file operations, tasks, and Container Manager
vercel
experimentalVercel deployment platform as governed capabilities
matrix
experimentalMatrix messaging + human-in-the-loop approvals as governed CHP capabilities (composes through chp.adapters.http)
messages
certifiedConversation transcript storage across JSONL and remote CHP backends
pip install chp-adapter-messagesnotification
experimentalMulti-channel notification routing
postiz
experimentalOperate a self-hosted Postiz social scheduler via its Public API
slack
experimentalSlack messaging, interactive approvals, and signed-interaction ingest
form
experimentalStructured form definition, submission, and retrieval
knowledge-graph
experimentalKnowledge graph with injectable graph backend
notion
experimentalNotion pages and databases as governed capabilities
postgres
experimentalGoverned PostgreSQL query, mutation, and schema introspection
scrapegraph
experimentalSovereign LLM-driven structured web/document extraction (self-hosted ScrapeGraphAI)
transmutation-planner
experimentalMulti-hop transformation path planner
approval
experimentaleffect pre-authorization (single-use, action-bound approval grants)
auth
experimentalMachine-to-machine OAuth2 client credentials and JWT validation
browser
experimentalgoverned headless-browser navigation with a network-enforced domain allowlist
colibri
experimentalsovereign frontier (MoE) text generation via a local colibri server (github.com/JustVugg/colibri)
devloop
experimentalbounded recursive self-improvement (propose + gate new capabilities)
eval
experimentalon-mesh model eval with signed, portable scorecards
flywheel
experimentalthe recursive flywheel's decision steps (curate + promotion gate + evaluate_and_gate)
graphify
experimentalsovereign code/artifact knowledge graph via graphify (BYO mesh backend)
llmfit
experimentalhardware-aware LLM model fit, ranking, and discovery (wraps the llmfit CLI)
notes
experimentalpersonal notes over a markdown/Obsidian vault
sandbox
experimentalrootless isolation-boundary command execution (evidence-recorded)
service
experimentalhost and lifecycle-manage long-running services on the mesh
telemetry
experimentalemit agent/LLM runs as standard OpenTelemetry GenAI spans
websearch
experimentalbounded sovereign web search via a self-hosted SearxNG
Build your own adapter.
Any installed package that registers a chp.adapters entry point is discovered automatically — community adapters are first-class at runtime.