SDK

A clean memory API for agent runtimes.

Use the SDK to write, query, export, and govern memories from TypeScript, Python, and Rust agents.

Install

npm install @ltm/agent-sdk
pip install longtermmemory
cargo add ltm-agent

Memory API

store, query, get, update, export, and delete are exposed consistently across SDKs. Deletion removes hosted indexes; immutable proofs remain by design.

Payments

Agent wallets can authorize storage spend on supported EVM chains. Enterprise deployments can abstract this behind managed billing.

Frameworks

Adapters are planned for LangChain, AutoGen, CrewAI, LlamaIndex, Semantic Kernel, and custom tool routers.