slid-phi 2.2.10 → 2.2.11
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 +45 -36
- package/package.json +23 -41
package/README.md
CHANGED
|
@@ -1,52 +1,61 @@
|
|
|
1
1
|
# Slid Phi Labs
|
|
2
2
|
|
|
3
|
-
**
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
| Surface |
|
|
8
|
-
|
|
9
|
-
|
|
|
10
|
-
|
|
|
11
|
-
|
|
|
12
|
-
|
|
|
13
|
-
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
3
|
+
**Public proof. Private performance. Paid production.** This repository is the public site, clients, docs, and payment rails. It is not the production compressor.
|
|
4
|
+
|
|
5
|
+
Codec name is **PCC** (Ptaszenski Computational Codec). Combined GC stays private. pulsar is the public OSCB toy.
|
|
6
|
+
|
|
7
|
+
| Surface | Public entry point |
|
|
8
|
+
|---|---|
|
|
9
|
+
| Website | https://www.slidphilabs.com |
|
|
10
|
+
| Hosted MCP | https://www.slidphilabs.com/mcp |
|
|
11
|
+
| MCP documentation | https://www.slidphilabs.com/mcp-service |
|
|
12
|
+
| MCP server card | https://www.slidphilabs.com/.well-known/mcp/server-card.json |
|
|
13
|
+
| npm catalog | https://www.slidphilabs.com/npm |
|
|
14
|
+
| Public compression baseline | https://github.com/ceedot-rock/pulsar-best |
|
|
15
|
+
|
|
16
|
+
## Names (lab spec)
|
|
17
|
+
|
|
18
|
+
| Name | Surface | What it is |
|
|
19
|
+
|------|---------|------------|
|
|
20
|
+
| Slid Phi Labs | lab | The lab. |
|
|
21
|
+
| PCC | private | Ptaszenski Computational Codec. House, not a public GitHub name. |
|
|
22
|
+
| Combined GC | 1.19.2 private | AWARE specialist. Engine in `combined-gc`. Measurements in `combined-gc-view`. |
|
|
23
|
+
| pulsar | 2.5.0 public GPLv3 | OSCB toy. `struct_text` seat. Repo `pulsar-best`. |
|
|
24
|
+
| TRU8 | zeros/fill gene | Flagship 8 bytes. Not a general compressor. |
|
|
25
|
+
| Chamber | live | Two-key JSON seal |
|
|
26
|
+
| Rider | live | Signed agent credentials L0–L4 |
|
|
27
|
+
| CuNi | public | Exactness: Python, Go, JS match or refuse |
|
|
28
|
+
| Suite | meter | 6.9 GB / 3 h unpaid, then ~5¢/GB |
|
|
29
|
+
| Lab Pass | $668 | Year seat |
|
|
18
30
|
|
|
19
|
-
|
|
31
|
+
AWARE is Combined GC’s internal stack name. Gate is a router, not a gene. true8b is residual/integer, not TRU8. TRUSTREAM is a live pipe, not a Silesia contestant. XZ1 wrap is disclosed steal — not a lab occupant.
|
|
20
32
|
|
|
21
|
-
|
|
22
|
-
|---------|------------------------|
|
|
23
|
-
| `slid-phi` | Stub. `POST https://www.slidphilabs.com/api/compress` |
|
|
24
|
-
| `blackjack-compression` | Stub. Same API / suite |
|
|
25
|
-
| `spl-pay-per-suite` | Quotes, checkout, MCP client — no packer |
|
|
26
|
-
| `@cptasz13/tru8` | Public demo tokens. Residual paths throw |
|
|
33
|
+
Do not say #1 compressor. Do not describe internal results as a public first-place Silesia-table result. Do not dump Combined GC into pulsar.
|
|
27
34
|
|
|
28
|
-
|
|
35
|
+
## npm
|
|
29
36
|
|
|
30
|
-
|
|
37
|
+
Public packages are clients, quote tools, integration stubs, or demonstrations. They do not contain private encoders.
|
|
31
38
|
|
|
32
|
-
|
|
|
33
|
-
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
| Lab Pass | $1,088 | Year seat |
|
|
39
|
+
| Package | What it provides |
|
|
40
|
+
|---|---|
|
|
41
|
+
| `slid-phi` | Public HTTP client and discovery stub |
|
|
42
|
+
| `spl-pay-per-suite` | Quotes, checkout rails, and optional local MCP helper |
|
|
43
|
+
| `blackjack-compression` | Public integration stub for hosted compression services |
|
|
44
|
+
| `@cptasz13/tru8` | Public demonstration package |
|
|
39
45
|
|
|
40
|
-
|
|
46
|
+
```bash
|
|
47
|
+
npm install spl-pay-per-suite
|
|
48
|
+
npx -y spl-pay-per-suite mcp
|
|
49
|
+
```
|
|
41
50
|
|
|
42
|
-
|
|
51
|
+
For remote MCP use, point a compatible client at `https://www.slidphilabs.com/mcp`. No npm package is required for the hosted catalog server.
|
|
43
52
|
|
|
44
|
-
## Suite
|
|
53
|
+
## Suite metering
|
|
45
54
|
|
|
46
|
-
|
|
55
|
+
The public Suite boundary is **6.9 GB and 3 hours unpaid**, then about **5¢/GB**. The package surfaces quote and commerce behavior; it does not bypass the hosted service or package the private engine.
|
|
47
56
|
|
|
48
57
|
## Status
|
|
49
58
|
|
|
50
|
-
See [STATUS.md](STATUS.md) · [CHANGELOG.md](CHANGELOG.md) · [SECURITY.md](SECURITY.md) · [CITATION.cff](CITATION.cff)
|
|
59
|
+
See [STATUS.md](STATUS.md) · [CHANGELOG.md](CHANGELOG.md) · [SECURITY.md](SECURITY.md) · [CITATION.cff](CITATION.cff).
|
|
51
60
|
|
|
52
61
|
Inbox: corey@slidphilabs.com
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slid-phi",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "Slid Phi Labs public
|
|
3
|
+
"version": "2.2.11",
|
|
4
|
+
"description": "Slid Phi Labs public HTTP client and discovery stub. Hosted compression and protected engines are not shipped in this package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"base",
|
|
26
26
|
"usdc",
|
|
27
27
|
"slid-phi-labs",
|
|
28
|
+
"lossless-compression",
|
|
29
|
+
"mcp-server",
|
|
30
|
+
"streamable-http",
|
|
28
31
|
"spl-codec",
|
|
29
32
|
"cddg",
|
|
30
33
|
"agent-platform",
|
|
@@ -56,27 +59,33 @@
|
|
|
56
59
|
]
|
|
57
60
|
},
|
|
58
61
|
"commerce": "x402",
|
|
59
|
-
"discovery": "https://slidphilabs.
|
|
60
|
-
"catalog": "https://slidphilabs.
|
|
62
|
+
"discovery": "https://www.slidphilabs.com/api/agent",
|
|
63
|
+
"catalog": "https://www.slidphilabs.com/api/x402-products",
|
|
61
64
|
"web_codec": "https://www.slidphilabs.com/api/web-codec",
|
|
62
65
|
"site": "https://www.slidphilabs.com",
|
|
63
66
|
"llms_txt": "https://www.slidphilabs.com/llms.txt",
|
|
64
67
|
"agents_json": "https://www.slidphilabs.com/agents.json",
|
|
65
|
-
"one_liner": "
|
|
68
|
+
"one_liner": "Public discovery and HTTP client. Suite meter: 6.9 GB / 3 h unpaid, then about 5¢/GB. GET https://www.slidphilabs.com/api/agent.",
|
|
66
69
|
"agent_platform": {
|
|
67
70
|
"cuni": "https://cuni-studio.fly.dev/",
|
|
68
|
-
"agent_rider": "https://agentrider.
|
|
71
|
+
"agent_rider": "https://agentrider.fly.dev/",
|
|
69
72
|
"quikgater": "https://github.com/ceedot-rock/quikgater"
|
|
70
73
|
},
|
|
71
74
|
"suite": "https://www.slidphilabs.com/pps",
|
|
72
75
|
"suite_pricing": {
|
|
73
|
-
"free_cap_gb":
|
|
76
|
+
"free_cap_gb": 6.9,
|
|
77
|
+
"free_window_hours": 3,
|
|
74
78
|
"usd_per_gb_after_free": 0.05,
|
|
75
79
|
"usd_per_gb_bulk": 0.04
|
|
76
80
|
},
|
|
77
81
|
"welcome": "https://www.slidphilabs.com/api/welcome",
|
|
78
82
|
"platform_json": "https://www.slidphilabs.com/platform.json"
|
|
79
83
|
},
|
|
84
|
+
"mcp": {
|
|
85
|
+
"server": "https://www.slidphilabs.com/mcp",
|
|
86
|
+
"documentation": "https://www.slidphilabs.com/mcp-service",
|
|
87
|
+
"server_card": "https://www.slidphilabs.com/.well-known/mcp/server-card.json"
|
|
88
|
+
},
|
|
80
89
|
"x402": {
|
|
81
90
|
"discovery": "https://www.slidphilabs.com/api/agent",
|
|
82
91
|
"catalog": "https://www.slidphilabs.com/api/x402-products",
|
|
@@ -90,42 +99,15 @@
|
|
|
90
99
|
"url": "https://www.slidphilabs.com"
|
|
91
100
|
},
|
|
92
101
|
"pricing": {
|
|
93
|
-
"catalog": "https://slidphilabs.
|
|
94
|
-
"pay_ui": "https://slidphilabs.
|
|
102
|
+
"catalog": "https://www.slidphilabs.com/api/x402-products",
|
|
103
|
+
"pay_ui": "https://www.slidphilabs.com/pay",
|
|
95
104
|
"doc": "docs/NPM_PRICING.md",
|
|
96
105
|
"skus": {
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
},
|
|
101
|
-
"
|
|
102
|
-
"usd": 79,
|
|
103
|
-
"buy": "https://buy.stripe.com/28EfZic3z69i3P72Wc6wE0b"
|
|
104
|
-
},
|
|
105
|
-
"zrw-pro": {
|
|
106
|
-
"usd": 249,
|
|
107
|
-
"buy": "https://buy.stripe.com/cNidRaebHbtC71j8gw6wE0c"
|
|
108
|
-
},
|
|
109
|
-
"zrw-l33t": {
|
|
110
|
-
"usd": 699,
|
|
111
|
-
"buy": "https://buy.stripe.com/14AeVe9Vr8hqadvbsI6wE0d"
|
|
112
|
-
},
|
|
113
|
-
"blackjack": {
|
|
114
|
-
"usd": 199,
|
|
115
|
-
"buy": "https://buy.stripe.com/00w00k6Jf8hqgBTaoE6wE0h"
|
|
116
|
-
},
|
|
117
|
-
"shard-zip": {
|
|
118
|
-
"usd": 199,
|
|
119
|
-
"buy": "https://buy.stripe.com/3cI7sMd7D8hq1GZaoE6wE0i"
|
|
120
|
-
},
|
|
121
|
-
"shard-tsdb": {
|
|
122
|
-
"usd": 199,
|
|
123
|
-
"buy": "https://buy.stripe.com/9B628sd7DeFO99r9kA6wE0j"
|
|
124
|
-
},
|
|
125
|
-
"slid-phi": {
|
|
126
|
-
"usd": 199,
|
|
127
|
-
"buy": "https://buy.stripe.com/dRm6oI6JfgNWetL8gw6wE0k"
|
|
128
|
-
}
|
|
106
|
+
"chamber-year": { "usd": 99, "buy": "https://www.slidphilabs.com/pay?sku=chamber-year" },
|
|
107
|
+
"gc-year": { "usd": 490, "buy": "https://www.slidphilabs.com/pay?sku=gc-year" },
|
|
108
|
+
"rider-year": { "usd": 790, "buy": "https://www.slidphilabs.com/pay?sku=rider-year" },
|
|
109
|
+
"lab-pass": { "usd": 668, "buy": "https://www.slidphilabs.com/pay?sku=lab-pass" },
|
|
110
|
+
"consulting": { "usd": 250, "buy": "https://www.slidphilabs.com/pay?sku=consulting" }
|
|
129
111
|
}
|
|
130
112
|
}
|
|
131
113
|
}
|