Memento-Skills: Let Agents Design Agents (2026)
FreeRead-Write Reflective Learning over executable skill libraries — agents retrieve, execute, reflect, and rewrite their own skills without retraining the base model; evaluated on HLE and GAIA
About Memento-Skills: Let Agents Design Agents (2026)
Memento-Skills is a generalist, continually-learnable LLM agent system that functions as an agent-designing agent. It autonomously constructs, adapts, and improves task-specific agents through experience, using a memory-based reinforcement learning framework with stateful prompts. Reusable skills are stored as structured markdown files, acting as persistent, evolving memory that encodes both behavior and context. The system introduces a Read-Write Reflective Learning mechanism: in the read phase, a skill router selects relevant skills conditioned on the current state; in the write phase, the agent updates and expands its skill library based on new experience. This closed-loop design enables continual learning without updating LLM parameters — all adaptation is realized through the evolution of externalized skills and prompts. Evaluated on the General AI Assistants (GAIA) benchmark and Humanity's Last Exam (HLE), Memento-Skills achieved 26.2% and 116.2% relative improvements in overall accuracy, respectively. Code is available on GitHub.
Key Features
Pros & Cons
- Enables continual learning without retraining the base model
- Autonomous agent design reduces need for human engineering
- Demonstrated sustained performance improvements on GAIA (26.2%) and HLE (116.2%)
- Open-source with available code for reproducibility and extension
- Requires initial set of elementary skills (e.g., Web search, terminal operations) to bootstrap
- Performance gains are shown on specific benchmarks; general real-world applicability yet to be fully validated
- Relies on structured skill library which may need careful design for complex domains