feat(P03): core agent flesh — VerifierAgent, ResearcherAgent, TesterAgent intrinsic logic

This commit is contained in:
Jon Chery
2026-05-29 18:08:38 +00:00
parent 99df4fe4e2
commit bbabd2dc0a
10 changed files with 1179 additions and 42 deletions
+2
View File
@@ -14,6 +14,8 @@ export { BehavioralVerification } from "./verification/behavioral.js";
export { SecurityVerification } from "./verification/security.js";
export { QualityVerification } from "./verification/quality.js";
export { getAgent, getAvailableAgents } from "./agents/index.js";
export type { PlannerResult } from "./agents/planner.js";
export type { ExecutorResult } from "./agents/executor.js";
export { initCIAgent, loadConfig, saveConfig, isCIAgentInitialized } from "./core/config.js";
export { DEFAULT_CIAGENT_CONFIG } from "./types/config.js";
export { confidenceToLevel, shouldEscalate } from "./types/decisions.js";