import { ImageResponse } from "next/og"; export const alt = "agentmemory — persistent memory for AI coding agents"; export const size = { width: 1200, height: 630 }; export const contentType = "image/png"; export default function Image() { return new ImageResponse( (
AGENTMEMORY
AGENT MEMORY
Persistent memory for AI coding agents. Runs locally. Zero external databases.
95.2% RETRIEVAL R@5
92% FEWER TOKENS
0 EXTERNAL DBs
), { ...size }, ); }