๐ค AI Summary
This work addresses the challenge of reusing historical successful trajectories when autonomous agents transfer across tasks with significant contextual shiftsโa setting where existing methods either suffer from limited effectiveness or require costly fine-tuning. The study reveals, for the first time, a parallel shift relationship between context and trajectory in the latent space. Building on this insight, it proposes a training-free trajectory adaptation mechanism that represents trajectories via the agentโs hidden states and leverages contextual differences to guide and align trajectories in latent space. Evaluated across multiple benchmarks, the approach substantially outperforms current trajectory reuse and fine-tuning strategies, demonstrating that agents can efficiently repurpose past experiences even under substantial contextual changes.
๐ Abstract
Autonomous agents excel in self-improvement through reflection and iterative refinement, which reuse successful task trajectories as in-context examples to assist subsequent reasoning. However, shifting across tasks often introduces a context mismatch. Hence, existing approaches either discard the trajectories or manipulate them using heuristics, leading to a non-negligible fine-tuning cost or unguaranteed performance. To bridge this gap, we reveal a context-trajectory correlation, where shifts of context are highly parallel with shifts of trajectory. Based on this finding, we propose BrIdge contextual gap FoR imprOvised trajectory STeering (Bifrost), a training-free method that leverages context differences to precisely guide the adaptation of previously solved trajectories towards the target task, mitigating the misalignment caused by context shifts. Our trajectory adaptation is conducted at the representation level using agent hidden states, ensuring trajectory transformation accurately aligns with the target context in a shared space. Across diverse benchmarks, Bifrost consistently outperforms existing trajectory reuse and finetuned self-improvement methods, demonstrating that agents can effectively leverage past experiences despite substantial context shifts.