@actuarial-ts/agents 0.6.1 → 0.7.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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Mastra tools and human-gated workflows for actuarial-ts. It is an orchestration boundary around the other four packages, not an autonomous actuary.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npm install @actuarial-ts/agents@0.
|
|
6
|
+
npm install @actuarial-ts/agents@0.7.0 @actuarial-ts/core@0.7.0 @actuarial-ts/data@0.7.0 @actuarial-ts/interchange@0.7.0 @actuarial-ts/compliance@0.7.0 @mastra/core@^1.51.0 @mastra/mcp@^1.14.0 zod@^3.25.76
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
Requires Node 22.13+. Peer ranges are `@mastra/core >=1.51.0 <2`, `@mastra/mcp >=1.14.0 <2`, and Zod `^3.25.76`.
|
|
@@ -54,7 +54,7 @@ In 0.6 the public `DefinedActuarialTool<TInput, TOutput>` execute accepts raw `z
|
|
|
54
54
|
|
|
55
55
|
The package’s offline test suite covers trusted catalog selection, direct/Mastra-shaped execution, tenant failure, once-only transforms, provenance coherence, judgment gates, remote sidecar behavior, promotion, and golden-prompt tool selection.
|
|
56
56
|
|
|
57
|
-
See the [formula catalog](https://github.com/yerromnitsuj/actng/blob/v0.
|
|
57
|
+
See the [formula catalog](https://github.com/yerromnitsuj/actng/blob/v0.7.0/docs/reference/diagnostic-formulas.md) and [migration guide](https://github.com/yerromnitsuj/actng/blob/v0.7.0/docs/migrations/0.6-generalized-diagnostics.md).
|
|
58
58
|
|
|
59
59
|
## License
|
|
60
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actuarial-ts/agents",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Mastra agent toolkit for actuarial-ts: exact validated tools with a hard tenant seam, human-gated judgment, trusted-catalog diagnostic selection, reserving advice, and evals.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"prepublishOnly": "node ../../tools/release/verify-release-attestation.mjs @actuarial-ts/agents"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@actuarial-ts/compliance": "^0.
|
|
51
|
-
"@actuarial-ts/core": "^0.
|
|
52
|
-
"@actuarial-ts/data": "^0.
|
|
53
|
-
"@actuarial-ts/interchange": "^0.
|
|
50
|
+
"@actuarial-ts/compliance": "^0.7.0",
|
|
51
|
+
"@actuarial-ts/core": "^0.7.0",
|
|
52
|
+
"@actuarial-ts/data": "^0.7.0",
|
|
53
|
+
"@actuarial-ts/interchange": "^0.7.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@mastra/core": "^1.51.0",
|