Add actor column to agent_events table

t-213.1·WorkTask·
·
·
·Omni/Task.hs
Parent:t-213·Created3 months ago·Updated3 months ago

Description

Edit

Add actor column to agent_events table with values: 'human', 'junior', 'system'. Default to 'junior' for existing rows.

Schema change:

ALTER TABLE agent_events ADD COLUMN actor TEXT NOT NULL DEFAULT 'junior';

Update insertAgentEvent to accept actor parameter.

Timeline (0)

No activity yet.