"""Local entry point for the Hugging Face Agents Course final assignment.""" from evaluation_runner import main if __name__ == "__main__": raise SystemExit(main())