Expand description
Typed key-value state container for agents.
Supports optional delta tracking for transactional state management and prefix-scoped accessors for namespace isolation.
Structs§
- Prefixed
State - A borrowed view of state that automatically prepends a prefix to all keys.
- Read
Only Prefixed State - A borrowed, read-only view of state that automatically prepends a prefix to all keys.
- State
- A concurrent, type-safe state container that agents read from and write to.
- State
Key - A compile-time typed state key that eliminates typo bugs and type mismatches.
- State
Mutation - A single state mutation recorded in the bounded mutation journal.
Enums§
- State
Mutation Origin - Where a state mutation came from.