agent-proxy-rust-storage 1.0.0

Backend-agnostic storage trait and data types for agent-proxy-rust
Documentation

Backend-agnostic storage abstraction for agent-proxy-rust.

Defines the [Storage] trait and all data types shared across backends. Middleware crates depend on Box<dyn Storage> injected at construction time, and never know whether the backend is SQLite, PostgreSQL, or an in-memory mock.