@sisu-ai/mw-orchestration 0.2.1 → 0.2.2
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/README.md +1 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
<div align="right">
|
|
2
|
-
<a href="https://github.com/finger-gun/sisu"><img src="https://github.com/finger-gun/sisu/raw/main/sisu-light.svg" alt="ProjectSpecs" width="100" /></a>
|
|
3
|
-
</div>
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
1
|
# @sisu-ai/mw-orchestration
|
|
8
2
|
|
|
9
|
-
|
|
3
|
+
Orchestrate delegated multi-agent execution with scoped children, explicit traces, and policy hooks.
|
|
10
4
|
|
|
11
5
|
## Install
|
|
12
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisu-ai/mw-orchestration",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"zod": "^3.23.8"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@sisu-ai/core": "2.3.
|
|
27
|
+
"@sisu-ai/core": "2.3.3"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^24.3.1",
|
|
31
31
|
"vitest": "^3.2.4",
|
|
32
|
-
"@sisu-ai/core": "2.3.
|
|
32
|
+
"@sisu-ai/core": "2.3.3"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"sisu",
|