2020117-agent 0.3.6 → 0.4.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/dist/agent.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Unified Agent Runtime — runs as a long-lived daemon that handles:
4
4
  * 1. Async platform tasks (inbox polling → accept → process → submit result)
5
- * 2. P2P sessions (Hyperswarm + CLINK per-minute billing)
5
+ * 2. P2P sessions (Hyperswarm + Lightning invoice per-minute billing)
6
6
  *
7
7
  * Both channels share a single capacity counter so the agent never overloads.
8
8
  *