@sisu-ai/tool-terminal 7.1.1 → 8.0.0
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 +15 -8
- package/package.json +2 -2
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/tool-terminal
|
|
8
2
|
|
|
9
|
-
|
|
3
|
+
Execute terminal commands safely from agents with scoped paths, timeouts, and command allow-listing.
|
|
10
4
|
|
|
11
5
|
[](https://github.com/finger-gun/sisu/actions/workflows/tests.yml)
|
|
12
6
|
[](https://github.com/finger-gun/sisu/actions/workflows/github-code-scanning/codeql)
|
|
@@ -195,9 +189,9 @@ Discover what you can do through examples or documentation. Check it out at http
|
|
|
195
189
|
- [@sisu-ai/tool-azure-blob](packages/tools/azure-blob/README.md)
|
|
196
190
|
- [@sisu-ai/tool-extract-urls](packages/tools/extract-urls/README.md)
|
|
197
191
|
- [@sisu-ai/tool-github-projects](packages/tools/github-projects/README.md)
|
|
192
|
+
- [@sisu-ai/tool-rag](packages/tools/rag/README.md)
|
|
198
193
|
- [@sisu-ai/tool-summarize-text](packages/tools/summarize-text/README.md)
|
|
199
194
|
- [@sisu-ai/tool-terminal](packages/tools/terminal/README.md)
|
|
200
|
-
- [@sisu-ai/tool-vec-chroma](packages/tools/vec-chroma/README.md)
|
|
201
195
|
- [@sisu-ai/tool-web-fetch](packages/tools/web-fetch/README.md)
|
|
202
196
|
- [@sisu-ai/tool-web-search-duckduckgo](packages/tools/web-search-duckduckgo/README.md)
|
|
203
197
|
- [@sisu-ai/tool-web-search-google](packages/tools/web-search-google/README.md)
|
|
@@ -205,6 +199,19 @@ Discover what you can do through examples or documentation. Check it out at http
|
|
|
205
199
|
- [@sisu-ai/tool-wikipedia](packages/tools/wikipedia/README.md)
|
|
206
200
|
</details>
|
|
207
201
|
|
|
202
|
+
<details>
|
|
203
|
+
<summary>All RAG packages</summary>
|
|
204
|
+
|
|
205
|
+
- [@sisu-ai/rag-core](packages/rag/core/README.md)
|
|
206
|
+
</details>
|
|
207
|
+
|
|
208
|
+
<details>
|
|
209
|
+
<summary>All vector packages</summary>
|
|
210
|
+
|
|
211
|
+
- [@sisu-ai/vector-core](packages/vector/core/README.md)
|
|
212
|
+
- [@sisu-ai/vector-chroma](packages/vector/chroma/README.md)
|
|
213
|
+
</details>
|
|
214
|
+
|
|
208
215
|
<details>
|
|
209
216
|
<summary>All examples</summary>
|
|
210
217
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisu-ai/tool-terminal",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"zod": "^3.23.8"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@sisu-ai/core": "^2.
|
|
15
|
+
"@sisu-ai/core": "^2.4.0"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|