AIDB Daily Papers
AgentFactory:実行可能なサブエージェントの蓄積と再利用による自己進化フレームワーク
※ 日本語タイトル・ポイントは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に質問できます。
質問の例: