You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DataAgent Autonomous Data Agent MVP Version Released
30
+
- Minimum Viable Product version, DataAgent aims to empower your agent with the capability of self-assessment and evolution through intelligent agent abilities. For detailed information, please refer to the user documentation.
31
+
- Added intermediate information streaming output capabilities in PEER and ReAct modes
32
+
33
+
### Note
34
+
- Latest PEER research findings released
35
+
- This paper provides a detailed introduction to the mechanisms and principles of the PEER multi-agent framework. Experimental validation proves the advancement of the PEER model. For detailed information, please refer to the user documentation.
36
+
- Added use cases
37
+
- Andrew Ng's Reflexive Workflow Translation Agent Replication
38
+
- Some code optimizations and documentation updates.
39
+
27
40
## [0.0.10] - 2024-06-28
28
41
### Added
29
42
- Added standard integration for the DeepSeek model in the LLM module.
agentUniverse has launched DataAgent (Minimum Viable Product Version). DataAgent aims to empower your agent with the capability of self-assessment and evolution through the use of intelligent agent abilities. For more details, please refer to the documentation. [DataAgent - Data Autonomous Agent](./docs/guidebook/en/8_1_1_data_autonomous_agent.md)
72
+
67
73
### 🌟 Example Projects
68
74
[agentUniverse Example Projects](sample_standard_app)
69
75
@@ -101,11 +107,26 @@ For more details, please read the [Quick Start](./docs/guidebook/en/1_3_Quick_St
The agentUniverse project is supported by the following research achievements.
115
+
116
+
BibTeX formatted
117
+
```text
118
+
@misc{wang2024peerexpertizingdomainspecifictasks,
119
+
title={PEER: Expertizing Domain-Specific Tasks with a Multi-Agent Framework and Tuning Methods},
120
+
author={Yiying Wang and Xiaojing Li and Binzhu Wang and Yueyang Zhou and Han Ji and Hong Chen and Jinshi Zhang and Fei Yu and Zewei Zhao and Song Jin and Renji Gong and Wanqing Xu},
121
+
year={2024},
122
+
eprint={2407.06985},
123
+
archivePrefix={arXiv},
124
+
primaryClass={cs.AI},
125
+
url={https://arxiv.org/abs/2407.06985},
126
+
}
127
+
```
128
+
Overview: This document provides a detailed introduction to the mechanisms and principles of the PEER multi-agent framework. In the experimental section, scores were assigned across seven dimensions: completeness, relevance, conciseness, factualness, logicality, structure, and comprehensiveness (each dimension has a maximum score of 5 points). The PEER model scored higher on average in each evaluation dimension compared to BabyAGI and demonstrated significant advantages in the dimensions of completeness, relevance, logicality, structure, and comprehensiveness. Additionally, the PEER model achieved a superior rate of 83% over BabyAGI using the GPT-3.5 Turbo (16k) model, and 81% using the GPT-4 model. For more details, please refer to the document.
129
+
https://arxiv.org/pdf/2407.06985
109
130
110
131
## Acknowledgements
111
132
This project is partially built on excellent open-source projects such as langchain, pydantic, gunicorn, flask, SQLAlchemy, chromadb, etc. (The detailed dependency list can be found in pyproject.toml). We would like to extend special thanks to the related projects and contributors. 🙏🙏🙏
title={PEER: Expertizing Domain-Specific Tasks with a Multi-Agent Framework and Tuning Methods},
129
+
author={Yiying Wang and Xiaojing Li and Binzhu Wang and Yueyang Zhou and Han Ji and Hong Chen and Jinshi Zhang and Fei Yu and Zewei Zhao and Song Jin and Renji Gong and Wanqing Xu},
0 commit comments