hybrid 2.0.1 → 2.1.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "hybrid",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "hybrid": "./dist/cli.js",
@@ -22,9 +22,6 @@
22
22
  "@anthropic-ai/claude-agent-sdk": "^0.2.38",
23
23
  "@google/generative-ai": "^0.21.0",
24
24
  "@hono/node-server": "^1.13.5",
25
- "@xmtp/agent-sdk": "0.0.14",
26
- "@xmtp/node-bindings": "^1.9.1",
27
- "@xmtp/node-sdk": "^4.1.0",
28
25
  "ai": "^6.0.0",
29
26
  "better-sqlite3": "^11.0.0",
30
27
  "chokidar": "^4.0.0",
@@ -41,9 +38,8 @@
41
38
  "uint8arrays": "^5.1.0",
42
39
  "viem": "^2.46.2",
43
40
  "zod": "^4.0.0",
44
- "@hybrd/scheduler": "2.0.0",
45
- "@hybrd/xmtp": "2.0.0",
46
- "@hybrd/memory": "2.0.0"
41
+ "@hybrd/scheduler": "2.1.0",
42
+ "@hybrd/memory": "2.1.0"
47
43
  },
48
44
  "devDependencies": {
49
45
  "@types/better-sqlite3": "^7.6.13",
@@ -57,7 +53,16 @@
57
53
  "@config/biome": "0.0.0",
58
54
  "@config/tsconfig": "0.0.0"
59
55
  },
56
+ "peerDependencies": {
57
+ "e2b": "^2.0.0"
58
+ },
59
+ "peerDependenciesMeta": {
60
+ "e2b": {
61
+ "optional": true
62
+ }
63
+ },
60
64
  "optionalDependencies": {
65
+ "e2b": "^2.19.0",
61
66
  "node-llama-cpp": "^3.0.0",
62
67
  "sqlite-vec": "^0.1.0"
63
68
  },
@@ -90,6 +90,6 @@ Tip: Claw Hub has the largest selection of agent skills. Always search there fir
90
90
  ## Important Notes
91
91
 
92
92
  - Only owners can add or remove skills
93
- - Core skills (memory, scheduler, xmtp, skills-manager) cannot be removed
93
+ - Core skills (memory, scheduler, skills-manager) cannot be removed
94
94
  - When a skill is added, acknowledge to the user and briefly describe what it does
95
95
  - When removing, confirm the skill was removed
@@ -4,7 +4,3 @@ ANTHROPIC_API_KEY=your_api_key_here
4
4
  # OpenRouter proxy (optional)
5
5
  # ANTHROPIC_BASE_URL=https://openrouter.ai/api
6
6
  # ANTHROPIC_AUTH_TOKEN=your_openrouter_key
7
-
8
- # Agent configuration
9
- AGENT_WALLET_KEY=your_private_key_here
10
- XMTP_ENV=production