agent-runtime-types 0.1.1

Internal value types for Agent Runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Agent Runtime Types

`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).