Skip to main content

Interface: ConversationVerificationResult

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:17

Extends

Properties

agentId?

optional agentId: string

Defined in: packages/agentos/src/core/provenance/types.ts:308

Agent ID of the verified chain.

Inherited from

VerificationResult.agentId


conversationId

conversationId: string

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:18


errors

errors: VerificationError[]

Defined in: packages/agentos/src/core/provenance/types.ts:300

List of errors found.

Inherited from

VerificationResult.errors


eventsVerified

eventsVerified: number

Defined in: packages/agentos/src/core/provenance/types.ts:298

Number of events verified.

Inherited from

VerificationResult.eventsVerified


firstSequence?

optional firstSequence: number

Defined in: packages/agentos/src/core/provenance/types.ts:304

First sequence number verified.

Inherited from

VerificationResult.firstSequence


hasGenesis

hasGenesis: boolean

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:20


hasHumanInterventions

hasHumanInterventions: boolean

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:21


humanInterventionCount

humanInterventionCount: number

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:22


isFullyAutonomous

isFullyAutonomous: boolean

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:23


lastSequence?

optional lastSequence: number

Defined in: packages/agentos/src/core/provenance/types.ts:306

Last sequence number verified.

Inherited from

VerificationResult.lastSequence


messageCount

messageCount: number

Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:19


valid

valid: boolean

Defined in: packages/agentos/src/core/provenance/types.ts:296

Whether all checks passed.

Inherited from

VerificationResult.valid


verifiedAt

verifiedAt: string

Defined in: packages/agentos/src/core/provenance/types.ts:310

ISO 8601 timestamp of when verification was performed.

Inherited from

VerificationResult.verifiedAt


warnings

warnings: string[]

Defined in: packages/agentos/src/core/provenance/types.ts:302

Informational warnings (non-fatal).

Inherited from

VerificationResult.warnings