/** * Code Scorer Agent Definition * * @module agents/definitions/code-scorer-agent */ import type { AgentDefinition } from "../types.js"; /** * Agent for analyzing code quality and returning clean code scores. * Provides 0-100 scoring with breakdown by category (hygiene, coverage, TypeScript, etc.). */ export declare const codeScorerAgent: AgentDefinition; //# sourceMappingURL=code-scorer-agent.d.ts.map