UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

4 lines (3 loc) 74 B
export interface Middleware { process(response: any): Promise<any>; }