thronglets 0.4.0 → 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.
Files changed (1) hide show
  1. package/package.json +7 -9
package/package.json CHANGED
@@ -1,18 +1,16 @@
1
1
  {
2
2
  "name": "thronglets",
3
- "version": "0.4.0",
4
- "description": "P2P shared memory substrate for AI agents stigmergic knowledge network via libp2p",
3
+ "version": "0.4.2",
4
+ "description": "Local AI substrate for agents with sparse signals, hooks, and optional adapters",
5
5
  "keywords": [
6
- "mcp",
7
- "mcp-server",
8
- "model-context-protocol",
9
6
  "ai-agents",
10
- "p2p",
11
- "libp2p",
7
+ "hooks",
8
+ "prehook",
9
+ "http",
12
10
  "stigmergy",
13
11
  "collective-intelligence",
14
- "simhash",
15
- "decentralized"
12
+ "substrate",
13
+ "mcp"
16
14
  ],
17
15
  "homepage": "https://github.com/Shangri-la-0428/Thronglets",
18
16
  "repository": {