Ecosystem
Governed adapters. Every capability evidence-wrapped.
68 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 68 of 68 adapters
Core
Shipped and maintained · 11http
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
pip install chp-adapter-secretsconformance
certifiedStatic and runtime violation checker for capability implementations
pip install chp-adapter-conformancetailscale
certifiedTailscale mesh networking for multi-host CHP clusters
pip install chp-adapter-tailscaleaudit
certifiedQueryable audit log over the host evidence store
pip install chp-adapter-auditregistry
certifiedGoverned capability discovery registry over the host catalog
pip install chp-adapter-registryExtended
Available, broader surface · 57graphql
experimentalGraphQL queries and mutations as governed capabilities
pip install chp-adapter-graphqlgrpc
experimentalgRPC service discovery and unary call invocation
pip install chp-adapter-grpckafka
experimentalEnterprise Kafka event stream operations
pip install chp-adapter-kafkanats
experimentalNATS messaging (pub/sub/request-reply) as governed capabilities
pip install chp-adapter-natsopenapi
experimentalAny REST API described by an OpenAPI spec as governed CHP capabilities
pip install chp-adapter-openapiwebhook
experimentalInbound webhook signature verification and event normalization
pip install chp-adapter-webhookdocument-store
experimentalDocument search, retrieval, and management
pip install chp-adapter-document-storefile-transform
experimentalFile extraction and format conversion
pip install chp-adapter-file-transformevaluation
experimentalLLM and capability evaluation rubrics
pip install chp-adapter-evaluationhuggingface
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)
pip install chp-adapter-llmlocal-llm
experimentalLocal LLM inference via Ollama (primary) or llama.cpp (fallback)
pip install chp-adapter-local-llmmemory
experimentalGoverned scoped key-value memory for agents
pip install chp-adapter-memorymlx
experimentalApple Silicon native text generation via a local mlx_lm server
pip install chp-adapter-mlxsglang
experimentalSGLang inference server (CUDA/Linux primary, CPU fallback)
pip install chp-adapter-sglangsmolagents
certifiedCode-writing meta-agent (smolagents) whose tools are CHP capabilities
pip install chp-adapter-smolagentstei
certifiedMetal-accelerated text embeddings via a local Text Embeddings Inference server
pip install chp-adapter-teivector
experimentalSemantic embedding search with injectable backend
pip install chp-adapter-vectorvllm
certifiedApple Silicon native text generation via a local vLLM server
pip install chp-adapter-vllmci
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-radiclecontainer
experimentalDocker/OCI container execution
pip install chp-adapter-containerkubernetes
experimentalKubernetes cluster management as governed capabilities
pip install chp-adapter-kuberneteslaunchd
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)
pip install chp-adapter-releasestate-machine
experimentalGoverned finite state machines
pip install chp-adapter-state-machineworkflow
experimentalDurable workflow execution tracking with injectable backend
pip install chp-adapter-workflowasyncapi
experimentalAsyncAPI spec parsing and channel-based messaging
pip install chp-adapter-asyncapicomposition
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
pip install chp-adapter-organizationplanning
certifiedObservable agent cognition (planning and reflection)
pip install chp-adapter-planningsafety
certifiedRisk assessment and guardrail evaluation
pip install chp-adapter-safetyaws
experimentalAWS infrastructure operations as governed capabilities
pip install chp-adapter-awsazure
experimentalAzure infrastructure operations as governed capabilities
pip install chp-adapter-azuregcp
experimentalGoogle Cloud Platform infrastructure operations
pip install chp-adapter-gcpraspi
certifiedRaspberry Pi physical-world access (GPIO, camera, system stats)
pip install chp-adapter-raspisynology
certifiedSynology DSM file operations, tasks, and Container Manager
pip install chp-adapter-synologyvercel
experimentalVercel deployment platform as governed capabilities
pip install chp-adapter-vercelOutbound email via SMTP or Resend
pip install chp-adapter-emailmessages
certifiedConversation transcript storage across JSONL and remote CHP backends
pip install chp-adapter-messagesnotification
experimentalMulti-channel notification routing
pip install chp-adapter-notificationslack
experimentalSlack messaging, interactive approvals, and signed-interaction ingest
pip install chp-adapter-slackcalendar
experimentalCalendar event management
pip install chp-adapter-calendarform
experimentalStructured form definition, submission, and retrieval
pip install chp-adapter-formknowledge-graph
experimentalKnowledge graph with injectable graph backend
pip install chp-adapter-knowledge-graphlinear
experimentalLinear project management via GraphQL
pip install chp-adapter-linearnotion
experimentalNotion pages and databases as governed capabilities
pip install chp-adapter-notionpostgres
experimentalGoverned PostgreSQL query, mutation, and schema introspection
pip install chp-adapter-postgrespreference
experimentalPer-agent/per-user preference storage
pip install chp-adapter-preferencespreadsheet
experimentalCSV and spreadsheet read/write
pip install chp-adapter-spreadsheetauth
experimentalMachine-to-machine OAuth2 client credentials and JWT validation
pip install chp-adapter-authBuild your own adapter.
Any installed package that registers a chp.adapters entry point is discovered automatically — community adapters are first-class at runtime.