Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-17 | 6.2 kB | |
v0.0.16 source code.tar.gz | 2025-04-17 | 51.4 MB | |
v0.0.16 source code.zip | 2025-04-17 | 52.7 MB | |
Totals: 3 Items | 104.1 MB | 0 |
[0.0.16] - 2025-04-17
Added
- New Tool Plugins
- Added image text extraction tool based on OpenCV's OCR capabilities
- Added Shell command status query and execution tool
- Added universal file read/write tool
- Added Tavily intelligent search tool
- Knowledge Reader and Processing Components
- Added Feishu cloud document loader component
- Added universal code loader component
- Added code processing component based on AST (Abstract Syntax Tree)
- Support LLM model channel configuration, supporting model switching across different channel platform providers.
- Added Google Gemini 2.5 Pro model configuration.
- aU Agent supports integration with chatbox and CherryStudio clients. For details, refer to the documentation.
Note
- Change version constraints for third-party dependencies:
- tiktoken ('0.5.2' -> '<1.0.0')
- pydantic ('~2.6.4' -> '^2.6.4')
- Main branch regression tests passed for Python 3.10, 3.11, and 3.12
- Other code optimizations and documentation updates
More Details
What's Changed
- support openai chat protocol by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/330
- Merge Dev to Dev_fanen by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/341
- docs: enrich user documentation and add English content. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/345
- FIX: agent always stream call llm through flask async run api by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/343
- fix: Resolve duplicate registrations. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/342
- fix: standardize path format across Windows and Linux by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/346
- fix: standardize path format across Windows and Linux by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/347
- Dev fix chatcomplection by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/349
- Dev by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/352
- FIX: trace bug by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/354
- feat: update url for org migration by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/355
- fix jina-tool yaml by @z4656207 in https://github.com/agentuniverse-ai/agentUniverse/pull/361
- fix: add missed dependency
tomli
by @007gzs in https://github.com/agentuniverse-ai/agentUniverse/pull/353 - chore: Correct comments. by @KiteSoar in https://github.com/agentuniverse-ai/agentUniverse/pull/348
- feat: add view file tool. resolves [#252] by @hiromesh in https://github.com/agentuniverse-ai/agentUniverse/pull/358
- feat: add write file tool. resolves [#252] by @hiromesh in https://github.com/agentuniverse-ai/agentUniverse/pull/357
- feat: run command tool. resolves [#252] by @hiromesh in https://github.com/agentuniverse-ai/agentUniverse/pull/356
- add tavily tool support search and extract information from website. [#252] by @z4656207 in https://github.com/agentuniverse-ai/agentUniverse/pull/351
- chore:update doc_processor comment by @aiwandianao in https://github.com/agentuniverse-ai/agentUniverse/pull/340
- docs: enrich LLM documentation and align configuration with aU sample standard app by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/350
- feat: add a function which extract txt information from image. by @DongXu-Zhang in https://github.com/agentuniverse-ai/agentUniverse/pull/360
- DELETE: Useless contextual iteration agent instance by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/364
- feat: Release version 0.0.16.beta5 by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/365
- feat: add llm channel module. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/367
- feat: The ability for Reader to read publicly accessible Feishu cloud documents has been added. by @chongfe in https://github.com/agentuniverse-ai/agentUniverse/pull/368
- docs: add llm channel docs. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/370
- refactor:reconstruct some code in feishu_reader.py by @chongfe in https://github.com/agentuniverse-ai/agentUniverse/pull/371
- Develop update sls sink by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/372
- feat: add code ast processor. resolves [#258] by @hiromesh in https://github.com/agentuniverse-ai/agentUniverse/pull/339
- chore: add llm official channels in the sample standard app. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/373
- Fix: Delete useless code ast yaml by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/375
- chore: tweaking llm official channel attributes. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/376
- 修复span问题 by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/379
- feat: merge Release_20250411 to master by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/380
- feat: Release version 0.0.16 by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/381
New Contributors
- @007gzs made their first contribution in https://github.com/agentuniverse-ai/agentUniverse/pull/353
- @KiteSoar made their first contribution in https://github.com/agentuniverse-ai/agentUniverse/pull/348
- @aiwandianao made their first contribution in https://github.com/agentuniverse-ai/agentUniverse/pull/340
- @DongXu-Zhang made their first contribution in https://github.com/agentuniverse-ai/agentUniverse/pull/360
- @chongfe made their first contribution in https://github.com/agentuniverse-ai/agentUniverse/pull/368
Full Changelog: https://github.com/agentuniverse-ai/agentUniverse/compare/v0.0.15...v0.0.16