@aigne/agent-library 1.1.0-beta.13 → 1.1.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 1.1.0-beta.15 (2025-3-18)
|
|
2
|
+
|
|
3
|
+
- chore: make coverage report as text to terminal
|
|
4
|
+
- chore: update contributing docs
|
|
5
|
+
|
|
6
|
+
## 1.1.0-beta.14 (2025-3-18)
|
|
7
|
+
|
|
8
|
+
- chore(example): add code-execution example
|
|
9
|
+
|
|
1
10
|
## 1.1.0-beta.13 (2025-3-18)
|
|
2
11
|
|
|
3
12
|
- feat: add OrchestratorAgent in agent library
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/agent-library",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.15",
|
|
4
4
|
"description": "Collection of agent libraries for AIGNE framework",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"zod": "^3.24.2",
|
|
36
|
-
"@aigne/core-next": "^1.1.0-beta.
|
|
36
|
+
"@aigne/core-next": "^1.1.0-beta.15"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/bun": "^1.2.4",
|