Skip to main content
Version: v0.9.0a2
Operator

Plugin Catalog

Stigmem plugins are optional Python packages discovered through the stigmem.plugins entry point group. Installing a plugin package makes it discoverable. Node behavior plugins still require the plugin's explicit STIGMEM_*_ENABLED gate and a node restart; adapter packages require host-application opt-in.

The eleven plugins below are independently versioned at 0.1.0 and support the current alpha node line. The adapter-batch packages require stigmem-node>=0.9.0a10,<1.0.0; earlier security plugins support the alpha line they were published on. They remain experimental and opt-in.

PluginPackageEnable gateSummary
Lazy instruction discoverystigmem-plugin-lazy-instruction-discoverySTIGMEM_LAZY_INSTRUCTION_DISCOVERY_ENABLEDInstruction manifest discovery and migration helpers.
Time travelstigmem-plugin-time-travelSTIGMEM_TIME_TRAVEL_ENABLEDHistorical fact and recall query behavior.
Tombstonesstigmem-plugin-tombstonesSTIGMEM_TOMBSTONES_ENABLEDRight-to-be-forgotten tombstone enforcement.
Memory Garden ACLstigmem-plugin-memory-garden-aclSTIGMEM_MEMORY_GARDEN_ACL_ENABLEDMemory Garden membership ACL filtering.
Source attestationstigmem-plugin-source-attestationSTIGMEM_SOURCE_ATTESTATION_ENABLEDSource identity checks and source-trust recall signals.
Multi-tenant scopingstigmem-plugin-multi-tenantSTIGMEM_MULTI_TENANT_ENABLEDTenant scoping and default-tenant collapse.
Cognee adapterstigmem-plugin-cognee-adapterHost-application opt-inBridges selected facts into Cognee memory graphs.
Gemini adapterstigmem-plugin-gemini-adapterHost-application opt-inExposes Stigmem tools as Gemini FunctionDeclarations.
Letta adapterstigmem-plugin-letta-adapterHost-application opt-inBridges selected facts into Letta archival memory.
OpenAI tools adapterstigmem-plugin-openai-tools-adapterHost-application opt-inExposes Stigmem tools as OpenAI-compatible function calls.
Zep adapterstigmem-plugin-zep-adapterHost-application opt-inBridges selected facts into Zep session memory.

Install

Install one plugin:

python -m pip install 'stigmem-plugin-tombstones>=0.1.0,<2.0.0'
export STIGMEM_TOMBSTONES_ENABLED=1

Install through the meta-package extras:

python -m pip install --pre 'stigmem[tombstones]'
python -m pip install --pre 'stigmem[plugins-all]'

After installing or changing an enable gate, restart the node and run:

stigmem plugins list
stigmem plugins doctor

For package trust, signing, and operational review, see Plugin Management.