Skip to main content

Module agentlog

Module agentlog 

Source
Expand description

.agentlog record types, canonical JSON, content hashing, parser, writer.

Implements SPEC §3-§6: the record envelope, payload variants, canonical JSON serialisation, SHA-256 content addressing, and the streaming JSONL parser/writer.

Re-exports§

pub use record::Kind;
pub use record::Record;
pub use record::CURRENT_VERSION;

Modules§

canonical
Canonical JSON serialization per SPEC §5.
hash
SHA-256 content addressing per SPEC §6.
parser
Streaming JSONL parser for .agentlog files.
record
Record envelope types (SPEC §3 + §4).
writer
Streaming JSONL writer for .agentlog files.