Skip to main content

AgentCheckpointFile

One source-free file summary in an immutable checkpoint.

type AgentCheckpointFile {
target: String!
path: String!
contentHash: String!
byteLength: Int!
}

Fields

AgentCheckpointFile.target ● String! non-null scalar

SERVER or CLIENT target.

AgentCheckpointFile.path ● String! non-null scalar

Bounded project-relative path.

AgentCheckpointFile.contentHash ● String! non-null scalar

Exact file content digest.

AgentCheckpointFile.byteLength ● Int! non-null scalar

Exact UTF-8 byte length.

Member Of

AgentCheckpointEvent object