Variable ExpertMatchSchemaConst
ExpertMatchSchema: ZodObject<
{
expertId: ZodString;
score: ZodNumber;
matchedCapabilities: ZodArray<ZodString>;
reasoning: ZodString;
scoreBreakdown: ZodObject<
{
capabilityScore: ZodNumber;
domainScore: ZodNumber;
weightScore: ZodNumber;
finalScore: ZodNumber;
},
$strip,
>;
},
$strip,
> = ...
Agents exports - Agent framework, Orchestrator, Experts Split from index.ts for file size compliance (Issue #285)