UNPKG

agentis

Version:

A TypeScript framework for building sophisticated multi-agent systems

4 lines (3 loc) 184 B
import { AgentConfig } from '../types/agent-config'; export declare const agentConfigs: Record<string, AgentConfig>; export declare function getAgentConfig(type: string): AgentConfig;