Messages
certifiedmessagingConversation transcript storage across JSONL and remote CHP backends
pip install chp-adapter-messagesAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
archive_to_remotev1.0.0Archive a session
chp.adapters.messages.archive_to_remotebackfill_sessionv1.0.0Parse a Claude Code JSONL transcript and backfill human-typed turns into the evidence chain.
chp.adapters.messages.backfill_sessionlist_sessionsv1.0.0List session IDs that have stored conversation transcripts.
chp.adapters.messages.list_sessionsload_sessionv1.0.0Load all conversation turns for a session from the local JSONL store.
chp.adapters.messages.load_sessionrecord_turnv1.0.0Record a conversation turn (user/assistant/system) into the evidence chain and JSONL store.
chp.adapters.messages.record_turn