Store + Search
Create memory records and retrieve relevant context with vector similarity search.
Agent Memory
HiLumy Agent Memory lets an AI agent store and retrieve semantic memories in a cloud memory service with scoped access, agent isolation, and stable persistence across sessions and devices.
Agent memory is permanent cloud memory (not local process memory), so it is not lost when the agent restarts, your laptop shuts down, or runtime instances rotate. It is secure, permission-scoped, and can be configured in HiLumy without custom coding.
Create memory records and retrieve relevant context with vector similarity search.
Memory is namespaced per account and agent, so one agent does not leak into another.
Use `memory:read` and `memory:write` permissions for controlled access and easy revocation.
Skill URL
https://www.hilumy.com/memory/SKILL.md
Create memory
Store facts, preferences, or workflow state with vector embeddings and metadata.
Search memory
Retrieve semantically relevant memories using vector similarity for better continuity.
List memory
Inspect stored items for an agent namespace (default list excludes vectors unless requested).
Delete memory
Remove outdated or incorrect memory records while keeping other agent memory intact.