ibkr-agent-gateway 0.5.2

Unofficial local-first CLI and MCP gateway for Interactive Brokers workflows.
Documentation
1
2
3
4
5
6
7
//! Safe metrics and structured log helpers.

pub mod logs;
pub mod metrics;

pub use logs::{StructuredLogEvent, sanitize_log_fields};
pub use metrics::{MetricEvent, validate_metric_event};