次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

AgentFactory:実行可能なサブエージェントの蓄積と再利用による自己進化フレームワーク

原題: AgentFactory: A Self-Evolving Framework Through Executable Subagent Accumulation and Reuse
著者: Zhang Zhang, Shuqi Lu, Hongjin Qian, Di He, Zheng Liu
公開日: 2026-03-18 | 分野: LLM 機械学習 AI エージェント オープンソース 自動化 開発 Python コード

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

ポイント

  • LLMベースのエージェント構築において、成功体験をテキストではなく実行可能なコードとして保存するAgentFactoryを提案。
  • サブエージェントは実行フィードバックに基づき継続的に洗練され、複雑なタスクの再実行を効率化し、移植性も実現する。
  • AgentFactoryは、類似タスクに必要な労力を削減し、手動介入なしに能力を継続的に蓄積・向上させることを実証した。

Abstract

Building LLM-based agents has become increasingly important. Recent works on LLM-based agent self-evolution primarily record successful experiences as textual prompts or reflections, which cannot reliably guarantee efficient task re-execution in complex scenarios. We propose AgentFactory, a new self-evolution paradigm that preserves successful task solutions as executable subagent code rather than textual experience. Crucially, these subagents are continuously refined based on execution feedback, becoming increasingly robust and efficient as more tasks are encountered. Saved subagents are pure Python code with standardized documentation, enabling portability across any Python-capable system. We demonstrate that AgentFactory enables continuous capability accumulation: its library of executable subagents grows and improves over time, progressively reducing the effort required for similar tasks without manual intervention. Our implementation is open-sourced at https://github.com/zzatpku/AgentFactory, and our demonstration video is available at https://youtu.be/iKSsuAXJHW0.

Paper AI Chat

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

質問の例:

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

会員登録 / ログイン

💬 ディスカッション

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

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

関連するAIDB記事