🤖 AI Summary
Current large language model–driven automated scientific workflows—encompassing multi-agent collaboration, task planning, tool invocation, and code execution—suffer from poor scalability, high maintenance overhead, and inflexible integration. To address these challenges, this paper introduces LightAgent, a lightweight, modular agent framework. Methodologically, it adopts a decoupled interaction architecture that hierarchically separates planners, executors, tool adapters, and human–agent interfaces, enabling dynamic plug-and-play integration of new tools and algorithms. It supports dual-mode access via a web-based interface and a Python SDK, and is distributed as a PyPI package. The open-source implementation includes a complete codebase, an online demo, and comprehensive documentation. This significantly lowers the barrier to developing and deploying automated research systems and has been successfully applied across multiple interdisciplinary research domains.
📝 Abstract
Automatic research with Large Language Models (LLMs) is rapidly gaining importance, driving the development of increasingly complex workflows involving multi-agent systems, planning, tool usage, code execution, and human-agent interaction to accelerate research processes. However, as more researchers and developers begin to use and build upon these tools and platforms, the complexity and difficulty of extending and maintaining such agentic workflows have become a significant challenge, particularly as algorithms and architectures continue to advance. To address this growing complexity, TinyScientist identifies the essential components of the automatic research workflow and proposes an interactive, extensible, and controllable framework that easily adapts to new tools and supports iterative growth. We provide an open-source codebase, an interactive web demonstration, and a PyPI Python package to make state-of-the-art auto-research pipelines broadly accessible to every researcher and developer.