UNPKG

@iqai/adk-cli

Version:

CLI tool for creating, running, and testing ADK-TS agents

8 lines 353 B
import type { BaseAgent, BuiltAgent } from "@iqai/adk"; import type { Logger } from "@nestjs/common"; import type { SessionState } from "../agent-loader.types"; export declare function extractInitialState(agentResult: { agent: BaseAgent; builtAgent?: BuiltAgent; }, logger?: Logger): SessionState | undefined; //# sourceMappingURL=state.d.ts.map