Skip to main content

Crate agent_scroll

Crate agent_scroll 

Source
Expand description

agent-scroll — canonical byte-deterministic transcript format for AI-agent conversations.

Rust port of @p-vbordei/agent-scroll. Passes the same C1–C4 conformance vectors as the TypeScript reference.

Re-exports§

pub use canonical::canonical;
pub use canonical::hash_canonical;
pub use error::Error;
pub use schema::validate_sealed_turn;
pub use schema::validate_turn;
pub use schema::VerifyFailure;
pub use schema::VerifyResult;
pub use seal::seal;
pub use seal::seal_chain;
pub use seal::SignOpts;
pub use serialize::deserialize;
pub use serialize::serialize;
pub use verify::verify;

Modules§

canonical
error
schema
seal
serialize
verify