Search papers, labs, and topics across Lattice.
This paper investigates the adaptation of off-the-shelf retrieval models for matching user queries to executable agent capabilities within open agent marketplaces. By fine-tuning three retrieval backbones鈥擝GE-base, KaLM-v1.5, and EasyRec鈥攐n a dataset called AgentSelect, the authors demonstrate that these models can effectively transfer their learned signals to unseen catalogs, specifically MuleRun native agents and a ClawHub benchmark. The results indicate that adapting general text retrieval models can significantly enhance the retrieval of agent capabilities, providing a practical solution for practitioners navigating mixed catalogs.
Fine-tuning general retrieval models can significantly improve the retrieval of executable agent capabilities in diverse marketplaces.
Open agent marketplaces list native agents, tool bundles, and reusable skill packages in the same search interface, yet practitioners still have little guidance on how to retrieve across this mixed catalog. We study whether off-the-shelf retrieval models, trained for general text retrieval, can be adapted to match user queries to executable agent capabilities, and whether the learned signal transfers beyond the benchmark used for tuning. We fine-tune three open retrieval backbones, BGE-base, KaLM-v1.5, and EasyRec, on AgentSelect, which represents marketplace-visible units as capability profiles derived from public metadata, and test transfer on two catalogs not seen during training: MuleRun native agents and a ClawHub benchmark of 50 skills with 1,000 queries. Adaptation helps on both catalogs. Code and data will be released upon publication.