Memory
experimentalaiGoverned scoped key-value memory for agents
not yet on PyPI —
chp-adapter-memory is not publishedAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
deletev1.0.0Delete a key from scoped agent memory.
chp.adapters.memory.deletegetv1.0.0Read a value from scoped agent memory.
chp.adapters.memory.getlistv1.0.0List all keys in a memory scope.
chp.adapters.memory.listsetv1.0.0Write or update a value in scoped agent memory.
chp.adapters.memory.set