>🎄Launching in December '25

Memory for Agents.

Add data and conversations to any agent in one line of code.

Wrap any model with Satori to add memory.

Access memories and add new ones via dashboard or SDK.

import { generateText } from 'ai';
import { satori } from '@satori-sh/aisdk';

const response = await generateText({
  model: satori('openai:gpt-4o'),
  prompt: 'Why is the sky blue?',
});

AI SDK Harness launching emminently. Keep in touch for updates.