opsveritas-sdk 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ By design the SDK sends **metadata only, plus a short output snippet** — never
43
43
  | Sent | Detail |
44
44
  |------|--------|
45
45
  | ✅ Metadata | agent name, status, timestamps, duration, token counts, model, cost, tool-call count |
46
- | ⚠️ Output snippet | first 300 chars of the response (`output_summary`) — powers silent-failure detection |
46
+ | ⚠️ Output snippet | first ~3,000 chars of the response (`output_summary`) — powers silent-failure detection |
47
47
  | ⚠️ Error message | the exception text, if a call fails |
48
48
  | ❌ Prompts / inputs | **never sent** — only token counts |
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opsveritas-sdk",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Monitor your AI agents in 3 lines of code — tokens, cost, latency, and silent failures",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",