Autono: A ReAct-Based Highly Robust Autonomous Agent Framework
By: Zihao Wu
Potential Business Impact:
Agents learn to work together and finish hard jobs.
This paper proposes a highly robust autonomous agent framework based on the ReAct paradigm, designed to solve complex tasks through adaptive decision making and multi-agent collaboration. Unlike traditional frameworks that rely on fixed workflows generated by LLM-based planners, this framework dynamically generates next actions during agent execution based on prior trajectories, thereby enhancing its robustness. To address potential termination issues caused by adaptive execution paths, I propose a timely abandonment strategy incorporating a probabilistic penalty mechanism. For multi-agent collaboration, I introduce a memory transfer mechanism that enables shared and dynamically updated memory among agents. The framework's innovative timely abandonment strategy dynamically adjusts the probability of task abandonment via probabilistic penalties, allowing developers to balance conservative and exploratory tendencies in agent execution strategies by tuning hyperparameters. This significantly improves adaptability and task execution efficiency in complex environments. Additionally, agents can be extended through external tool integration, supported by modular design and MCP protocol compatibility, which enables flexible action space expansion. Through explicit division of labor, the multi-agent collaboration mechanism enables agents to focus on specific task components, thereby significantly improving execution efficiency and quality.
Similar Papers
A Hierarchical Agentic Framework for Autonomous Drone-Based Visual Inspection
Multiagent Systems
Drones inspect factories using smart language.
RA-Gen: A Controllable Code Generation Framework Using ReAct for Multi-Agent Task Execution
Software Engineering
Builds safer computer programs with smart helpers.
Reason-Plan-ReAct: A Reasoner-Planner Supervising a ReAct Executor for Complex Enterprise Tasks
Artificial Intelligence
Helps AI agents finish hard jobs better.