/**
 * Agent orchestration module - barrel export
 *
 * @module agents
 */
export { ExecutionGraph, type ExecutionGraphOptions, executionGraph, type HandoffRecord, } from "./execution-graph.js";
export { AgentOrchestrator, agentOrchestrator, type StepResult, type Workflow, type WorkflowResult, type WorkflowStep, } from "./orchestrator.js";
export { AgentRegistry, agentRegistry } from "./registry.js";
export type { AgentDefinition, AgentInfo, HandoffRequest, HandoffResult, } from "./types.js";
export { codeReviewChainWorkflow, designToSpecWorkflow, getWorkflow, listWorkflows, workflows, } from "./workflows/index.js";
//# sourceMappingURL=index.d.ts.map