Project: datalens
81 entity types
Matrix/Data Model/agent_sessions
PhysicalTableData Model

agent_sessions

The `agent_sessions` table stores records of agent analysis sessions, linked to projects by `project_id`, and logs associated with each session such as GDPR flags, messages, findings, and skill logs. It is stored in the `003_agent_tables.sql` migration file, and the entity is a physical table in PostgreSQL with `id` as primary key.