mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
feat: Release version 0.0.9
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -24,6 +24,21 @@ Note - Additional remarks regarding the version.
|
||||
***************************************************
|
||||
|
||||
# Version Update History
|
||||
## [0.0.9] - 2024-06-14
|
||||
### Added
|
||||
- Added standard integration for Claude and Ollama LLM components
|
||||
- Added new Qwen embedding module
|
||||
- Added default agents for ReAct-Type and NL2API-Type
|
||||
|
||||
### Note
|
||||
- Added new use cases
|
||||
- RAG-Type Agent Examples: Legal Consultation Agent
|
||||
- ReAct-Type Agent Examples: Python Code Generation and Execution Agent
|
||||
- Multi-Agent: Discussion Group Based on Multi-Turn Multi-Agent Mode
|
||||
|
||||
For more details, please refer to the use case section in the user documentation.
|
||||
- Some code optimizations and documentation updates.
|
||||
|
||||
## [0.0.8] - 2024-06-06
|
||||
### Added
|
||||
- Introduced a new monitor module
|
||||
|
||||
@@ -24,6 +24,21 @@ Note - 对于版本的额外说明。
|
||||
***************************************************
|
||||
|
||||
# 版本更新记录
|
||||
## [0.0.9] - 2024-06-14
|
||||
### Added
|
||||
- LLM组件新增claude、ollama标准接入
|
||||
- 新增qwen embedding模块
|
||||
- 新增ReAct、nl2api默认agent
|
||||
|
||||
### Note
|
||||
- 新增使用案例
|
||||
- RAG类Agent案例-法律咨询Agent
|
||||
- ReAct类Agent案例-Python代码生成与执行Agent
|
||||
- 多智能体案例-基于多轮多Agent的讨论小组
|
||||
|
||||
详情请看用户文档案例部分。
|
||||
- 部分代码优化与文档更新
|
||||
|
||||
## [0.0.8] - 2024-06-06
|
||||
### Added
|
||||
- 新增monitor模块
|
||||
|
||||
@@ -5,7 +5,7 @@ Language version: [English](./README.md) | [中文](./README_zh.md) | [日本語
|
||||

|
||||

|
||||
[](LICENSE)
|
||||
[](https://pypi.org/project/agentUniverse/)
|
||||
[](https://pypi.org/project/agentUniverse/)
|
||||
|
||||

|
||||
****************************************
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||

|
||||

|
||||
[](LICENSE)
|
||||
[](https://pypi.org/project/agentUniverse/)
|
||||
[](https://pypi.org/project/agentUniverse/)
|
||||
|
||||

|
||||
****************************************
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||

|
||||

|
||||
[](LICENSE)
|
||||
[](https://pypi.org/project/agentUniverse/)
|
||||
[](https://pypi.org/project/agentUniverse/)
|
||||
|
||||

|
||||
****************************************
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "agentUniverse"
|
||||
version = "0.0.8"
|
||||
version = "0.0.9"
|
||||
description = "agentUniverse is a framework for developing applications powered by multi-agent base on large language model."
|
||||
|
||||
authors = ["AntGroup <jerry.zzw@antgroup.com>"]
|
||||
|
||||
Reference in New Issue
Block a user