aiopt 0.3.8 → 0.3.10
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 +10 -18
- package/dist/cli.js +239 -179
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
[](./LICENSE)
|
|
6
6
|
|
|
7
7
|
Links:
|
|
8
|
-
-
|
|
9
|
-
- Buy: https://tkddlr0716-collab.github.io/aiopt/buy.html
|
|
8
|
+
- Project page: https://tkddlr0716-collab.github.io/aiopt/
|
|
10
9
|
- Docs: ./docs/
|
|
11
10
|
|
|
12
11
|
AIOpt is a **pre-deploy cost accident guardrail** for LLM changes.
|
|
@@ -16,14 +15,16 @@ AIOpt is a **pre-deploy cost accident guardrail** for LLM changes.
|
|
|
16
15
|
|
|
17
16
|
No server. No upload. No account. No payments inside the CLI.
|
|
18
17
|
|
|
19
|
-
## Why AIOpt exists
|
|
20
|
-
LLM cost accidents don’t
|
|
21
|
-
AIOpt makes cost visible **before merge** and gives you
|
|
18
|
+
## Why AIOpt exists
|
|
19
|
+
LLM cost accidents don’t show up as obvious bugs. They show up as **quiet drift** — then a surprise bill.
|
|
20
|
+
AIOpt makes cost visible **before merge** and gives you one place to sanity‑check usage.
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
22
|
+
What you get:
|
|
23
|
+
- A single **local dashboard** that is never empty (auto‑collects + auto‑reports).
|
|
24
|
+
- A CI‑friendly **gate** that can block risky changes.
|
|
25
|
+
- A safe **fix** path (patch suggestions) when you do find waste.
|
|
26
|
+
|
|
27
|
+
When teams keep it: it’s fast enough to run every day, and it reduces the “are we about to ship a cost spike?” anxiety to one screen.
|
|
27
28
|
|
|
28
29
|
## Fastest path (no docs)
|
|
29
30
|
### 1) Open the dashboard (recommended)
|
|
@@ -173,19 +174,10 @@ Optional:
|
|
|
173
174
|
- The local dashboard binds to **127.0.0.1** only.
|
|
174
175
|
- Local providers are assumed **$0** by default (infra cost not included).
|
|
175
176
|
|
|
176
|
-
## License (offline)
|
|
177
|
-
If you have a signed license key:
|
|
178
|
-
```bash
|
|
179
|
-
npx aiopt license activate <LICENSE_KEY>
|
|
180
|
-
npx aiopt license status
|
|
181
|
-
npx aiopt license verify
|
|
182
|
-
```
|
|
183
|
-
|
|
184
177
|
## Docs
|
|
185
178
|
- Install-first guide: `aiopt/README.md`
|
|
186
179
|
- Platform support / caveats: `docs/PLATFORM_SUPPORT.md`
|
|
187
180
|
- Pricing/flow (internal): `docs/PRODUCT_PRICING_AND_FLOW.md`
|
|
188
|
-
- Payment/license ops: `docs/PAYMENT.md`
|
|
189
181
|
|
|
190
182
|
## Contact
|
|
191
183
|
- Instagram: **@sangikpp**
|