Agent frameworks
Letta (MemGPT)
Letta memory + tool guard.
Wraps Letta's agent API. Pairs especially well with the memory guards — Letta's long-term memory is a primary injection target.
Install
pnpm add @blackunicorn/bonklm-lettaMinimal example
import { LettaClient } from '@letta-ai/letta-client'
import { wrapLetta } from '@blackunicorn/bonklm-letta'
const letta = wrapLetta(new LettaClient(), { guards: ['memory-write'] })Related connectors