#!/usr/bin/env python3 """Run the real guest-backed daily-loop smoke.""" from pyro_mcp.daily_loop_smoke import main if __name__ == "__main__": main()