Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/workflows/code-review.ts
Build a code review orchestration plan.
Launches 3 parallel reviewers with different focuses and applies confidence-based filtering to produce a deduplicated, prioritized issue list.
Signature
tsfunction buildCodeReviewPlan(options: {
diffContext?: string;
guidelines?: string;
confidenceThreshold?: number;
}): OrchestrationPlan
Parameters
| Name | Type |
|---|---|
options | `{ |
| diffContext?: string; | |
| guidelines?: string; | |
| confidenceThreshold?: number; | |
| }` |
Returns: OrchestrationPlan
Was this page helpful?