agent-block-types 0.23.0

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

pub mod error;
pub mod obs;