Skip to content

yaab.sessions

Session services and the SessionManager.

yaab.sessions

Session services.

Session

Bases: BaseModel

A conversation thread plus its structured state.

SessionService

Bases: Protocol

Pluggable session backend.

InMemorySessionService

Keeps sessions in a process-local dict. Not durable across restarts.

SQLiteSessionService

Persist sessions in a SQLite table keyed by session id.