UNPKG

cat-fact-agent

Version:

Cat Fact Agent - 专业的猫知识 AI 代理

4 lines (3 loc) 173 B
export { catAgent } from "./mastra/agents/catAgent.js"; export type { Agent } from "@mastra/core/agent"; export declare function chatWithCat(message: string): Promise<any>;