anon-identity
Version:
Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure
11 lines • 606 B
TypeScript
/**
* MCP Delegation Module
*
* Exports all delegation-related functionality
*/
export { LLMDelegationEngine } from './llm-delegation-engine';
export type { DelegationRequest, DelegationDecision, PolicyInterpretation, ScopeRecommendation, AgentProfile, DecisionContext } from './llm-delegation-engine';
export { DelegationIntegration } from './delegation-integration';
export type { EnhancedDelegationRequest, DelegationWorkflow, DelegationIntegrationConfig } from './delegation-integration';
export { LLMDelegationEngine as default } from './llm-delegation-engine';
//# sourceMappingURL=index.d.ts.map