@sisu-ai/mw-usage-tracker 9.0.3 → 10.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/mw-usage-tracker
|
|
8
2
|
|
|
9
|
-
|
|
3
|
+
Measure token usage and estimated cost across your pipeline with minimal setup.
|
|
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)
|
|
@@ -104,9 +98,9 @@ Discover what you can do through examples or documentation. Check it out at http
|
|
|
104
98
|
- [@sisu-ai/tool-azure-blob](packages/tools/azure-blob/README.md)
|
|
105
99
|
- [@sisu-ai/tool-extract-urls](packages/tools/extract-urls/README.md)
|
|
106
100
|
- [@sisu-ai/tool-github-projects](packages/tools/github-projects/README.md)
|
|
101
|
+
- [@sisu-ai/tool-rag](packages/tools/rag/README.md)
|
|
107
102
|
- [@sisu-ai/tool-summarize-text](packages/tools/summarize-text/README.md)
|
|
108
103
|
- [@sisu-ai/tool-terminal](packages/tools/terminal/README.md)
|
|
109
|
-
- [@sisu-ai/tool-vec-chroma](packages/tools/vec-chroma/README.md)
|
|
110
104
|
- [@sisu-ai/tool-web-fetch](packages/tools/web-fetch/README.md)
|
|
111
105
|
- [@sisu-ai/tool-web-search-duckduckgo](packages/tools/web-search-duckduckgo/README.md)
|
|
112
106
|
- [@sisu-ai/tool-web-search-google](packages/tools/web-search-google/README.md)
|
|
@@ -114,6 +108,19 @@ Discover what you can do through examples or documentation. Check it out at http
|
|
|
114
108
|
- [@sisu-ai/tool-wikipedia](packages/tools/wikipedia/README.md)
|
|
115
109
|
</details>
|
|
116
110
|
|
|
111
|
+
<details>
|
|
112
|
+
<summary>All RAG packages</summary>
|
|
113
|
+
|
|
114
|
+
- [@sisu-ai/rag-core](packages/rag/core/README.md)
|
|
115
|
+
</details>
|
|
116
|
+
|
|
117
|
+
<details>
|
|
118
|
+
<summary>All vector packages</summary>
|
|
119
|
+
|
|
120
|
+
- [@sisu-ai/vector-core](packages/vector/core/README.md)
|
|
121
|
+
- [@sisu-ai/vector-chroma](packages/vector/chroma/README.md)
|
|
122
|
+
</details>
|
|
123
|
+
|
|
117
124
|
<details>
|
|
118
125
|
<summary>All examples</summary>
|
|
119
126
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisu-ai/mw-usage-tracker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"access": "public"
|
|
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",
|