TROVE: Adaptive Agent Skill Orchestration via Trace-Grounded Route Validation and Editing
2026-09-07 12:00Models🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
1mentions
SummaryAI generated
The researchers proposed a new method called TROVE, aimed at optimizing agent skill scheduling through runtime evidence verification and editing corrections. In the offline phase, this method distills workflow search traces into atomic and composite skills and constructs a result condition transition graph; in the online phase, it treats the planned route as a temporary solution, retaining valid continuation after confirming the top-level skills, inserting trace-based local responses, or replacing invalid suffixes. Evaluation across code generation, question-answering, and mathematical reasoning benchmarks showed that TROVE offered a better quality-efficiency trade-off compared to baseline methods such as dataset-level optimization, query-level architecture selection, and graph-based scheduling. Ablation experiments confirmed that composite skills captured the main offline benefits, insertion implemented local corrections, and suffix replacement primarily improved efficiency.