traicebox 0.1.4 → 0.1.5
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 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Traicebox
|
|
2
2
|
|
|
3
|
-
**Traicebox** is a
|
|
3
|
+
**Traicebox** is a local developer stack for tracing and session tracking around LLM and AI model workflows. It enables developers to have a working local tracing and inspection setup within minutes.
|
|
4
4
|
|
|
5
5
|
### Key Use Cases
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "traicebox",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "A local developer stack for tracing and session tracking around LLM and AI model workflows",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Fardjad Davari <public@fardjad.com>",
|
|
7
7
|
"repository": {
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"debugging",
|
|
17
17
|
"developer-tools",
|
|
18
18
|
"cli",
|
|
19
|
-
"zero-config",
|
|
20
19
|
"session-tracking"
|
|
21
20
|
],
|
|
22
21
|
"type": "module",
|