Constructor
CurationManagerOptions includes:
threshold(default: 0.3) — utility score below which trajectories are prunedminRetrievals(default: 5) — minimum retrievals before a trajectory can be prunedcurateEvery(default: 10) — run curation after this many successful episodes
Methods
maybeCurate— checks if curation should run (by episode count) and runs it if socurate— prunes low-utility trajectories, returns removed IDsgetLowUtilityTrajectories— IDs that would be pruned if curation ran now

