`agent-runtime-types` contains validated identifiers and authority values shared
across Runtime domain boundaries. Values validate at construction so invalid or
unbounded identifiers cannot enter durable state.
This is a published internal dependency. Agent authors should import the
supported re-exports from `agent-runtime-sdk` rather than depend on this crate
directly.
See the [API documentation](https://docs.rs/agent-runtime-types).