[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 #163
- Merge branch dev into branch dev_memory by @EdwinInAu in #164
- FIX: Milvus store query bug, only support List[List[float]] by @AniviaTn in #166
- Add quick start by @weizjajj in #148
- FIX: Some versions of Milvus do not support returning vector results. by @AniviaTn in #172
- merge dev by @AniviaTn in #173
- improvement: refactoring the memory module in the agentUniverse. by @EdwinInAu in #177
- docs: Upgrade README - October 2024 by @LandJerry in #185
- feature: add AgentTemplate & WorkPattern modules in the agentUniverse. by @EdwinInAu in #186
- FIX: Law rag example bugs. ADD: Placeholder in config yaml file. ADD: Hierarchical knowledge components by @AniviaTn in #174
- FIX: regex bug by @AniviaTn in #191
- update documentation by @ScholarAegean in #201
- docs: replace new reponame in docs by @LandJerry in #204
- 20241202 docs improvement by @LandJerry in #208
- docs: improve sample proj docs by @LandJerry in #209
- docs: improve sample proj docs by @AmyBei in #210
- ADD: ThreadPoolExecutorWithReturnValue, full error stack in knowledge. CHANGE: qwen model max token to the newest by @AniviaTn in #205
- Dev by @AniviaTn in #212
- fix path by @weizjajj in #200
- improvement: refactoring the sample project in agentUniverse. by @EdwinInAu in #213
- Dev by @AniviaTn in #216
- [feat]Add pet product choice solutions by @ScholarAegean in #214
- refactor: package & docs refactor by @LandJerry in #221
- Dev merge to master by @LandJerry in #211
- refactor: refactoring the agentUniverse examples project. by @LandJerry in #222
- docs: modify single agent startup by @LandJerry in #223
- chore: remove useless service file by @LandJerry in #224
- docs: update product platform docs by @LandJerry in #225
- docs: add demo startup instruction picture. by @EdwinInAu in #227
- improvement: tweak difizen product configuration in aU example projects. by @EdwinInAu in #228
- improvement: refactoring the sample project in agentUniverse. by @EdwinInAu in #230
- Dev vos update samples by @ScholarAegean in #231
- Add: Neo4j Logsink Change: Update Image tag in doc to newest Fix: Increase queue size in request task to 1000 by @AniviaTn in #232
- Fix: Move log sink sample to new sample path by @AniviaTn in #233
- docs: add aU structure en picture. by @EdwinInAu in #234
- Fix: Merge Bug by @AniviaTn in #237
- improvement: tweaking difizen product configuration in aU example projects. by @EdwinInAu in #238
- Correct bootstrap spellings by @ScholarAegean in #239
- Fix: Delete All Redundant import path in example project, recover example law knowledge db by @AniviaTn in #241
- docs: add aU new version guide. by @EdwinInAu in #245
- Con memory by @weizjajj in #264
- feat: Version 0.0.14 Release by @LandJerry in #265
New Contributors
- @ScholarAegean made their first contribution in #201
- @AmyBei made their first contribution in #210
Full Changelog: v0.0.13...v0.0.14