/** * Agent status type */ export type AgentStatusType = 'idle' | 'initializing' | 'running' | 'error' | 'shutdown'; //# sourceMappingURL=types.d.ts.map