Skip to main content

Module protocol

Module protocol 

Source

Structs§

EmptyArgs
ErrorBody
EventsArgs
A cursor-paginated read of the activity feed. after resumes from a previously returned cursor; tail starts that many events before the newest one and wins when both are given. One page per request — clients stream by polling with the returned cursor.
ListArgs
limit keeps only that many of the newest tickets. Absent means all of them, which is what a client that predates the field sends.
LogsArgs
A cursor-paginated read of one run’s captured output. stage narrows the page to a single flow stage, tail keeps the last N matching entries instead of the first N, and after resumes from a previously returned cursor so a follower streams without replaying what it has seen.
NoteArgs
PostArgs
ProtocolError
RequestEnvelope
RequestId
ResponseEnvelope
RunArgs
RunReferenceArgs
ShowArgs
StopArgs
TicketReferenceArgs
VerdictArgs

Enums§

Capability
ConfidenceValue
Three named levels and nothing else. A float would decode here and then have to mean something in aggregation, which v1 deliberately does not define, so the wire type refuses one outright.
ErrorCode
PostTrigger
Request
RunTrigger
VerdictValue

Constants§

PROTOCOL_VERSION