Skip to main content
Module persistence
universal_
agent_
runtime
1.0.0
Module persistence
Module Items
Modules
Structs
Traits
In universal_
agent_
runtime::
uar
universal_agent_runtime
::
uar
Module
persistence
Copy item path
Source
Modules
§
agent_
threads
Shared validation for the three host-owned agent-thread stores. Storage revisions cover every status write; history revisions do not.
presentations
Shared trusted-host validation for Presentation persistence implementations.
providers
Structs
§
Attachment
Meta
Metadata for a file uploaded during a chat session. The actual bytes live on disk at
file_path
; served via GET /api/attachments/{id}.
Cost
Entry
One durable cost-budget spend event (CH-07). Mirrors
cost_budget::BudgetScope
/
record()
’s in-memory accounting, but as a persisted, append-only history entry rather than an aggregate.
Postgres
Provider
Traits
§
Persistence
Layer