FitText:通过模因检索进化智能体的工具生态 / FitText: Evolving Agent Tool Ecologies via Memetic Retrieval
1️⃣ 一句话总结
本文提出了一种名为FitText的新框架,它让AI智能体在执行任务时自动生成和优化工具描述,从而像人类一样边思考边寻找最合适的工具,大幅提升了在庞大工具库中的检索准确率,同时揭示了这种方法对底层模型能力的依赖。
A semantic gap separates how users describe tasks from how tools are documented. As API ecosystems scale to tens of thousands of endpoints, static retrieval from the initial query alone cannot bridge this gap: the agent's understanding of what it needs evolves during execution, but its tool set does not. We introduce FitText, a training-free framework that makes retrieval dynamic by embedding it directly in the agent's reasoning loop. FitText generates natural-language pseudo-tool descriptions as retrieval probes, refines them iteratively using retrieval feedback, and explores diverse alternatives through stochastic generation. Memetic Retrieval adds evolutionary selection pressure over candidate descriptions, guided by a tool memory that avoids redundant search. On ToolRet (43k tools, 4 domains), FitText improves average retrieval rank from 8.81 to 2.78; on StableToolBench (16,464 APIs), it achieves a 0.73 average pass rate--a 24-point absolute gain over static query retrieval. The gains transfer across base models capable of acting as competent semantic operators; under weaker base models, Memetic's evolutionary search inverts--amplifying noise rather than refining signal--surfacing model capacity as a prerequisite for evolutionary tool exploration.
FitText:通过模因检索进化智能体的工具生态 / FitText: Evolving Agent Tool Ecologies via Memetic Retrieval
本文提出了一种名为FitText的新框架,它让AI智能体在执行任务时自动生成和优化工具描述,从而像人类一样边思考边寻找最合适的工具,大幅提升了在庞大工具库中的检索准确率,同时揭示了这种方法对底层模型能力的依赖。
源自 arXiv: 2605.02411