/** * Agent definition / info types. * * Source of truth is `../protocol/`. */ export type { AgentDefinition, AgentInfo, AgentMemoryScope, AgentMcpServerSpec, } from '../protocol/index.js';