From 1d4bd87b2caaafcf91850b1aa3d4858765c5a9a0 Mon Sep 17 00:00:00 2001 From: Umpire2018 Date: Wed, 25 Oct 2023 09:41:22 +0800 Subject: [PATCH 1/2] Add XAgent. --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 19dfe24..5aaefd5 100644 --- a/README.md +++ b/README.md @@ -1574,6 +1574,36 @@ A GPT agent framework for invoking APIs +## [XAgent](https://github.com/OpenBMB/XAgent) +XAgent is an open-source experimental Large Language Model (LLM) driven autonomous agent that can automatically solve various tasks + +
+ +### Description + +- **Emergence & Autonomy**: XAgent's autonomous operations transcend biases. +- **Safety & Operation**: Secure execution within docker environments. +- **Expert-Knowledge Free**: Effective operation without sole expert reliance. +- **Interface & Interaction**: Interact via a user-friendly GUI or command line, while it adapts and collaborates, even in uncertain scenarios.- **Dual-loop Mechanism**: + - **Outer-Loop**: Manages plans and task refinements. + - **Inner-Loop**: Dispatch, ReACT-based execution, feedback. +- **Universal Language - Function Calling**: + - **ToolAgent & ReACT**: Optimal action series for subtasks. +- **Tool Docker Environment**: Safe operations ensured. +- **Tools**: + - 📝 File Editor + - 📘 Python Notebook + - 🌏 Web Browser + - 🖥️ Shell + - 🧩 Rapid API + +### Links +- [Twitter](https://twitter.com/XAgentTeam) +- [GitHub Repository](https://github.com/OpenBMB/XAgent) +- [Discord](https://discord.gg/zncs5aQkWZ) +- [Youtube Demo](https://www.youtube.com/watch?v=QGkpd-tsFPA) + +
## [yAgents](https://github.com/yeagerai/yeagerai-agent) From 5ae906182b1cbc26cd1a672680f6fdaf05f51303 Mon Sep 17 00:00:00 2001 From: "Arno.Edwards" <138990495+Umpire2018@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:00:44 +0800 Subject: [PATCH 2/2] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aaefd5..ac33a63 100644 --- a/README.md +++ b/README.md @@ -1584,12 +1584,12 @@ XAgent is an open-source experimental Large Language Model (LLM) driven autonomo - **Emergence & Autonomy**: XAgent's autonomous operations transcend biases. - **Safety & Operation**: Secure execution within docker environments. - **Expert-Knowledge Free**: Effective operation without sole expert reliance. -- **Interface & Interaction**: Interact via a user-friendly GUI or command line, while it adapts and collaborates, even in uncertain scenarios.- **Dual-loop Mechanism**: +- **Interface & Interaction**: Interact via a user-friendly GUI or command line, while it adapts and collaborates. +- **Dual-loop Mechanism**: - **Outer-Loop**: Manages plans and task refinements. - **Inner-Loop**: Dispatch, ReACT-based execution, feedback. - **Universal Language - Function Calling**: - **ToolAgent & ReACT**: Optimal action series for subtasks. -- **Tool Docker Environment**: Safe operations ensured. - **Tools**: - 📝 File Editor - 📘 Python Notebook