UNPKG

agentis

Version:

A TypeScript framework for building sophisticated multi-agent systems

3 lines (2 loc) 126 B
import { AgentRuntime } from '../runtime/AgentRuntime'; export declare function initializeFramework(): Promise<AgentRuntime>;