import type { AgentUpdate } from "./AgentUpdate"; export type WrappedAgentUpdate = { item: AgentUpdate; };