import type { Agent } from "./Agent"; export type WrappedAgent = { item: Agent; };