Search papers, labs, and topics across Lattice.
This paper introduces OneDayAgent, a comprehensive harness designed to enhance the performance of autonomous agents in long-horizon, multimodal tasks by managing execution memory and decomposing requests into manageable subtasks. The research addresses critical failure modes such as goal drift and context overflow, demonstrating that OneDayAgent can effectively maintain task integrity across diverse backend models without requiring additional tuning. Evaluation on the AgentIF-OneDay benchmark reveals that OneDayAgent achieves a new state-of-the-art score of 0.821 with the GLM-5.2 backend, showcasing its robustness and generalizability across multiple model families.
OneDayAgent achieves a groundbreaking 0.821 score on long-horizon tasks, proving that a single harness can effectively manage execution across diverse LLM backends without tuning.
LLM agents are increasingly applied to open-ended everyday requests that span work, study, and life. These tasks are long-horizon, cross-environment, and multimodal, forcing the agent to preserve goals and constraints across many steps while navigating heterogeneous tools and attachments. While prior work has addressed individual failure modes such as goals drift, states loss, and context overflow, whether a single harness can manage them jointly and remain effective across backends has received less study. We present OneDayAgent, a long-horizon harness for autonomous agents. OneDayAgent turns an open-ended request into a managed execution process that decomposes tasks into bounded subtasks, maintains execution memory under context pressure, and verifies and repairs the final deliverable. We evaluate OneDayAgent on AgentIF-OneDay across 104 tasks. With the GLM-5.2 backend, OneDayAgent sets a new state of the art with an overall score of 0.821. The same harness runs across five backend LLMs from three model families, indicating the harness generalizes across backends without tuning, even as different models induce distinct execution styles under the same workflow.