Skip to content

Commit b3d198e

Browse files
authored
Merge pull request #381 from agentuniverse-ai/Release_20250411
feat: Release version 0.0.16
2 parents 1f8b547 + 4cc90f8 commit b3d198e

File tree

5 files changed

+47
-3
lines changed

5 files changed

+47
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ Note - Additional remarks regarding the version.
2424
***************************************************
2525

2626
# Version Update History
27+
## [0.0.16] - 2025-04-17
28+
### Added
29+
- New Tool Plugins
30+
- Added image text extraction tool based on OpenCV's OCR capabilities
31+
- Added Shell command status query and execution tool
32+
- Added universal file read/write tool
33+
- Added Tavily intelligent search tool
34+
- Knowledge Reader and Processing Components
35+
- Added Feishu cloud document loader component
36+
- Added universal code loader component
37+
- Added code processing component based on AST (Abstract Syntax Tree)
38+
- Support LLM model channel configuration, supporting model switching across different channel platform providers.
39+
- Added Google Gemini 2.5 Pro model configuration.
40+
- aU Agent supports integration with chatbox and CherryStudio clients. For details, refer to the [documentation](https://github.com/agentuniverse-ai/agentUniverse/blob/master/docs/guidebook/en/In-Depth_Guides/Tutorials/LLM/LLM_Channel.md).
41+
42+
### Note
43+
- Change version constraints for third-party dependencies:
44+
- tiktoken ('0.5.2' -> '<1.0.0')
45+
- pydantic ('~2.6.4' -> '^2.6.4')
46+
- Main branch regression tests passed for Python 3.10, 3.11, and 3.12
47+
- Other code optimizations and documentation updates
48+
2749
## [0.0.15] - 2025-03-03
2850
### Added
2951
- New embedding components

CHANGELOG_zh.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ Note - 对于版本的额外说明。
2424
***************************************************
2525

2626
# 版本更新记录
27+
## [0.0.16] - 2025-04-17
28+
### Added
29+
- 新增工具插件
30+
- 新增基于opencv图像OCR能力的图片文字提取工具
31+
- 新增shell命令状态查询与执行工具
32+
- 新增通用文件读写工具
33+
- 新增Tavily智能搜索工具
34+
- 新增知识Reader与加工组件
35+
- 新增飞书云文档加载组件
36+
- 新增通用代码加载组件
37+
- 新增基于AST(Abstract Syntax Tree)代码处理组件
38+
- 新增llm模型通道配置能力,支持模型基于不同通道平台提供方进行切换,详情可见[文档](https://github.com/agentuniverse-ai/agentUniverse/blob/master/docs/guidebook/zh/In-Depth_Guides/%E5%8E%9F%E7%90%86%E4%BB%8B%E7%BB%8D/%E6%A8%A1%E5%9E%8B/%E6%A8%A1%E5%9E%8B%E9%80%9A%E9%81%93.md)
39+
- 新增Google gemini 2.5 pro模型配置
40+
- 支持aU智能体配置接入chatbox、CherryStudio客户端,详情可见[文档](https://github.com/agentuniverse-ai/agentUniverse/blob/master/docs/guidebook/zh/How-to/%E4%BD%BF%E7%94%A8chatbox%E7%AD%89%E5%B7%A5%E5%85%B7%E8%BF%9E%E6%8E%A5aU/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8chatbox%E7%AD%89%E5%B7%A5%E5%85%B7%E8%BF%9E%E6%8E%A5agentUniverse.md)
41+
42+
### Note
43+
- 部分依赖第三方包版本限制放开
44+
- tiktoken ('0.5.2' -> '<1.0.0')
45+
- pydantic ('~2.6.4' -> '^2.6.4')
46+
- 基于Python3.10、3.11与3.12版本的主干回归通过
47+
- 其他代码优化与文档更新
48+
2749
## [0.0.15] - 2025-03-03
2850
### Added
2951
- embedding组件新增

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Language version: [English](./README.md) | [中文](./README_zh.md) | [日本語
55
![](https://img.shields.io/badge/framework-agentUniverse-pink)
66
![](https://img.shields.io/badge/python-3.10%2B-blue?logo=Python)
77
[![](https://img.shields.io/badge/%20license-Apache--2.0-yellow)](LICENSE)
8-
[![Static Badge](https://img.shields.io/badge/pypi-v0.0.15-blue?logo=pypi)](https://pypi.org/project/agentUniverse/)
8+
[![Static Badge](https://img.shields.io/badge/pypi-v0.0.16-blue?logo=pypi)](https://pypi.org/project/agentUniverse/)
99

1010
![](docs/guidebook/_picture/logo_bar.jpg)
1111
****************************************

README_jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![](https://img.shields.io/badge/framework-agentUniverse-pink)
66
![](https://img.shields.io/badge/python-3.10%2B-blue?logo=Python)
77
[![](https://img.shields.io/badge/%20license-Apache--2.0-yellow)](LICENSE)
8-
[![Static Badge](https://img.shields.io/badge/pypi-v0.0.15-blue?logo=pypi)](https://pypi.org/project/agentUniverse/)
8+
[![Static Badge](https://img.shields.io/badge/pypi-v0.0.16-blue?logo=pypi)](https://pypi.org/project/agentUniverse/)
99

1010
![](docs/guidebook/_picture/logo_bar.jpg)
1111
****************************************

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![](https://img.shields.io/badge/framework-agentUniverse-pink)
66
![](https://img.shields.io/badge/python-3.10%2B-blue?logo=Python)
77
[![](https://img.shields.io/badge/%20license-Apache--2.0-yellow)](LICENSE)
8-
[![Static Badge](https://img.shields.io/badge/pypi-v0.0.15-blue?logo=pypi)](https://pypi.org/project/agentUniverse/)
8+
[![Static Badge](https://img.shields.io/badge/pypi-v0.0.16-blue?logo=pypi)](https://pypi.org/project/agentUniverse/)
99

1010
![](docs/guidebook/_picture/logo_bar.jpg)
1111
****************************************

0 commit comments

Comments
 (0)