/** * AUTO-GENERATED by agent-contracts-runtime. DO NOT EDIT. * * Regenerate via: npx agent-runtime generate */ export { agentRegistry } from "./agents.js"; export type { AgentContract, AgentId } from "./agents.js"; export { taskRegistry } from "./tasks.js"; export type { TaskContract } from "./tasks.js"; export { handoffSchemas, handoffs } from "./handoffs.js"; export type { HandoffTypeId, HandoffEnvelope } from "./handoffs.js"; export { workflowRegistry } from "./workflows.js"; export { resolvedDsl } from "./dsl-data.js"; //# sourceMappingURL=index.d.ts.map