@sisu-ai/mw-react-parser 4.0.0 → 4.0.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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
Lightweight ReAct-style tool loop. The model proposes an action in plain text, you parse it, execute a tool, then the model reflects and answers.
|
|
4
4
|
|
|
5
5
|
[](https://github.com/finger-gun/sisu/actions/workflows/tests.yml)
|
|
6
|
+
[](https://github.com/finger-gun/sisu/actions/workflows/github-code-scanning/codeql)
|
|
6
7
|
[](https://github.com/finger-gun/sisu/blob/main/LICENSE)
|
|
7
8
|
[](https://www.npmjs.com/package/@sisu-ai/mw-react-parser)
|
|
8
9
|
[](https://github.com/finger-gun/sisu/blob/main/CONTRIBUTING.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisu-ai/mw-react-parser",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"build": "tsc -b"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@sisu-ai/core": "1.1.
|
|
18
|
+
"@sisu-ai/core": "1.1.2"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|