Skip to main content
Version: v0.9.0a2
Operator

Letta Adapter

stigmem-plugin-letta-adapter bridges selected Stigmem facts into a Letta agent's archival memory and reads tagged passages back as Stigmem-compatible records.

Installโ€‹

python -m pip install 'stigmem-plugin-letta-adapter>=0.1.0,<2.0.0'

Install the live Letta extra only in host applications that call a Letta server:

python -m pip install 'stigmem-plugin-letta-adapter[letta]>=0.1.0,<2.0.0'

Enableโ€‹

The adapter has no node-global behavior gate at v0.1.0. Enable it in the host application by importing stigmem_plugin_letta.StigmemLettaAdapter and calling the bridge methods explicitly.

Disableโ€‹

Remove the adapter from the host application path and restart the process that loads plugins. If it was installed only for this integration, uninstall it:

python -m pip uninstall stigmem-plugin-letta-adapter

Security Notesโ€‹

The adapter can send fact content, scope labels, source identifiers, and confidence values to a configured Letta server and target agent. Live Letta use is operator-owned for v0.1.0; review experimental/letta-adapter/security.md before using it with sensitive scopes.