Agent-Friendly Client + Metadata Service Foundation
Aryan Dhawan
Metaflow's metadata service returns unbounded JSON for every list endpoint. A single GET /runs on a production deployment returns megabytes of data...
Non-Breaking Pagination & Tag Filtering for Metaflow Metadata Service
EunhyeJeong
metadata_service returns raw arrays with no pagination or filtering. ui_backend_service in the same repository already supports both via an envelope...