@grislabs/agentmeter 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # agentmeter
2
2
 
3
+ [Website](https://grislabs.com) | [npm](https://www.npmjs.com/package/@grislabs/agentmeter)
4
+
3
5
  Cost intelligence for AI agents. Track per-task, per-workflow, per-customer costs across LLM calls, MCP tools, and agent payments.
4
6
 
5
7
  **The problem:** Your AI agents make 15+ LLM calls, 8 tool calls, and trigger payments per task. Existing tools track per-API-call costs. Nobody tells you "that support ticket cost $2.47 to resolve" or "customer X is costing you $500/mo in agent spend."
package/package.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.0",
6
+ "homepage": "https://grislabs.com",
7
+ "version": "0.1.1",
7
8
  "description": "Cost intelligence for AI agents. Track per-task, per-workflow, per-customer costs.",
8
9
  "main": "dist/index.js",
9
10
  "types": "dist/index.d.ts",