AutoAgent/README.md

528 lines
20 KiB
Markdown
Raw Permalink Normal View History

2025-02-07 15:42:31 +00:00
<a name="readme-top"></a>
<div align="center">
2025-02-16 15:04:48 +00:00
<img src="./assets/AutoAgent_logo.svg" alt="Logo" width="200">
<h1 align="center">AutoAgent: Fully-Automated & Zero-Code</br> LLM Agent Framework </h1>
2025-02-07 15:42:31 +00:00
</div>
2025-02-10 06:02:56 +00:00
2025-02-07 15:42:31 +00:00
<div align="center">
2025-02-25 08:42:54 +00:00
<a href="https://autoagent-ai.github.io"><img src="https://img.shields.io/badge/Project-Page-blue?style=for-the-badge&color=FFE165&logo=homepage&logoColor=white" alt="Credits"></a>
2025-02-22 02:21:56 +00:00
<a href="https://join.slack.com/t/metachain-workspace/shared_invite/zt-2zibtmutw-v7xOJObBf9jE2w3x7nctFQ"><img src="https://img.shields.io/badge/Slack-Join%20Us-red?logo=slack&logoColor=white&style=for-the-badge" alt="Join our Slack community"></a>
<a href="https://discord.gg/jQJdXyDB"><img src="https://img.shields.io/badge/Discord-Join%20Us-purple?logo=discord&logoColor=white&style=for-the-badge" alt="Join our Discord community"></a>
2025-10-11 08:20:07 +00:00
<!-- <a href="https://github.com/HKUDS/AutoAgent/blob/main/assets/autoagent-wechat.jpg"><img src="https://img.shields.io/badge/Wechat-Join%20Us-green?logo=wechat&logoColor=white&style=for-the-badge" alt="Join our Wechat community"></a> -->
<a href="./Communication.md"><img src="https://img.shields.io/badge/💬Feishu-Group-07c160?style=for-the-badge&logoColor=white&labelColor=1a1a2e"></a>
<a href="./Communication.md"><img src="https://img.shields.io/badge/WeChat-Group-07c160?style=for-the-badge&logo=wechat&logoColor=white&labelColor=1a1a2e"></a>
2025-02-08 15:58:37 +00:00
<br/>
2025-02-25 08:42:54 +00:00
<a href="https://autoagent-ai.github.io/docs"><img src="https://img.shields.io/badge/Documentation-000?logo=googledocs&logoColor=FFE165&style=for-the-badge" alt="Check out the documentation"></a>
2025-02-11 03:31:52 +00:00
<a href="https://arxiv.org/abs/2502.05957"><img src="https://img.shields.io/badge/Paper%20on%20Arxiv-000?logoColor=FFE165&logo=arxiv&style=for-the-badge" alt="Paper"></a>
2025-02-08 15:58:37 +00:00
<a href="https://gaia-benchmark-leaderboard.hf.space/"><img src="https://img.shields.io/badge/GAIA%20Benchmark-000?logoColor=FFE165&logo=huggingface&style=for-the-badge" alt="Evaluation Benchmark Score"></a>
2025-02-07 15:42:31 +00:00
<hr>
</div>
2025-06-06 16:45:38 +00:00
<div align="center">
<a href="https://trendshift.io/repositories/13954" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13954" alt="HKUDS%2FAutoAgent | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
</div>
2025-02-16 15:04:48 +00:00
Welcome to AutoAgent! AutoAgent is a **Fully-Automated** and highly **Self-Developing** framework that enables users to create and deploy LLM agents through **Natural Language Alone**.
2025-02-07 15:42:31 +00:00
2025-10-07 02:38:44 +00:00
## ✨Key Features of AutoAgent
2025-02-08 15:58:37 +00:00
2025-10-07 02:38:44 +00:00
* 💬 **Natural Language-Driven Agent Building**
2025-10-07 02:39:34 +00:00
</br>Automatically constructs and orchestrates collaborative agent systems purely through natural dialogue, eliminating the need for manual coding or technical configuration.
2025-02-10 13:31:15 +00:00
2025-10-07 02:40:15 +00:00
* 🚀 **Zero-Code Framework**
</br>Democratizes AI development by allowing anyone, regardless of coding experience, to create and customize their own agents, tools, and workflows using natural language alone.
2025-10-07 02:38:44 +00:00
***Self-Managing Workflow Generation**
</br>Dynamically creates, optimizes and adapts agent workflows based on high-level task descriptions, even when users cannot fully specify implementation details.
2025-02-10 13:31:15 +00:00
2025-10-07 02:38:44 +00:00
* 🔧 **Intelligent Resource Orchestration**
</br>Enables controlled code generation for creating tools, agents, and workflows through iterative self-improvement, supporting both single agent creation and multi-agent workflow generation.
2025-09-01 03:00:03 +00:00
2025-10-07 02:38:44 +00:00
* 🎯 **Self-Play Agent Customization**
2025-10-07 02:41:56 +00:00
</br>Enables controlled code generation for creating tools, agents, and workflows through iterative self-improvement, supporting both single agent creation and multi-agent workflow generation.
2025-02-10 13:31:15 +00:00
2025-02-16 15:04:48 +00:00
🚀 Unlock the Future of LLM Agents. Try 🔥AutoAgent🔥 Now!
2025-02-07 15:42:31 +00:00
2025-02-09 10:19:59 +00:00
<div align="center">
2025-02-16 15:04:48 +00:00
<!-- <img src="./assets/AutoAgentnew-intro.pdf" alt="Logo" width="100%"> -->
2025-02-09 10:19:59 +00:00
<figure>
2025-02-16 16:00:01 +00:00
<img src="./assets/autoagent-intro.svg" alt="Logo" style="max-width: 100%; height: auto;">
2025-02-16 15:04:48 +00:00
<figcaption><em>Quick Overview of AutoAgent.</em></figcaption>
2025-02-09 10:19:59 +00:00
</figure>
</div>
2025-02-09 10:22:59 +00:00
2025-02-16 16:00:01 +00:00
2025-02-09 14:40:39 +00:00
## 🔥 News
<div class="scrollable">
<ul>
2025-02-17 05:16:47 +00:00
<li><strong>[2025, Feb 17]</strong>: &nbsp;🎉🎉We've updated and released AutoAgent v0.2.0 (formerly known as MetaChain). Detailed changes include: 1) fix the bug of different LLM providers from issues; 2) add automatic installation of AutoAgent in the container environment according to issues; 3) add more easy-to-use commands for the CLI mode. 4) Rename the project to AutoAgent for better understanding.</li>
<li><strong>[2025, Feb 10]</strong>: &nbsp;🎉🎉We've released <b>MetaChain!</b>, including framework, evaluation codes and CLI mode! Check our <a href="https://arxiv.org/abs/2502.05957">paper</a> for more details.</li>
2025-02-09 14:40:39 +00:00
</ul>
</div>
2025-02-10 09:42:25 +00:00
<span id='table-of-contents'/>
## 📑 Table of Contents
* <a href='#features'>✨ Features</a>
* <a href='#news'>🔥 News</a>
2025-02-16 15:04:48 +00:00
* <a href='#how-to-use'>🔍 How to Use AutoAgent</a>
2025-10-07 03:42:59 +00:00
* <a href='#user-mode'>1. `user mode` (Deep Research Agents)</a>
2025-02-10 10:03:35 +00:00
* <a href='#agent-editor'>2. `agent editor` (Agent Creation without Workflow)</a>
* <a href='#workflow-editor'>3. `workflow editor` (Agent Creation with Workflow)</a>
2025-02-17 05:16:47 +00:00
* <a href='#quick-start'>⚡ Quick Start</a>
* <a href='#installation'>Installation</a>
* <a href='#api-keys-setup'>API Keys Setup</a>
* <a href='#start-with-cli-mode'>Start with CLI Mode</a>
2025-02-10 09:42:25 +00:00
* <a href='#todo'>☑️ Todo List</a>
2025-02-10 10:03:35 +00:00
* <a href='#reproduce'>🔬 How To Reproduce the Results in the Paper</a>
2025-02-10 09:42:25 +00:00
* <a href='#documentation'>📖 Documentation</a>
2025-02-10 10:03:35 +00:00
* <a href='#community'>🤝 Join the Community</a>
2025-02-10 09:42:25 +00:00
* <a href='#acknowledgements'>🙏 Acknowledgements</a>
* <a href='#cite'>🌟 Cite</a>
<span id='how-to-use'/>
2025-02-16 15:04:48 +00:00
## 🔍 How to Use AutoAgent
2025-02-09 14:40:39 +00:00
2025-02-10 09:42:25 +00:00
<span id='user-mode'/>
2025-10-07 03:42:59 +00:00
### 1. `user mode` (Deep Research Agents)
2025-02-09 14:40:39 +00:00
2025-10-07 03:42:59 +00:00
AutoAgent features a ready-to-use multi-agent system accessible through user mode on the start page. This system serves as a comprehensive AI research assistant designed for information retrieval, complex analytical tasks, and comprehensive report generation.
2025-02-07 15:42:31 +00:00
2025-02-10 06:02:56 +00:00
- 🚀 **High Performance**: Matches Deep Research using Claude 3.5 rather than OpenAI's o3 model.
- 🔄 **Model Flexibility**: Compatible with any LLM (including Deepseek-R1, Grok, Gemini, etc.)
- 💰 **Cost-Effective**: Open-source alternative to Deep Research's $200/month subscription
- 🎯 **User-Friendly**: Easy-to-deploy CLI interface for seamless interaction
2025-02-10 09:42:25 +00:00
- 📁 **File Support**: Handles file uploads for enhanced data interaction
2025-02-10 06:02:56 +00:00
2025-02-22 02:21:56 +00:00
<div align="center">
<video width="80%" controls>
2025-02-23 16:34:24 +00:00
<source src="./assets/video_v1_compressed.mp4" type="video/mp4">
2025-02-22 02:21:56 +00:00
</video>
<p><em>🎥 Deep Research (aka User Mode)</em></p>
</div>
2025-02-10 09:42:25 +00:00
2025-02-23 16:34:24 +00:00
2025-02-10 09:42:25 +00:00
<span id='agent-editor'/>
2025-02-07 15:42:31 +00:00
2025-02-09 17:02:04 +00:00
### 2. `agent editor` (Agent Creation without Workflow)
2025-02-07 15:42:31 +00:00
2025-02-16 15:04:48 +00:00
The most distinctive feature of AutoAgent is its natural language customization capability. Unlike other agent frameworks, AutoAgent allows you to create tools, agents, and workflows using natural language alone. Simply choose `agent editor` or `workflow editor` mode to start your journey of building agents through conversations.
2025-02-10 07:42:18 +00:00
You can use `agent editor` as shown in the following figure.
<table>
<tr align="center">
<td width="33%">
<img src="./assets/agent_editor/1-requirement.png" alt="requirement" width="100%"/>
<br>
<em>Input what kind of agent you want to create.</em>
</td>
<td width="33%">
<img src="./assets/agent_editor/2-profiling.png" alt="profiling" width="100%"/>
<br>
<em>Automated agent profiling.</em>
</td>
<td width="33%">
<img src="./assets/agent_editor/3-profiles.png" alt="profiles" width="100%"/>
<br>
<em>Output the agent profiles.</em>
</td>
</tr>
</table>
<table>
<tr align="center">
<td width="33%">
<img src="./assets/agent_editor/4-tools.png" alt="tools" width="100%"/>
<br>
<em>Create the desired tools.</em>
</td>
<td width="33%">
<img src="./assets/agent_editor/5-task.png" alt="task" width="100%"/>
<br>
<em>Input what do you want to complete with the agent. (Optional)</em>
</td>
<td width="33%">
<img src="./assets/agent_editor/6-output-next.png" alt="output" width="100%"/>
<br>
<em>Create the desired agent(s) and go to the next step.</em>
</td>
</tr>
</table>
2025-02-10 09:42:25 +00:00
<span id='workflow-editor'/>
2025-02-09 17:02:04 +00:00
### 3. `workflow editor` (Agent Creation with Workflow)
2025-02-09 15:08:50 +00:00
2025-02-10 07:42:18 +00:00
You can also create the agent workflows using natural language description with the `workflow editor` mode, as shown in the following figure. (Tips: this mode does not support tool creation temporarily.)
<table>
<tr align="center">
<td width="33%">
<img src="./assets/workflow_editor/1-requirement.png" alt="requirement" width="100%"/>
<br>
<em>Input what kind of workflow you want to create.</em>
</td>
<td width="33%">
<img src="./assets/workflow_editor/2-profiling.png" alt="profiling" width="100%"/>
<br>
<em>Automated workflow profiling.</em>
</td>
<td width="33%">
<img src="./assets/workflow_editor/3-profiles.png" alt="profiles" width="100%"/>
<br>
<em>Output the workflow profiles.</em>
</td>
</tr>
</table>
<table>
<tr align="center">
<td width="33%">
2025-02-10 07:48:27 +00:00
<img src="./assets/workflow_editor/4-task.png" alt="task" width="66%"/>
2025-02-10 07:42:18 +00:00
<br>
<em>Input what do you want to complete with the workflow. (Optional)</em>
</td>
<td width="33%">
2025-02-10 07:48:27 +00:00
<img src="./assets/workflow_editor/5-output-next.png" alt="output" width="66%"/>
2025-02-10 07:42:18 +00:00
<br>
<em>Create the desired workflow(s) and go to the next step.</em>
</td>
</tr>
</table>
2025-02-17 05:16:47 +00:00
<span id='quick-start'/>
## ⚡ Quick Start
<span id='installation'/>
### Installation
#### AutoAgent Installation
```bash
git clone https://github.com/HKUDS/AutoAgent.git
cd AutoAgent
pip install -e .
```
#### Docker Installation
We use Docker to containerize the agent-interactive environment. So please install [Docker](https://www.docker.com/) first. You don't need to manually pull the pre-built image, because we have let Auto-Deep-Research **automatically pull the pre-built image based on your architecture of your machine**.
<span id='api-keys-setup'/>
### API Keys Setup
Create an environment variable file, just like `.env.template`, and set the API keys for the LLMs you want to use. Not every LLM API Key is required, use what you need.
```bash
# Required Github Tokens of your own
GITHUB_AI_TOKEN=
# Optional API Keys
OPENAI_API_KEY=
DEEPSEEK_API_KEY=
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
HUGGINGFACE_API_KEY=
GROQ_API_KEY=
XAI_API_KEY=
```
<span id='start-with-cli-mode'/>
### Start with CLI Mode
> [🚨 **News**: ] We have updated a more easy-to-use command to start the CLI mode and fix the bug of different LLM providers from issues. You can follow the following steps to start the CLI mode with different LLM providers with much less configuration.
#### Command Options:
You can run `auto main` to start full part of AutoAgent, including `user mode`, `agent editor` and `workflow editor`. Btw, you can also run `auto deep-research` to start more lightweight `user mode`, just like the [Auto-Deep-Research](https://github.com/HKUDS/Auto-Deep-Research) project. Some configuration of this command is shown below.
- `--container_name`: Name of the Docker container (default: 'deepresearch')
- `--port`: Port for the container (default: 12346)
- `COMPLETION_MODEL`: Specify the LLM model to use, you should follow the name of [Litellm](https://github.com/BerriAI/litellm) to set the model name. (Default: `claude-3-5-sonnet-20241022`)
- `DEBUG`: Enable debug mode for detailed logs (default: False)
- `API_BASE_URL`: The base URL for the LLM provider (default: None)
- `FN_CALL`: Enable function calling (default: None). Most of time, you could ignore this option because we have already set the default value based on the model name.
- `git_clone`: Clone the AutoAgent repository to the local environment (only support with the `auto main` command, default: True)
- `test_pull_name`: The name of the test pull. (only support with the `auto main` command, default: 'autoagent_mirror')
#### More details about `git_clone` and `test_pull_name`]
In the `agent editor` and `workflow editor` mode, we should clone a mirror of the AutoAgent repository to the local agent-interactive environment and let our **AutoAgent** automatically update the AutoAgent itself, such as creating new tools, agents and workflows. So if you want to use the `agent editor` and `workflow editor` mode, you should set the `git_clone` to True and set the `test_pull_name` to 'autoagent_mirror' or other branches.
#### `auto main` with different LLM Providers
Then I will show you how to use the full part of AutoAgent with the `auto main` command and different LLM providers. If you want to use the `auto deep-research` command, you can refer to the [Auto-Deep-Research](https://github.com/HKUDS/Auto-Deep-Research) project for more details.
##### Anthropic
* set the `ANTHROPIC_API_KEY` in the `.env` file.
```bash
ANTHROPIC_API_KEY=your_anthropic_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
auto main # default model is claude-3-5-sonnet-20241022
```
##### OpenAI
* set the `OPENAI_API_KEY` in the `.env` file.
```bash
OPENAI_API_KEY=your_openai_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=gpt-4o auto main
```
##### Mistral
* set the `MISTRAL_API_KEY` in the `.env` file.
```bash
MISTRAL_API_KEY=your_mistral_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=mistral/mistral-large-2407 auto main
```
##### Gemini - Google AI Studio
* set the `GEMINI_API_KEY` in the `.env` file.
```bash
GEMINI_API_KEY=your_gemini_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=gemini/gemini-2.0-flash auto main
```
##### Huggingface
* set the `HUGGINGFACE_API_KEY` in the `.env` file.
```bash
HUGGINGFACE_API_KEY=your_huggingface_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=huggingface/meta-llama/Llama-3.3-70B-Instruct auto main
```
##### Groq
* set the `GROQ_API_KEY` in the `.env` file.
```bash
GROQ_API_KEY=your_groq_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=groq/deepseek-r1-distill-llama-70b auto main
```
##### OpenAI-Compatible Endpoints (e.g., Grok)
* set the `OPENAI_API_KEY` in the `.env` file.
```bash
OPENAI_API_KEY=your_api_key_for_openai_compatible_endpoints
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=openai/grok-2-latest API_BASE_URL=https://api.x.ai/v1 auto main
```
##### OpenRouter (e.g., DeepSeek-R1)
We recommend using OpenRouter as LLM provider of DeepSeek-R1 temporarily. Because official API of DeepSeek-R1 can not be used efficiently.
* set the `OPENROUTER_API_KEY` in the `.env` file.
```bash
OPENROUTER_API_KEY=your_openrouter_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=openrouter/deepseek/deepseek-r1 auto main
```
##### DeepSeek
* set the `DEEPSEEK_API_KEY` in the `.env` file.
```bash
DEEPSEEK_API_KEY=your_deepseek_api_key
```
* run the following command to start Auto-Deep-Research.
```bash
COMPLETION_MODEL=deepseek/deepseek-chat auto main
```
After the CLI mode is started, you can see the start page of AutoAgent:
<div align="center">
<!-- <img src="./assets/AutoAgentnew-intro.pdf" alt="Logo" width="100%"> -->
<figure>
<img src="./assets/cover.png" alt="Logo" style="max-width: 100%; height: auto;">
<figcaption><em>Start Page of AutoAgent.</em></figcaption>
</figure>
</div>
### Tips
#### Import browser cookies to browser environment
You can import the browser cookies to the browser environment to let the agent better access some specific websites. For more details, please refer to the [cookies](./AutoAgent/environment/cookie_json/README.md) folder.
#### Add your own API keys for third-party Tool Platforms
If you want to create tools from the third-party tool platforms, such as RapidAPI, you should subscribe tools from the platform and add your own API keys by running [process_tool_docs.py](./process_tool_docs.py).
```bash
python process_tool_docs.py
```
More features coming soon! 🚀 **Web GUI interface** under development.
2025-02-10 09:42:25 +00:00
<span id='todo'/>
2025-02-09 15:08:50 +00:00
## ☑️ Todo List
2025-02-16 15:04:48 +00:00
AutoAgent is continuously evolving! Here's what's coming:
2025-02-10 09:42:25 +00:00
- 📊 **More Benchmarks**: Expanding evaluations to **SWE-bench**, **WebArena**, and more
- 🖥️ **GUI Agent**: Supporting *Computer-Use* agents with GUI interaction
- 🔧 **Tool Platforms**: Integration with more platforms like **Composio**
- 🏗️ **Code Sandboxes**: Supporting additional environments like **E2B**
- 🎨 **Web Interface**: Developing comprehensive GUI for better user experience
Have ideas or suggestions? Feel free to open an issue! Stay tuned for more exciting updates! 🚀
2025-02-09 17:00:21 +00:00
2025-02-10 10:03:35 +00:00
<span id='reproduce'/>
## 🔬 How To Reproduce the Results in the Paper
### GAIA Benchmark
For the GAIA benchmark, you can run the following command to run the inference.
```bash
2025-02-16 15:04:48 +00:00
cd path/to/AutoAgent && sh evaluation/gaia/scripts/run_infer.sh
2025-02-10 10:03:35 +00:00
```
For the evaluation, you can run the following command.
```bash
2025-02-16 15:04:48 +00:00
cd path/to/AutoAgent && python evaluation/gaia/get_score.py
2025-02-10 10:03:35 +00:00
```
### Agentic-RAG
2025-02-10 11:51:18 +00:00
For the Agentic-RAG task, you can run the following command to run the inference.
2025-02-10 10:03:35 +00:00
2025-02-10 11:52:35 +00:00
Step1. Turn to [this page](https://huggingface.co/datasets/yixuantt/MultiHopRAG) and download it. Save them to your datapath.
2025-02-10 11:51:18 +00:00
Step2. Run the following command to run the inference.
```bash
2025-02-16 15:04:48 +00:00
cd path/to/AutoAgent && sh evaluation/multihoprag/scripts/run_rag.sh
2025-02-10 11:51:18 +00:00
```
Step3. The result will be saved in the `evaluation/multihoprag/result.json`.
2025-02-10 10:03:35 +00:00
2025-02-10 09:42:25 +00:00
<span id='documentation'/>
2025-02-09 17:00:21 +00:00
2025-02-09 15:08:50 +00:00
## 📖 Documentation
2025-02-07 15:42:31 +00:00
2025-02-16 15:04:48 +00:00
A more detailed documentation is coming soon 🚀, and we will update in the [Documentation](https://AutoAgent-ai.github.io/docs) page.
2025-02-10 09:42:25 +00:00
<span id='community'/>
2025-02-10 10:03:35 +00:00
## 🤝 Join the Community
2025-02-07 15:42:31 +00:00
2025-02-16 15:04:48 +00:00
We want to build a community for AutoAgent, and we welcome everyone to join us. You can join our community by:
2025-02-07 15:42:31 +00:00
2025-02-16 15:04:48 +00:00
- [Join our Slack workspace](https://join.slack.com/t/AutoAgent-workspace/shared_invite/zt-2zibtmutw-v7xOJObBf9jE2w3x7nctFQ) - Here we talk about research, architecture, and future development.
2025-02-10 10:03:35 +00:00
- [Join our Discord server](https://discord.gg/z68KRvwB) - This is a community-run server for general discussion, questions, and feedback.
2025-02-16 15:04:48 +00:00
- [Read or post Github Issues](https://github.com/HKUDS/AutoAgent/issues) - Check out the issues we're working on, or add your own ideas.
2025-02-07 15:42:31 +00:00
2025-02-10 09:42:25 +00:00
<span id='acknowledgements'/>
2025-02-07 15:42:31 +00:00
2025-02-23 16:36:54 +00:00
## Misc
<div align="center">
[![Stargazers repo roster for @HKUDS/AutoAgent](https://reporoster.com/stars/HKUDS/AutoAgent)](https://github.com/HKUDS/AutoAgent/stargazers)
[![Forkers repo roster for @HKUDS/AutoAgent](https://reporoster.com/forks/HKUDS/AutoAgent)](https://github.com/HKUDS/AutoAgent/network/members)
[![Star History Chart](https://api.star-history.com/svg?repos=HKUDS/AutoAgent&type=Date)](https://star-history.com/#HKUDS/AutoAgent&Date)
</div>
2025-02-07 15:42:31 +00:00
## 🙏 Acknowledgements
2025-02-16 15:04:48 +00:00
Rome wasn't built in a day. AutoAgent stands on the shoulders of giants, and we are deeply grateful for the outstanding work that came before us. Our framework architecture draws inspiration from [OpenAI Swarm](https://github.com/openai/swarm), while our user mode's three-agent design benefits from [Magentic-one](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one)'s insights. We've also learned from [OpenHands](https://github.com/All-Hands-AI/OpenHands) for documentation structure and many other excellent projects for agent-environment interaction design, among others. We express our sincere gratitude and respect to all these pioneering works that have been instrumental in shaping AutoAgent.
2025-02-07 15:42:31 +00:00
2025-02-10 09:42:25 +00:00
<span id='cite'/>
2025-02-07 15:42:31 +00:00
## 🌟 Cite
2025-02-10 10:03:35 +00:00
```tex
2025-02-16 15:04:48 +00:00
@misc{AutoAgent,
title={{AutoAgent: A Fully-Automated and Zero-Code Framework for LLM Agents}},
2025-02-10 10:03:35 +00:00
author={Jiabin Tang, Tianyu Fan, Chao Huang},
year={2025},
2025-02-11 03:31:52 +00:00
eprint={202502.05957},
2025-02-10 10:03:35 +00:00
archivePrefix={arXiv},
primaryClass={cs.AI},
2025-02-11 03:31:52 +00:00
url={https://arxiv.org/abs/2502.05957},
2025-02-10 10:03:35 +00:00
}
2025-02-07 15:42:31 +00:00
```
2025-02-10 09:42:25 +00:00