Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
ETS-backed memory system and plugin model for Jido agents
Open source on GitHub →defp deps do
[
{:jido_memory, "~> 0.1.0"}
]
end
Core ecosystem relationship
Core ecosystem relationship
Jido Memory provides a data-driven memory layer for Jido agents with a practical ETS-backed implementation and action-based APIs.
Jido Memory gives agents explicit, inspectable memory operations instead of ad-hoc context mutation.
Defines structured record and query representations for memory operations.
Ships an ETS plugin that can be mounted into agents for runtime memory behavior.
Exposes remember/recall/forget actions to compose memory workflows with the broader Jido action system.