AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?
Summary
AgentStream introduces a unified framework to evaluate self-evolving LLM agents under streaming task scenarios, showing that self-evolution reliability varies across scenarios and is gated by model capability.
View Cached Full Text
Cached at: 08/05/26, 01:42 AM
Paper page - AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?
Source: https://huggingface.co/papers/2608.00155
Abstract
Largelanguagemodel(LLM)agentscanself-evolvebycontinuallyimprovingfromtheirownaccumulatedexperience.However,existingstudiespredominantlyadoptindependentevaluation.Consequently,thebehaviorofself-evolvingagentsinrealisticstreamingsettings,whereagentsadapttodiverseandcomplextaskstreams,remainspoorlyunderstood.Toaddressthisgap,weintroduceAgentStream,aunifiedframeworkthatevaluatesself-evolvingagentsspanningdiverseevolutioncomponentsbyorganizingagenticbenchmarksintoaconfigurabletaskstreamandinstantiatingtheIsolated,Sequential,andInterleavedstreamingscenariosattesttime,whichprogressivelyvarythescopeanddomaincompositionofthestream.Overthesescenarios,wecombinatoriallyevaluatefiverepresentativeself-evolvingmethodsacrossthreefrontierfoundationmodels,disentanglinghowmodelcapability,methodarchitecture,andstreamingscenariojointlyshapeself-evolution.Ourresultsshowthatself-evolutionreliabilityvariesacrossstreamingscenarios,thebenefitofself-evolutionisgatedbymodelcapabilityandnon-monotonicinmodelstrength,andnosinglemethoddominatesacrossmodelsandscenarios.Thesefindingsofferconcreteguidanceforselectingself-evolvingmethodsacrossmodelsandstreamingscenarios.Overall,weadvocatethatself-evolvingagentsshouldbeevaluatedunderrealistictaskstreamsratherthanisolatedsingle-tasksettings.
View arXiv pageView PDFGitHub4Add to collection
Get this paper in your agent:
hf papers read 2608\.00155
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.00155 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.00155 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.00155 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
CoEvolve: Training LLM Agents via Agent-Data Mutual Evolution
CoEvolve proposes an agent-data mutual evolution framework for training LLM agents through closed-loop, interaction-driven learning that adapts both the agent and its training data distribution. The method extracts feedback signals from rollout trajectories to guide LLM-based task synthesis, demonstrating significant improvements (15-19% absolute gains) across multiple Qwen models on AppWorld and BFCL benchmarks.
OpenSkill: Open-World Self-Evolution for LLM Agents
OpenSkill is a framework for LLM agents to self-evolve skills and verification signals from open-world resources without target-task supervision, achieving high performance across benchmarks.
ContinualSkillBench: Can LLM Agents Truly Evolve Their Capabilities?
Introduces ContinualSkillBench, a dynamic evaluation framework for in-context continual skill learning in LLM agents, showing that while sequential execution improves performance, current methods struggle to consolidate experience into robust, transferable skills.
Training LLM Agents for Spontaneous, Reward-Free Self-Evolution via World Knowledge Exploration
This paper proposes a method to train LLM agents with intrinsic meta-evolution capabilities, enabling spontaneous self-improvement without external rewards at inference time. Applied to Qwen3-30B and Seed-OSS-36B, the approach yields a 20% performance boost on web navigation benchmarks, with a 14B model outperforming Gemini-2.5-Flash.
FlashEvolve: Accelerating Agent Self-Evolution with Asynchronous Stage Orchestration
FlashEvolve is a framework that accelerates LLM-based agent self-evolution by using asynchronous stage orchestration and artifact version tracking. It significantly improves throughput and token efficiency compared to synchronous execution methods.