toolnet-memory 0.2.21 → 0.3.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/.env.example CHANGED
@@ -55,3 +55,12 @@ TOOLNET_SESSION_LEARNING=1
55
55
  TOOLNET_WORK_CONTINUITY=1
56
56
  TOOLNET_SEMANTIC_CONTINUITY=1
57
57
  TOOLNET_SMART_HANDOFF=1
58
+
59
+ # ToolNet Memory HTTP API
60
+ TOOLNET_API_HOST=127.0.0.1
61
+ TOOLNET_API_PORT=9750
62
+ TOOLNET_API_TOKEN=
63
+
64
+ # ToolNet Memory Hub
65
+ TOOLNET_HUB_OWNER=owner
66
+ TOOLNET_HUB_MAX_EVENTS=100
@@ -111,6 +111,10 @@ case "$COMMAND" in
111
111
  run bundle/mcp.js src/mcp/bootstrap.ts
112
112
  ;;
113
113
 
114
+ api)
115
+ run bundle/api.js src/api/bootstrap.ts
116
+ ;;
117
+
114
118
  production:certify)
115
119
  run bundle/production-certify.js src/production/production-certify-cli.ts
116
120
  ;;
@@ -635,6 +639,7 @@ SETUP & INTEGRATION:
635
639
  toolnet-memory integrate:agy
636
640
  toolnet-memory integrate:codex
637
641
  toolnet-memory mcp
642
+ toolnet-memory api
638
643
 
639
644
  PRODUCTION:
640
645
  toolnet-memory production:certify Verify packaged production runtime