Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-26 | 7.6 kB | |
v0.0.14 source code.tar.gz | 2025-01-26 | 46.4 MB | |
v0.0.14 source code.zip | 2025-01-26 | 47.4 MB | |
Totals: 3 Items | 93.8 MB | 1 |
[0.0.14] - 2025-01-26
Added
-
aU Memory Component Version Update
The new version provides comprehensive memory management and utilization capabilities for multi-agent applications through a global memory module. It can automatically collect, record, and process memory interactions among multiple agents, including conversations, model calls, tool calls, and knowledge retrieval. Additionally, it offers functionalities such as memory addition, memory retrieval, memory modification, memory compression, memory pruning, memory extraction, and multi-source persistence for both single-agent and multi-agent. -
Add AgentTemplate Component and WorkPattern Component
The AgentTemplate component helps users rapidly create agents according to pre-defined templates, while the WorkPattern component assists agent teams in selecting specific collaboration methods. In versions prior to V0.0.13, the Planner component offered both the customization logic of intelligent agents and their work patterns. The customization logic for agents was often modified due to the task, whereas work patterns were validated and stability. Consequently, users frequently needed to rewrite the Planner and focus on the code logic related to work patterns, which significantly increased their usage and development costs. With the new version, we have layered the customization logic and work patterns in the agent-building process. It will make the research on collaboration modes and the construction of intelligent agents more focused and efficient. The original Planner component will still be retained, but it will no longer be recommended. -
Knowledge Components Update
Add: Markdown format knowledge loading component, document chapter and paragraph segmentation component, knowledge graph storage component (beta version).
Changed
- Standard Project Scaffolding Update
The scaffolding Project Scaffolding has been standardized. You can read the 「Application Project Structure and Explanation」 for more details. For users of older versions, we have provided some guidelines and tools for this update.
Note
- Update docs for new memory version
- Optimization official docs and examples project
- Ask for high-priority features
More Details
What's Changed
- Merge master by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/163
- Merge branch dev into branch dev_memory by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/164
- FIX: Milvus store query bug, only support List[List[float]] by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/166
- Add quick start by @weizjajj in https://github.com/antgroup/agentUniverse/pull/148
- FIX: Some versions of Milvus do not support returning vector results. by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/172
- merge dev by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/173
- improvement: refactoring the memory module in the agentUniverse. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/177
- docs: Upgrade README - October 2024 by @LandJerry in https://github.com/antgroup/agentUniverse/pull/185
- feature: add AgentTemplate & WorkPattern modules in the agentUniverse. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/186
- FIX: Law rag example bugs. ADD: Placeholder in config yaml file. ADD: Hierarchical knowledge components by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/174
- FIX: regex bug by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/191
- update documentation by @ScholarAegean in https://github.com/antgroup/agentUniverse/pull/201
- docs: replace new reponame in docs by @LandJerry in https://github.com/antgroup/agentUniverse/pull/204
- 20241202 docs improvement by @LandJerry in https://github.com/antgroup/agentUniverse/pull/208
- docs: improve sample proj docs by @LandJerry in https://github.com/antgroup/agentUniverse/pull/209
- docs: improve sample proj docs by @AmyBei in https://github.com/antgroup/agentUniverse/pull/210
- ADD: ThreadPoolExecutorWithReturnValue, full error stack in knowledge. CHANGE: qwen model max token to the newest by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/205
- Dev by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/212
- fix path by @weizjajj in https://github.com/antgroup/agentUniverse/pull/200
- improvement: refactoring the sample project in agentUniverse. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/213
- Dev by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/216
- [feat]Add pet product choice solutions by @ScholarAegean in https://github.com/antgroup/agentUniverse/pull/214
- refactor: package & docs refactor by @LandJerry in https://github.com/antgroup/agentUniverse/pull/221
- Dev merge to master by @LandJerry in https://github.com/antgroup/agentUniverse/pull/211
- refactor: refactoring the agentUniverse examples project. by @LandJerry in https://github.com/antgroup/agentUniverse/pull/222
- docs: modify single agent startup by @LandJerry in https://github.com/antgroup/agentUniverse/pull/223
- chore: remove useless service file by @LandJerry in https://github.com/antgroup/agentUniverse/pull/224
- docs: update product platform docs by @LandJerry in https://github.com/antgroup/agentUniverse/pull/225
- docs: add demo startup instruction picture. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/227
- improvement: tweak difizen product configuration in aU example projects. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/228
- improvement: refactoring the sample project in agentUniverse. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/230
- Dev vos update samples by @ScholarAegean in https://github.com/antgroup/agentUniverse/pull/231
- Add: Neo4j Logsink Change: Update Image tag in doc to newest Fix: Increase queue size in request task to 1000 by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/232
- Fix: Move log sink sample to new sample path by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/233
- docs: add aU structure en picture. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/234
- Fix: Merge Bug by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/237
- improvement: tweaking difizen product configuration in aU example projects. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/238
- Correct bootstrap spellings by @ScholarAegean in https://github.com/antgroup/agentUniverse/pull/239
- Fix: Delete All Redundant import path in example project, recover example law knowledge db by @AniviaTn in https://github.com/antgroup/agentUniverse/pull/241
- docs: add aU new version guide. by @EdwinInAu in https://github.com/antgroup/agentUniverse/pull/245
- Con memory by @weizjajj in https://github.com/antgroup/agentUniverse/pull/264
- feat: Version 0.0.14 Release by @LandJerry in https://github.com/antgroup/agentUniverse/pull/265
New Contributors
- @ScholarAegean made their first contribution in https://github.com/antgroup/agentUniverse/pull/201
- @AmyBei made their first contribution in https://github.com/antgroup/agentUniverse/pull/210
Full Changelog: https://github.com/antgroup/agentUniverse/compare/v0.0.13...v0.0.14