Skip to main content

Interface: PromotionResult

Defined in: packages/agentos/src/emergent/types.ts:610

Result returned after a promote_tool invocation.

On success the tool's tier is incremented and the new record is persisted.

Properties

error?

optional error: string

Defined in: packages/agentos/src/emergent/types.ts:625

Human-readable error for system-level failures during the promotion process.


success

success: boolean

Defined in: packages/agentos/src/emergent/types.ts:614

true when both reviewers approved and the tier was incremented.


verdict?

optional verdict: PromotionVerdict

Defined in: packages/agentos/src/emergent/types.ts:620

The multi-reviewer promotion verdict. Present whether the promotion succeeded or was rejected.