UNPKG

nestjs-a2a

Version:

NestJS module for creating Google Agent to Agent Server

4 lines (3 loc) 231 B
import { A2A_AGENT_SKILL_TOKEN } from '../constant'; import { AgentSkill } from '../interfaces/a2a.types'; export declare const Skill: (config: AgentSkill) => import("@nestjs/common").CustomDecorator<typeof A2A_AGENT_SKILL_TOKEN>;