Skip to content

Releases: capabilityhostprotocol/chp-core

v0.8.0 — chp-host + 30 adapters

Choose a tag to compare

@imonacloud imonacloud released this 21 Jun 22:04
2f98e7c

What's new

  • chp-host 0.8.0 — CLI for serving, initialising, and meshing CHP nodes
  • 30 chp-adapter- packages* — governed capabilities for HTTP, filesystem, git, secrets, jobs, MCP, AI/LLM runtimes, and more
  • registry/adapters.json — canonical adapter catalog (66 official adapters)
  • bootstrap-mac.sh / bootstrap-linux.sh — one-command node setup

Install (while PyPI registration is pending)

pip install chp-core chp-host chp-adapter-http chp-adapter-filesystem \
  chp-adapter-audit chp-adapter-secrets chp-adapter-jobs chp-adapter-process chp-adapter-mcp \
  --find-links https://github.com/capabilityhostprotocol/chp-core/releases/expanded_assets/v0.8.0

Adapters on PyPI already

chp-adapter-audit · chp-adapter-ci · chp-adapter-composition · chp-adapter-conformance

All remaining packages will appear on PyPI as the new-project rate limit clears (drip-register.yml runs daily).

chp-core v0.7.0

Choose a tag to compare

@imonacloud imonacloud released this 13 Jun 01:45
44d7d9b

chp-core v0.7.0

Install: `pip install chp-core==0.7.0`

What's new

  • 42-module Python package — adds agent cognition layer (certification, compliance, delegation, events, incident, metrics, planning, retrieval, safety, transformation, ingestion) and infrastructure modules (persistence, registry, session, state_machine, workflow, knowledge_graph, memory, transport)
  • check_sync_integrity() — alignment check #42: diff-based verification that chp-core's Python package matches chp-dev source of truth; surfaces in `chp work check-alignment`
  • TypeScript runtime (`packages/ts-runtime/`) — host, store, session, policy implementations in TypeScript
  • Updated examples — local-adapter-host (MCP/webhook patterns), multi-host-demo, dev-workflow-demo, model-adapter-demo (mocked multi-provider)
  • Dev extras now include `pytest-asyncio>=0.21` and `hypothesis>=6.0` for property-based and async tests
  • 29 conformance checks — all pass on Python 3.12

Protocol

v0.7.0 is protocol-compatible with v0.6.x. No breaking changes to `LocalCapabilityHost`, `SQLiteEvidenceStore`, or the core evidence schema.

Note on TypeScript types npm package

`@capabilityhostprotocol/types 0.7.0` publish failed in CI due to npm org setup needed. Will be published separately.

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:28

Full Changelog: v0.6.0...v0.6.3

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:50

Full Changelog: v0.5.2...v0.6.0

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:15

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:10

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:46

Full Changelog: v0.4.7...v0.5.0

v0.4.7

Choose a tag to compare

@github-actions github-actions released this 07 Jun 16:36

Full Changelog: v0.3.4...v0.4.7

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 03:42

Full Changelog: v0.1.1...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 02:21