pub async fn track_progress( db: &Database, session_id: &str, tool_name: &str, _tool_args: &str, tool_result: &str, )
Extract progress from a tool call and persist it.