@argosvix/sdk 0.4.17-alpha.0 → 0.4.18-alpha.0

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,7 +122,7 @@ export default {
122
122
 
123
123
  Long-running Node processes (Express, Next.js dev server, classic servers) do not need this — the buffer auto-flushes well before process exit.
124
124
 
125
- ## Runtime control plane (ランタイム制御プレーン)
125
+ ## Runtime control plane
126
126
 
127
127
  Observability tells you what an agent *did*. The runtime control plane lets a human
128
128
  bound what an agent *can do* — enforced inside your process, configured from the
@@ -158,7 +158,7 @@ try {
158
158
  }
159
159
  ```
160
160
 
161
- The gate is configured from the dashboard / chat (" $5 の予算ゲートを作成して"). On an
161
+ The gate is configured from the dashboard / chat ("create a $5/month budget gate"). On an
162
162
  account with no gate it's a complete no-op. `enforceMode: "fail_open"` (default) lets
163
163
  calls through when the backend is unreachable; `"fail_closed"` blocks while the cached
164
164
  state is stale (`ArgosvixBudgetGateUnavailableError`). Set `budgetGateFailClosed: true`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argosvix/sdk",
3
- "version": "0.4.17-alpha.0",
3
+ "version": "0.4.18-alpha.0",
4
4
  "description": "Drop-in observability wrapper for OpenAI, Anthropic, Gemini, Mistral SDK clients. One-line wrap() = cost / latency / quality records.",
5
5
  "keywords": [
6
6
  "argosvix",