dfaa51076b4751172dfd0dc0a81b3e2e89493eaa
- Define agents table with id, name (unique), taskId, sessionId, worktreeId, status - Status enum: idle, running, waiting_for_input, stopped, crashed - Foreign key to tasks with onDelete: 'set null' (agent may outlive task) - Add agentsRelations linking to tasks - Export Agent and NewAgent types
Description
No description provided
Languages
HTML
52.9%
TypeScript
45.5%
Shell
1.1%
CSS
0.3%
JavaScript
0.2%