@whalent/agent 0.3.36 → 0.3.38

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whalent/agent",
3
- "version": "0.3.36",
4
- "description": "Unified agent for Whalent Memory supports Codex and Claude Code providers",
3
+ "version": "0.3.38",
4
+ "description": "Stable wrapper for Whalent Agent core runtime",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "bin": {
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "files": [
11
11
  "dist/index.cjs",
12
+ "dist/core.cjs",
12
13
  "package.json",
13
14
  "README.md"
14
15
  ],
@@ -27,7 +28,7 @@
27
28
  ],
28
29
  "license": "UNLICENSED",
29
30
  "dependencies": {
30
- "@anthropic-ai/claude-agent-sdk": "^0.2.80",
31
+ "@anthropic-ai/claude-agent-sdk": "^0.2.138",
31
32
  "@modelcontextprotocol/sdk": "^1.27.1",
32
33
  "@opencode-ai/sdk": "^1.14.28",
33
34
  "node-pty": "^1.1.0",
@@ -36,6 +37,9 @@
36
37
  "ws": "^8.16.0",
37
38
  "yaml": "^2.4.0"
38
39
  },
40
+ "optionalDependencies": {
41
+ "@whalent/agent-core": "0.3.38"
42
+ },
39
43
  "devDependencies": {
40
44
  "@types/node": "^20.0.0",
41
45
  "@types/ws": "^8.5.10",