Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/autonomous-loop.ts
A quality gate is a concrete, measurable condition the agent must meet before it can consider the task done.
Domain layers define these; the autonomous loop checks and injects them.
Properties
| Property | Type |
|---|---|
id | string |
description | string |
passed | boolean |
Was this page helpful?