@absolutejs/agent-discovery
Advanced tools
@@ -1,1 +0,9 @@ | ||
| export declare const manifest: import("@absolutejs/manifest").PackageManifest<Record<string, never>, never>; | ||
| export declare const manifest: Omit<import("@absolutejs/manifest").PackageManifest<Record<string, never>, never>, "contract" | "settings" | "tools"> & (({ | ||
| contract: 1; | ||
| tools?: Record<string, import("@absolutejs/manifest").LegacyManifestTool<never>> | undefined; | ||
| } | { | ||
| contract: 2; | ||
| tools?: Record<string, import("@absolutejs/manifest").AuthorizedManifestTool<never>> | undefined; | ||
| }) & { | ||
| settings: import("@sinclair/typebox").TObject<{}>; | ||
| }); |
@@ -38,2 +38,6 @@ { | ||
| }, | ||
| "integration": { | ||
| "description": "The host must provide canonical descriptors, a non-exportable signing identity, hardened egress for remote discovery, and durable registry storage when indexing agents.", | ||
| "mode": "code-first" | ||
| }, | ||
| "settings": { | ||
@@ -40,0 +44,0 @@ "type": "object", |
+2
-2
| { | ||
| "name": "@absolutejs/agent-discovery", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Signed, searchable, provider-neutral AI agent discovery with live schemas and A2A, MCP, Arazzo, and WebMCP interfaces.", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@absolutejs/manifest": "^0.3.0", | ||
| "@absolutejs/manifest": "^0.7.3", | ||
| "@sinclair/typebox": "^0.34.0" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
7
-36.36%53945
-81%1306
-81.49%+ Added
- Removed
Updated