openlatch-client 0.1.5

The open-source security layer for AI agents — client forwarder
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// AUTO-GENERATED module — DO NOT EDIT
//
// This module contains Rust types generated from JSON Schema files in schemas/.
// To modify types, edit the schema files and run `cargo build` to regenerate.
//
// See .claude/rules/schema-driven-development.md for the full workflow.

#[allow(clippy::all)]
pub mod types;

/// x-known-values vocabularies extracted from schemas/enums.schema.json.
/// Used by src/core/envelope/known_types.rs to cross-check the canonical
/// Rust variants against the schema at test time.
pub mod known_values;