iblai-agent-memory

Manage agent memories with toggle and CRUD operations in Next.js apps.

15|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/iblai/vibe --skill iblai-agent-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iblai-agent-memory
Source: https://github.com/iblai/vibe/tree/main/skills/iblai-agent-memory
Command: npx skills add https://github.com/iblai/vibe --skill iblai-agent-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use Memory tab within a Next.js app to enable and manage agent memories for a mentor, including a toggle to enable/disable memory and a memory management interface for adding, editing, bulk deleting, and deleting individual memories.

Core Features & Use Cases

  • Memory toggle: enable or disable agent memory for a mentor.
  • Memory management: add, edit, bulk delete, and delete individual memories, grouped by mentor context.
  • Seamless integration: works with the AgentSettingsProvider and ibl.ai SDK components to maintain a consistent UI across the app.
  • Real-world scenario: a developer adds memory records for a mentor, toggles memory on for testing, and reviews memory usage per mentor.

Quick Start

Mount the AgentMemoryTab in your mentor route and run the dev server to view the Memory tab in your app.

Frequently Asked Questions about iblai-agent-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add and manage agent memory in a Next.js application?

You can manage agent memory in a Next.js application by mounting a dedicated memory tab interface that supports adding, editing, bulk deleting, and deleting individual memories grouped by mentor context.

What is an agent memory toggle and how does it work for mentors?

An agent memory toggle is a UI control that enables or disables memory capabilities for a specific mentor. It works within a settings workflow to turn memory tracking on or off during testing or active use.

Can I use iblai agent memory components with my existing React UI setup?

Yes, you can use iblai agent memory components with your React UI setup. They integrate seamlessly with the AgentSettingsProvider and ibl.ai SDK components to maintain a consistent UI across your Next.js app.

How do I integrate a memory management tab into my mentor settings workflow?

To integrate a memory management tab into your mentor settings workflow, mount the AgentMemoryTab in your mentor route and run the development server to view the tab within your application.

Does the ibl.ai memory management interface support bulk deletion of mentor memories?

Yes, the ibl.ai memory management interface supports bulk deletion of mentor memories. It also provides functionality for adding, editing, and deleting individual memory records within the grouped mentor context.