Skip to main content

agent_block_types/
lib.rs

1//! Shared error types, credential constants and observability utilities for
2//! agent-block.
3//!
4//! This crate is the leaf dependency in the workspace — it does not depend on
5//! any other `agent-block-*` crate.
6
7pub mod creds;
8pub mod error;
9pub mod obs;