@kya-os/cli
Version:
CLI for MCP-I setup and management
14 lines • 419 B
TypeScript
/**
* Agent Card Component
* Displays agent identity information in a beautiful card format
*/
import { AgentData } from "./types.js";
/**
* Create an agent identity card
*/
export declare function createAgentCard(data: AgentData): string;
/**
* Create a compact agent card (without private key)
*/
export declare function createCompactAgentCard(data: AgentData): string;
//# sourceMappingURL=agent-card.d.ts.map