ai stable version 0.1.0 hex unreleased package jido_memory elixir ~> 1.18

Jido Memory

ETS-backed memory system and plugin model for Jido agents

Stable support. Ongoing maintenance, compatibility work, and careful API evolution.

View package metadata source →

RELATED PACKAGES

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

DEEP DIVE

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.