What problem does it solve?
This Skill provides a robust, local-first memory store for AI agents, enabling them to persistently store, retrieve, and query information, ensuring consistent and context-aware behavior.
Core Features & Use Cases
- Local-First Memory: Backed by libSQL, ensuring data is always available locally.
- JSON Output: All commands emit JSON, making it ideal for programmatic integration with agents.
- Knowledge Curation: Supports creating shareable subsets of memory and managing "expertise areas" for specialized knowledge.
- Use Case: An agent needs to remember user preferences, past interactions, and domain-specific knowledge.
wagl allows it to store this information efficiently and retrieve it contextually for future tasks.
Quick Start
Initialize your wagl memory database by running the command wagl init.