Sign In

@absolutejs/agent-discovery

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolutejs/agent-discovery - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+9
-1
dist/manifest.d.ts

@@ -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