Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/self-review.ts
Self-Review Pass
After implementation, generates a review prompt analyzing the diff for quality issues, bugs, and missed edge cases.
Design: The review runs as a sub-agent with read-only tools, or as a nudge injected into the main agent's instructions.
Opt-in via AutonomousTurnHookOptions.selfReview
Properties
| Property | Type |
|---|---|
severity | `'error' |
file | string |
line | number |
description | string |
Was this page helpful?