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§
- Agent
Response - An agent response in a session.
- Session
- A session represents a single user conversation.
- Session
Id - Unique identifier for a session.
- Session
Summary - Summary of a session for listing (without full message history).
- State
Store - A filesystem-based persistent state store.
- User
Message - A user message in a session.
Type Aliases§
- Session
Metadata - Arbitrary key-value metadata for a session.