Expand description
Event envelope, agent identity block, event classes, metrics, fingerprints.
Structs§
- Agent
Identity - Agent configuration state bound into every emitted event.
- Charter
File - The agent config-state identity block bound into every event (Module E, PR #1 pattern: version + charter + instance_uid).
- Event
Metrics - Token metrics mirroring ATIF’s
prompt/completion/cachedfields (Module C mandates the mirror for downstream compatibility). - Fingerprint
- OCSF Fingerprint observable (id 30) — roadmap: per-forward-pass inventory
fingerprinting of tool schemas + sampling params, chained like
prev_event. - Metadata
- Event metadata (OCSF
metadataobject). - Ocsf
Event - A schema-conformant agent event.
- Ocsf
Event Builder - Builder for
OcsfEventenforcing invariants at construction. - Product
- OCSF Product object embedded in event metadata.
Enums§
- Event
Class - Event classes. One Bridge topic exists per class (Module F topic layout).
- Status
Id - Outcome status (OCSF convention: 0 unknown, 1 success, 2 failure).
Constants§
- CATEGORY_
UID - OCSF Application Activity category uid.
- OCSF_
VERSION - OCSF schema version stamped in every event’s metadata (upstream release the authored profile targets, per the brief).
- PRODUCT_
NAME - Product name stamped in metadata.