<- Adapters

Messages

certifiedmessaging

Conversation transcript storage across JSONL and remote CHP backends

pip install chp-adapter-messages

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

archive_to_remotev1.0.0

Archive a session

chp.adapters.messages.archive_to_remote
backfill_sessionv1.0.0

Parse a Claude Code JSONL transcript and backfill human-typed turns into the evidence chain.

chp.adapters.messages.backfill_session
list_sessionsv1.0.0

List session IDs that have stored conversation transcripts.

chp.adapters.messages.list_sessions
load_sessionv1.0.0

Load all conversation turns for a session from the local JSONL store.

chp.adapters.messages.load_session
record_turnv1.0.0

Record a conversation turn (user/assistant/system) into the evidence chain and JSONL store.

chp.adapters.messages.record_turn
See the full capability catalog →