Skip to main content

Module state_store

Module state_store 

Source
Expand description

Filesystem-based state store.

All state is persisted as markdown or JSON files organized by category. This is the “filesystem” of Oxios.

Structs§

AgentResponse
An agent response in a session.
Session
A session represents a single user conversation.
SessionId
Unique identifier for a session.
SessionSummary
Summary of a session for listing (without full message history).
StateStore
A filesystem-based persistent state store.
UserMessage
A user message in a session.

Type Aliases§

SessionMetadata
Arbitrary key-value metadata for a session.