You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The current version provides basic capabilities for agent construction, modification, and debugging, jointly launched by the difizen project. For more details, please refer to the documentation in the product platform section.
31
+
- Monitor Component: Added knowledge and tool instance collection, supporting full-link trace sequence concatenation and providing token consumption monitoring.
32
+
- New Web Session Module: Provides session and message persistence management capabilities.
33
+
34
+
### Note
35
+
- Optimized Knowledge Component: Users can configure and specify any number of recall results (similarity_top_k).
36
+
- Fixed Chroma Component: Resolved issues where the embedding module was not specified.
37
+
- Various code optimizations and documentation updates.
38
+
27
39
## [0.0.11] - 2024-07-11
28
40
### Added
29
41
- DataAgent Autonomous Data Agent MVP Version Released
For more details, please read the [Quick Start](./docs/guidebook/en/1_3_Quick_Start.md).
56
56
57
57
****************************************
58
+
## Using the Product Platform
59
+
agentUniverse provides a local product platform capability. Please follow the steps below for a quick start:
60
+
61
+
**Install via pip**
62
+
```shell
63
+
pip install magent-ui ruamel.yaml
64
+
```
65
+
66
+
**One-click Run**
67
+
68
+
Run the [product_application.py](sample_standard_app/app/bootstrap/product_application.py) file located in sample_standard_app/app/bootstrap for a one-click start.
69
+
70
+
For more details, refer to [Quick Start for Product Platform](./docs/guidebook/en/10_1_1_Product%20Platform%20Quick%20Start.md).
71
+
72
+
This feature is jointly launched by [difizen](https://github.com/difizen/magent) and agentUniverse.
0 commit comments