@pentatonic-ai/ai-agent-sdk 0.4.1 → 0.4.2

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 CHANGED
@@ -171,7 +171,7 @@ Works with both local and hosted setups. Just tell OpenClaw to set it up.
171
171
  ### Install
172
172
 
173
173
  ```bash
174
- openclaw plugins install -l ./packages/memory/src/openclaw
174
+ openclaw plugins install @pentatonic-ai/ai-agent-sdk
175
175
  ```
176
176
 
177
177
  ### Set up
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pentatonic-ai/ai-agent-sdk",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "TES SDK — LLM observability and lifecycle tracking via Pentatonic Thing Event System. Track token usage, tool calls, and conversations. Manage things through event-sourced lifecycle stages with AI enrichment and vector search.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -51,6 +51,9 @@
51
51
  "mcp",
52
52
  "model-context-protocol"
53
53
  ],
54
+ "openclaw": {
55
+ "extensions": ["./packages/memory/src/openclaw/index.js"]
56
+ },
54
57
  "license": "MIT",
55
58
  "homepage": "https://thingeventsystem.ai",
56
59
  "repository": {
@@ -6,7 +6,7 @@
6
6
  * - Hosted: routes through TES GraphQL API
7
7
  *
8
8
  * Install:
9
- * openclaw plugins install -l ./packages/memory/src/openclaw
9
+ * openclaw plugins install @pentatonic-ai/ai-agent-sdk
10
10
  *
11
11
  * Config in openclaw.json:
12
12
  * {