agent-block-types 0.39.0

Shared error types and observability utilities for agent-block
Documentation
1
2
3
4
5
6
7
8
9
//! Shared error types, credential constants 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 creds;
pub mod error;
pub mod obs;