WIP: llm-based prototype #1

Draft
thermokarst wants to merge 7 commits from thermokarst_jj_yttmtqskpotw into main
Showing only changes of commit 139528fccf - Show all commits

View file

@ -140,6 +140,12 @@ async fn main() {
} }
println!(); println!();
println!("MBTA Transit (placeholder):");
println!(" - Red Line: Ashmont in 5 min, Braintree in 10 min");
println!(" - Orange Line: Northbound in 7 min");
println!(" - Bus 64: Due in 2 min");
// In the future, fetch real data from an MBTA API here.
println!("Inbound Shopify packages:"); println!("Inbound Shopify packages:");
let packages = get_shopify_packages(&config); let packages = get_shopify_packages(&config);
for (i, pkg) in packages.iter().enumerate() { for (i, pkg) in packages.iter().enumerate() {