| 327 | } |
| 328 | |
| 329 | struct QueueItem { |
| 330 | id: i64, |
| 331 | table_oid: pg_sys::Oid, |
| 332 | pk_value: String, |
| 333 | claw_col: String, |
| 334 | row_data: String, |
| 335 | event: String, |
| 336 | claw_value: String, |
| 337 | agent_type: String, |
| 338 | } |
| 339 | |
| 340 | struct AgentConfig { |
| 341 | model: String, |
nothing calls this directly
no outgoing calls
no test coverage detected