Skip to main content

agent_block_types/
lib.rs

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