次回の更新記事:「AIっぽくて白ける」現象の正体(公開予定日:2026年05月01日)
AIDB Daily Papers

エージェント設計エージェント:Memento-Skillsによる自律的なタスク特化型エージェントの構築

原題: Memento-Skills: Let Agents Design Agents
著者: Huichi Zhou, Siyuan Guo, Anjie Liu, Zhongwei Yu, Ziqin Gong, Bowen Zhao, Zhixun Chen, Menglong Zhang, Yihang Chen, Jinsong Li, Runyu Yang, Qiangbin Liu, Xinlei Yu, Jianmin Zhou, Na Wang, Chunyang Sun, Jun Wang
公開日: 2026-03-19 | 分野: LLM 強化学習 機械学習 AI エージェント オープンソース プロンプト 自動化 GitHub

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 汎用LLMエージェントシステム「Memento-Skills」を開発し、経験を通じてタスク特化型エージェントを自律的に設計・改善する。
  • 状態を持つプロンプトと再利用可能なスキルを組み合わせ、LLMのパラメータ更新なしに継続的な学習を可能にする点が新しい。
  • ベンチマークテストで、全体的な精度がそれぞれ26.2%と116.2%向上し、持続的な性能向上が確認された。

Abstract

We introduce emph{Memento-Skills}, a generalist, continually-learnable LLM agent system that functions as an emph{agent-designing agent}: it autonomously constructs, adapts, and improves task-specific agents through experience. The system is built on a memory-based reinforcement learning framework with emph{stateful prompts}, where reusable skills (stored as structured markdown files) serve as persistent, evolving memory. These skills encode both behaviour and context, enabling the agent to carry forward knowledge across interactions. Starting from simple elementary skills (like Web search and terminal operations), the agent continually improves via the emph{Read--Write Reflective Learning} mechanism introduced in emph{Memento~2}~cite{wang2025memento2}. In the emph{read} phase, a behaviour-trainable skill router selects the most relevant skill conditioned on the current stateful prompt; in the emph{write} phase, the agent updates and expands its skill library based on new experience. This closed-loop design enables emph{continual learning without updating LLM parameters}, as all adaptation is realised through the evolution of externalised skills and prompts. Unlike prior approaches that rely on human-designed agents, Memento-Skills enables a generalist agent to emph{design agents end-to-end} for new tasks. Through iterative skill generation and refinement, the system progressively improves its own capabilities. Experiments on the emph{General AI Assistants} benchmark and emph{Humanity's Last Exam} demonstrate sustained gains, achieving 26.2% and 116.2% relative improvements in overall accuracy, respectively. Code is available at https://github.com/Memento-Teams/Memento-Skills.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事