aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
17 lines • 568 B
TypeScript
/**
* AgentCard CLI handler — `aiwg agentcard <verb> ...`.
*
* Verbs:
* verify Fetch an agentic-sandbox AgentCard from the well-known route,
* /v1/extendedAgentCard, or legacy /v1/card, then verify its
* Ed25519 JWS signature against a supplied JWKS.
*
* @implements @src/a2a/agent-card.ts
* @issue #1253
*/
import type { CommandHandler } from './types.js';
/**
* agentcard command handler — dispatches on the first positional arg.
*/
export declare const agentcardHandler: CommandHandler;
//# sourceMappingURL=agentcard.d.ts.map