vectie/moonfish/history does not have a README file
pub(all) struct RunHistoryEntry {
run_id : String
status : AnalysisRunStatus
symbol : String
timeframe : String
adapter : String
model : String
review_count : Int
blocking_review_count : Int
replay_available : Bool
export_item_count : Int
safety_ok : Bool
chart_path : String?
} derive(Eq, ToJson, Debug, FromJson)Dependencies