slid-phi 2.2.5 → 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/package.json +29 -14
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": {
|
|
@@ -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,30 @@
|
|
|
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
|
-
"
|
|
45
|
-
"
|
|
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
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
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": "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
|
+
}
|
|
56
71
|
},
|
|
57
72
|
"x402": {
|
|
58
73
|
"discovery": "https://www.slidphilabs.com/api/agent",
|