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.