Shared types for the Distri ecosystem: messages, tool definitions, and client config.
Most users should depend on `distri` for the client API. Use this crate only if you
need the core data structures in a separate integration.
```toml
[dependencies]
distri-types = "0.2.4"
```
MIT