gauss-ts 2.0.13 → 2.0.14
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -213,7 +213,7 @@ const explanation = explainRoutingTarget(
|
|
|
213
213
|
"gpt-5.2",
|
|
214
214
|
{ currentHourUtc: 11, governanceTags: ["balanced"] },
|
|
215
215
|
);
|
|
216
|
-
console.log(explanation);
|
|
216
|
+
console.log(explanation.decision?.selectedBy); // "direct" | "alias:..." | "fallback:..."
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
### Unified Control Plane (M51 foundation)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gauss-ts",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "Production-grade AI agent SDK for TypeScript — thin wrapper over Rust core via NAPI. Agents, RAG, graphs, workflows, multi-agent networks, middleware, streaming, structured output, and more.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|