@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.
@@ -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.4.1",
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": {