slid-phi 2.2.5 → 2.2.7

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 +38 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "slid-phi",
3
- "version": "2.2.5",
4
- "description": "Slid Phi Labs Omni-Dormant integer codecs \u2014 Zeckendorf / hybrid Fibonacci + optional gap-ANS path. Pure JS. Support and integration available.",
3
+ "version": "2.2.7",
4
+ "description": "Slid Phi Labs Omni-Dormant integer codecs Zeckendorf / hybrid Fibonacci + optional gap-ANS path. Pure JS. Support and integration available.",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",
7
7
  "exports": {
@@ -24,7 +24,13 @@
24
24
  "solana",
25
25
  "base",
26
26
  "usdc",
27
- "slid-phi-labs"
27
+ "slid-phi-labs",
28
+ "spl-codec",
29
+ "cddg",
30
+ "agent-platform",
31
+ "cuni",
32
+ "agent-rider",
33
+ "quikgater"
28
34
  ],
29
35
  "author": "Slid Phi Labs",
30
36
  "license": "SEE LICENSE IN LICENSE",
@@ -38,21 +44,39 @@
38
44
  "url": "https://www.slidphilabs.com/api/agent"
39
45
  },
40
46
  "agentic": {
47
+ "modules": {
48
+ "compression": [
49
+ "SPL Codec",
50
+ "CDDG:Split"
51
+ ],
52
+ "agent_platform": [
53
+ "CuNi",
54
+ "Agent^Rider",
55
+ "Quikgater"
56
+ ]
57
+ },
41
58
  "commerce": "x402",
42
59
  "discovery": "https://www.slidphilabs.com/api/agent",
43
60
  "catalog": "https://www.slidphilabs.com/api/x402-products",
44
- "agents_txt": "https://www.slidphilabs.com/agents.txt",
45
- "agents_json": "https://www.slidphilabs.com/agents.json",
61
+ "web_codec": "https://www.slidphilabs.com/api/web-codec",
62
+ "site": "https://www.slidphilabs.com",
46
63
  "llms_txt": "https://www.slidphilabs.com/llms.txt",
47
- "agent_card": "https://www.slidphilabs.com/.well-known/agent-card.json",
48
- "agentic_commerce": "https://www.slidphilabs.com/.well-known/agentic-commerce.json",
49
- "networks": [
50
- "solana-mainnet-beta",
51
- "eip155:8453"
52
- ],
53
- "payment_header": "X-PAYMENT",
54
- "one_liner": "Agent commerce: GET https://www.slidphilabs.com/api/agent then pay via x402 on Solana or Base mainnet (X-PAYMENT) on catalog POST.",
55
- "site": "https://www.slidphilabs.com"
64
+ "agents_json": "https://www.slidphilabs.com/agents.json",
65
+ "one_liner": "Free first 1 GB suite · then ~1.5¢/GB (Try Gate retired). Compression+agent platform. GET https://www.slidphilabs.com/api/agent · x402 or free suite under 1 GB.",
66
+ "agent_platform": {
67
+ "cuni": "https://cuni-studio.fly.dev/",
68
+ "agent_rider": "https://agentrider.vercel.app/",
69
+ "quikgater": "https://github.com/ceedot-rock/quikgater"
70
+ },
71
+ "suite": "https://www.slidphilabs.com/pps",
72
+ "suite_pricing": {
73
+ "free_cap_gb": 1,
74
+ "usd_per_gb_after_free": 0.015,
75
+ "try_gate": "retired",
76
+ "model": "freemium_suite_v2"
77
+ },
78
+ "welcome": "https://www.slidphilabs.com/api/welcome",
79
+ "platform_json": "https://www.slidphilabs.com/platform.json"
56
80
  },
57
81
  "x402": {
58
82
  "discovery": "https://www.slidphilabs.com/api/agent",