| 767 | // ── Internal types ──────────────────────────────────────────────────── |
| 768 | |
| 769 | struct QueueItem { |
| 770 | id: i64, |
| 771 | table_oid: pg_sys::Oid, |
| 772 | pk_value: String, |
| 773 | claw_col: String, |
| 774 | row_data: String, |
| 775 | event: String, |
| 776 | claw_value: String, |
| 777 | agent_type: String, |
| 778 | } |
| 779 | |
| 780 | struct AgentConfig { |
| 781 | model: String, |
nothing calls this directly
no outgoing calls
no test coverage detected