slid-phi 2.2.4 → 2.2.6
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/README.md +18 -0
- package/package.json +60 -3
package/README.md
CHANGED
|
@@ -18,3 +18,21 @@
|
|
|
18
18
|
2. [Access](https://www.slidphilabs.com/access) — private install or download
|
|
19
19
|
|
|
20
20
|
© Slid Phi Labs · All rights reserved
|
|
21
|
+
|
|
22
|
+
## Agentic commerce
|
|
23
|
+
|
|
24
|
+
Agents can buy / quote lab products via **x402** (USDC on Solana mainnet or Base mainnet).
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
Agent commerce: GET https://www.slidphilabs.com/api/agent then pay via x402 on Solana or Base mainnet (X-PAYMENT) on catalog POST.
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
| Surface | URL |
|
|
31
|
+
|---------|-----|
|
|
32
|
+
| Discovery | https://www.slidphilabs.com/api/agent |
|
|
33
|
+
| Catalog | https://www.slidphilabs.com/api/x402-products |
|
|
34
|
+
| agents.txt | https://www.slidphilabs.com/agents.txt |
|
|
35
|
+
| agents.json | https://www.slidphilabs.com/agents.json |
|
|
36
|
+
| llms.txt | https://www.slidphilabs.com/llms.txt |
|
|
37
|
+
|
|
38
|
+
Humans: [www.slidphilabs.com](https://www.slidphilabs.com) (Stripe).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slid-phi",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "Slid Phi Labs Omni-Dormant integer codecs
|
|
3
|
+
"version": "2.2.6",
|
|
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": {
|
|
@@ -15,7 +15,22 @@
|
|
|
15
15
|
"keywords": [
|
|
16
16
|
"slid phi labs",
|
|
17
17
|
"proprietary",
|
|
18
|
-
"stub"
|
|
18
|
+
"stub",
|
|
19
|
+
"x402",
|
|
20
|
+
"agentic-commerce",
|
|
21
|
+
"agent-commerce",
|
|
22
|
+
"agents.txt",
|
|
23
|
+
"llms.txt",
|
|
24
|
+
"solana",
|
|
25
|
+
"base",
|
|
26
|
+
"usdc",
|
|
27
|
+
"slid-phi-labs",
|
|
28
|
+
"spl-codec",
|
|
29
|
+
"cddg",
|
|
30
|
+
"agent-platform",
|
|
31
|
+
"cuni",
|
|
32
|
+
"agent-rider",
|
|
33
|
+
"quikgater"
|
|
19
34
|
],
|
|
20
35
|
"author": "Slid Phi Labs",
|
|
21
36
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -23,5 +38,47 @@
|
|
|
23
38
|
"repository": {
|
|
24
39
|
"type": "git",
|
|
25
40
|
"url": "git+https://github.com/ceedot-rock/SlidPhiLabs.git"
|
|
41
|
+
},
|
|
42
|
+
"funding": {
|
|
43
|
+
"type": "individual",
|
|
44
|
+
"url": "https://www.slidphilabs.com/api/agent"
|
|
45
|
+
},
|
|
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
|
+
},
|
|
58
|
+
"commerce": "x402",
|
|
59
|
+
"discovery": "https://www.slidphilabs.com/api/agent",
|
|
60
|
+
"catalog": "https://www.slidphilabs.com/api/x402-products",
|
|
61
|
+
"web_codec": "https://www.slidphilabs.com/api/web-codec",
|
|
62
|
+
"site": "https://www.slidphilabs.com",
|
|
63
|
+
"llms_txt": "https://www.slidphilabs.com/llms.txt",
|
|
64
|
+
"agents_json": "https://www.slidphilabs.com/agents.json",
|
|
65
|
+
"one_liner": "Modules: Compression (SPL Codec+CDDG) · Agent platform (CuNi+Rider+Quikgater). Commerce: GET https://www.slidphilabs.com/api/agent then x402 X-PAYMENT.",
|
|
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
|
+
},
|
|
72
|
+
"x402": {
|
|
73
|
+
"discovery": "https://www.slidphilabs.com/api/agent",
|
|
74
|
+
"catalog": "https://www.slidphilabs.com/api/x402-products",
|
|
75
|
+
"networks": [
|
|
76
|
+
"solana-mainnet-beta",
|
|
77
|
+
"eip155:8453"
|
|
78
|
+
],
|
|
79
|
+
"payment_header": "X-PAYMENT"
|
|
80
|
+
},
|
|
81
|
+
"bugs": {
|
|
82
|
+
"url": "https://www.slidphilabs.com"
|
|
26
83
|
}
|
|
27
84
|
}
|