Loading docs…
We're open source. If actrone-memory has been useful to you, a star on GitHub means a lot to us.
Star the projectLoading docs…
Documentation
actrone-memory, for Python and TypeScript, gives your agents a two-tier memory: fast recall of the recent turns, plus search over the long-term memories you keep, such as facts, preferences and summaries of older conversations. Same architecture and same result shapes in both languages. Pick yours with the switcher in the header and every example on this site follows.
pip install actrone-memorynpm install actrone-memoryStructural adapters that hand memory to the agent framework you already use. Nothing is imported that you do not ask for.
Install the SDK, submit your first task, and learn the core concepts in under 10 minutes.
Two-tier persistent memory with zero services by default. Redis (L1) and Qdrant (L2) are an opt-in upgrade for production.