FishMem

Integrations

Add FishMem to agent frameworks with the TypeScript or Python SDK.

FishMem provides framework-neutral TypeScript and Python SDKs. The TypeScript package runs anywhere with the Fetch API and avoids framework adapters that can drift behind their hosts.

Every integration follows the same lifecycle:

  1. search FishMem before the model call;
  2. inject only relevant results into model context;
  3. after the turn, store a durable conclusion with infer:false, or send original messages with infer:true for one extraction pass.

FishMem does not currently publish framework-specific adapter packages. Older references to @fishmem/ai-sdk, @fishmem/mastra, @fishmem/openai-agents, or @fishmem/cloudflare-agents were removed because those packages do not exist in this repository.