indelible-mcp 5.0.0 → 5.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/CUSTOMER_AGENT_HANDBOOK.md +2 -1
- package/package.json +1 -1
- package/src/index.js +1433 -392
|
@@ -19,7 +19,7 @@ Your day-one roster is small and real: two guards, one companion, and one memory
|
|
|
19
19
|
|
|
20
20
|
That is the whole list **for this package**. Your agent crew is a different thing and it lives in the web app: sign in at indelible.one, open the Sanctuary, and birth sixteen agents derived from your own wallet. They are yours today, not a preview. Section 7 walks through it, and section 8 is honest about the two parts that are still unfinished.
|
|
21
21
|
|
|
22
|
-
### The
|
|
22
|
+
### The 29 tools you can call today
|
|
23
23
|
|
|
24
24
|
Grouped by what they cost:
|
|
25
25
|
|
|
@@ -30,6 +30,7 @@ Grouped by what they cost:
|
|
|
30
30
|
- **Diary and Duo (free):** `diary_connect`, `diary_chat`, `diary_save`, `diary_recall`
|
|
31
31
|
- **Goals (free, local-first):** `get_goals`, `manage_goal`
|
|
32
32
|
- **Inner state (free, local):** `get_inner_state`, `update_inner_state`
|
|
33
|
+
- **Your own agents (free, local):** `birth_custom_agent` — create an agent of your own: name it, pick the kind of work it handles, write its instructions. Its identity derives from your wallet, so it is recoverable from that wallet forever and is never random. · `run_custom_agent` — run one and get back advice signed with that agent's own key, so anyone can verify which agent said it. · `convene_chamber` — put three of your agents in a room to decide something: one proposes, one argues against, a third rules, and each signs its own position. · `transmute_agents` — blend two of your agents into a third. Keys never mix; only the written instructions combine.
|
|
33
34
|
- **Everything else:** `x402_fetch` (pays real sats to paid endpoints, capped at 10,000 sats per request unless you raise it), `report_bug`
|
|
34
35
|
|
|
35
36
|
One important nuance on "free": free means no subscription. On-chain writes still cost miner fees, paid in sats from your own wallet. Each save costs less than a cent. Diary and Duo saves are not Pro-gated; they only need a few sats in the wallet.
|
package/package.json
CHANGED