AgentSessionManager.Adapters.EctoSessionStore.Schemas
(AgentSessionManager v0.8.0)
Copy Markdown
View Source
Ecto schemas for the EctoSessionStore adapter.
These schemas define the database tables used to persist sessions, runs, events, and sequence counters. They work with any Ecto-compatible database (PostgreSQL, SQLite, etc).
Tables
asm_sessions- Agent sessionsasm_runs- Execution runs within sessionsasm_events- Lifecycle events with sequence numbersasm_session_sequences- Per-session atomic sequence counters