UNPKG

anon-identity

Version:

Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure

16 lines 947 B
"use strict"; /** * MCP Delegation Module * * Exports all delegation-related functionality */ Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.DelegationIntegration = exports.LLMDelegationEngine = void 0; var llm_delegation_engine_1 = require("./llm-delegation-engine"); Object.defineProperty(exports, "LLMDelegationEngine", { enumerable: true, get: function () { return llm_delegation_engine_1.LLMDelegationEngine; } }); var delegation_integration_1 = require("./delegation-integration"); Object.defineProperty(exports, "DelegationIntegration", { enumerable: true, get: function () { return delegation_integration_1.DelegationIntegration; } }); // Default exports var llm_delegation_engine_2 = require("./llm-delegation-engine"); Object.defineProperty(exports, "default", { enumerable: true, get: function () { return llm_delegation_engine_2.LLMDelegationEngine; } }); //# sourceMappingURL=index.js.map