@tangle-network/agent-integrations 0.4.1 → 0.5.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 +5 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +41 -3
- package/dist/index.js.map +1 -1
- package/docs/execution-layer-launch-plan.md +3 -1
- package/package.json +1 -1
|
@@ -40,7 +40,9 @@ Missing for full launch:
|
|
|
40
40
|
- canonical policy engine with approval decisions, not only a hook
|
|
41
41
|
- approval request/result types and helpers
|
|
42
42
|
- MCP/tool-call export helpers
|
|
43
|
-
- runtime invocation envelope for sandboxes
|
|
43
|
+
- runtime invocation envelope for sandboxes, with central validation for
|
|
44
|
+
tool/action consistency, idempotency keys, metadata shape, known-tool checks,
|
|
45
|
+
and input-size limits
|
|
44
46
|
- connection requirement planning for generated apps
|
|
45
47
|
- provider import pipeline for OpenAPI/GraphQL/MCP catalogs
|
|
46
48
|
- first-party provider registry that wraps `ConnectorAdapter[]` into `IntegrationProvider`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-integrations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Vendor-neutral integration contracts and runtime helpers for sandbox and agent apps.",
|
|
5
5
|
"homepage": "https://github.com/tangle-network/agent-integrations#readme",
|
|
6
6
|
"repository": {
|