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.
PruneConfig
Configuration for session pruning.
PruneThrottle
Tracks the last time a prune was performed, enabling cooldown.
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.
TrajectoryStepRecord
A single tool execution step recorded in a session (RFC-015).
UserMessage
A user message in a session.

Type Aliases§

SessionMetadata
Arbitrary key-value metadata for a session.