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.