@xerg/cli 0.1.1 → 0.1.3
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 +9 -21
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# xerg
|
|
2
2
|
|
|
3
|
-
Xerg is
|
|
3
|
+
Xerg is the unit economics engine for AI agents — starting with local waste intelligence for OpenClaw workflows.
|
|
4
4
|
|
|
5
|
-
It
|
|
6
|
-
where money is leaking, and lets you re-run the same audit with `--compare` so
|
|
7
|
-
you can see what changed after a fix.
|
|
5
|
+
It reads your OpenClaw gateway logs and session transcripts, shows where money is leaking in dollars, classifies waste into five categories with distinct fixes, and lets you re-run the same audit with `--compare` so you can see what changed after a fix.
|
|
8
6
|
|
|
9
7
|
## Install
|
|
10
8
|
|
|
@@ -50,24 +48,14 @@ Audit a specific window:
|
|
|
50
48
|
xerg audit --since 24h --compare
|
|
51
49
|
```
|
|
52
50
|
|
|
53
|
-
## What
|
|
51
|
+
## What the audit shows
|
|
54
52
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
- before/after re-audit deltas
|
|
53
|
+
- Total spend by workflow and model, in dollars
|
|
54
|
+
- Observed vs. estimated cost (always labeled)
|
|
55
|
+
- Structural waste: retry, context bloat, loop, downgrade candidates, idle
|
|
56
|
+
- Savings recommendations with suggested A/B tests
|
|
57
|
+
- Before/after deltas on re-audit
|
|
61
58
|
|
|
62
59
|
## Privacy
|
|
63
60
|
|
|
64
|
-
Xerg v0 stores economic metadata and audit summaries locally. It does not store
|
|
65
|
-
prompt or response content.
|
|
66
|
-
|
|
67
|
-
## Support
|
|
68
|
-
|
|
69
|
-
For beta access and support, contact `query@xerg.ai`.
|
|
70
|
-
|
|
71
|
-
## Website
|
|
72
|
-
|
|
73
|
-
[xerg.ai](https://xerg.ai)
|
|
61
|
+
Xerg v0 stores economic metadata and audit summaries locally. It does not store prompt or response content.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xerg/cli",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "Audit OpenClaw agent spend, waste, and before/after improvements.",
|
|
5
5
|
"keywords": ["ai", "agents", "finops", "llm", "openclaw", "cost", "cli"],
|
|
6
6
|
"homepage": "https://xerg.ai",
|
|
7
7
|
"repository": {
|