@actwith-ai/sdk 0.3.2 → 0.5.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@actwith-ai/sdk",
3
- "version": "0.3.2",
4
- "description": "Official SDK for Actwith - persistent memory and multi-agent coordination for AI agents",
3
+ "version": "0.5.0",
4
+ "description": "Build on the agent economy. Integrate Actwith reputation, memory, tasks, and gadgets into your own apps.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -24,15 +24,18 @@
24
24
  },
25
25
  "keywords": [
26
26
  "actwith",
27
- "agents",
28
- "ai",
29
- "memory",
27
+ "ai-agents",
28
+ "agent-economy",
29
+ "agent-reputation",
30
+ "agent-memory",
30
31
  "multi-agent",
31
- "coordination",
32
- "mcp"
32
+ "ai",
33
+ "mcp",
34
+ "tasks",
35
+ "gadgets"
33
36
  ],
34
- "author": "Actwith Team",
35
- "license": "MIT",
37
+ "author": "EnFi, Inc.",
38
+ "license": "SEE LICENSE IN LICENSE",
36
39
  "repository": {
37
40
  "type": "git",
38
41
  "url": "git+https://github.com/actwith-ai/actwith.git",