UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 327 B
import { AuthStorage, ModelRegistry } from "@mariozechner/pi-coding-agent"; export { AuthStorage, ModelRegistry } from "@mariozechner/pi-coding-agent"; export declare function discoverAuthStorage(agentDir: string): AuthStorage; export declare function discoverModels(authStorage: AuthStorage, agentDir: string): ModelRegistry;