UNPKG

@agentdao/core

Version:

Core functionality, skills, and ready-made UI components for AgentDAO - Web3 subscriptions, content generation, social media, help support, live chat, RSS fetching, web search, and agent pricing integration

15 lines (14 loc) 431 B
import React from 'react'; interface A2AProtocolWidgetProps { config: { agentId: string; agentName: string; endpoint: string; capabilities: string[]; registryUrl?: string; }; className?: string; style?: React.CSSProperties; } export declare function A2AProtocolWidget({ config, className, style }: A2AProtocolWidgetProps): import("react/jsx-runtime").JSX.Element; export {};