weopqrst/mooncassette/core does not have a README file
pub(all) suberror CassetteError {
Malformed(String)
SchemaViolation(String)
UnsupportedVersion(Int)
FingerprintCollision(String)
IntegrityViolation(String)
NoMatch(String)
Exhausted(String)
MissingTransport(String)
TransportFailure(String)
}impl Show for CassetteErrorpub(all) struct Cassette {
version : Int
meta : CassetteMeta
interactions : Array[Interaction]
} derive(Eq)fn Cassette::new(name : String, recorded_at? : String, interactions? : Array[Interaction]) -> Cassettelet cassette_format_version : Intlet generator_id : StringInstall
Download zipDeterministic record-and-replay (cassette) for LLM interactions: write offline, reproducible, drift-detecting regression tests for LLM applications without API keys or network.
Dependencies