ai version 0.1.0 package jido_memory

Jido Memory

ETS-backed memory system and plugin model for Jido agents

Open source on GitHub →
quickstart.exs mix deps
defp deps do
  [
    {:jido_memory, "~> 0.1.0"}
  ]
end

AT A GLANCE

Structured memory records and query filters
Jido plugin for memory integration into agent lifecycles
Explicit actions for remember, recall, and forget workflows
Auto-capture hooks for LLM and non-LLM signal flows

IMPORTANT PACKAGES

ECOSYSTEM RELATIONSHIPS

Used By
none

FULL OVERVIEW

Overview

Jido Memory provides a data-driven memory layer for Jido agents with a practical ETS-backed implementation and action-based APIs.

Purpose

Jido Memory gives agents explicit, inspectable memory operations instead of ad-hoc context mutation.

Major Components

Memory Models

Defines structured record and query representations for memory operations.

Plugin

Ships an ETS plugin that can be mounted into agents for runtime memory behavior.

Memory Actions

Exposes remember/recall/forget actions to compose memory workflows with the broader Jido action system.