diff --git a/src/agents/index.ts b/src/agents/index.ts index e2b5a35e9..9e475cf59 100644 --- a/src/agents/index.ts +++ b/src/agents/index.ts @@ -17,4 +17,4 @@ export function getAgentSpec(kind: AgentKind): AgentSpec { return specs[kind]; } -export { AgentKind, AgentMeta, AgentParseResult } from "./types.js"; +export type { AgentKind, AgentMeta, AgentParseResult } from "./types.js";