import type { LocalAgent } from "./LocalAgent"; export type AgentLocal = { /** * The local agent type used by local agents. */ agent?: LocalAgent; };