Anthropic SDK memory

Your existing agent loop, now with memory.

Install the MADB shim and swap one import. Existing messages.create() calls automatically recall prior context and persist the turn locally.

pip install madb-anthropic
from madb_anthropic import Anthropic  # existing calls remain unchanged

No memory rewrite

Keep the agent loop you already have.

Local by default

No hosted memory service or account.

Future managed path

The endpoint is wired for a hosted option, which is not yet available.