UNPKG

seraph-agent

Version:

An extremely lightweight, SRE autonomous AI agent for seamless integration with common observability tasks.

4 lines (3 loc) 78 B
export interface LLMProvider { generate(prompt: string): Promise<string>; }