/** * Library entry point for npm package * This exports the main function for programmatic usage */ export { main } from "./main"; export { ClaudeAgent } from "./agents"; export type { Agent, AgentConfig, AgentResult } from "./agents/types";