type_bridge.typed.remote_limits¶
remote_limits
¶
Explicit immutable budgets for one remote model-query exchange.
RemoteQueryLimits
dataclass
¶
RemoteQueryLimits(max_items, max_bytes, max_collection_members, max_graph_nodes, max_attribute_values, max_role_players, deadline_ms=None)
Caller-owned V2 response and hydration ceilings.
Values are validated by the shared Rust contract when a
:class:~type_bridge.typed.RemoteQuerySession snapshots its native
execution context.