Persistent Memory
Your agents remember across sessions. Built-in vector store and key-value storage — no database to manage, no extra config.
Vector Store
Store and retrieve embeddings for semantic search, context retrieval, and long-term memory. Your agent can recall relevant information from past interactions without reprocessing.
Key-Value Storage
Store user preferences, session state, configuration data, and agent decisions. Fast key-value access for structured data that your agent needs to persist between runs.
How it works
Automatic persistence
Every agent on HostAgentes gets dedicated storage provisioned automatically. No setup required.
Session continuity
When your agent restarts or scales, it picks up where it left off. Conversations, context, and state are preserved.
API access
Read and write memory through a simple API. Store vectors for semantic search or key-value pairs for structured data.
Isolated per agent
Each agent gets its own isolated storage. No cross-contamination between agents, no shared state.