Interface: ConversationVerificationResult
Defined in: packages/agentos/src/core/provenance/verification/ConversationVerifier.ts:17
Extends
Properties
agentId?
optionalagentId:string
Defined in: packages/agentos/src/core/provenance/types.ts:308
Agent ID of the verified chain.
Inherited from
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
eventsVerified
eventsVerified:
number
Defined in: packages/agentos/src/core/provenance/types.ts:298
Number of events verified.
Inherited from
VerificationResult.eventsVerified
firstSequence?
optionalfirstSequence: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?
optionallastSequence: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
verifiedAt
verifiedAt:
string
Defined in: packages/agentos/src/core/provenance/types.ts:310
ISO 8601 timestamp of when verification was performed.
Inherited from
warnings
warnings:
string[]
Defined in: packages/agentos/src/core/provenance/types.ts:302
Informational warnings (non-fatal).