AI-Agentic Machine Translation is an open-source framework designed for research and development in machine translation. It orchestrates three core agents—a generator, an evaluator, and a refiner—to collaboratively produce, assess, and refine translations. Built on PyTorch and transformer models, the system supports supervised pre-training, reinforcement learning optimization, and configurable agent policies. Users can benchmark on standard datasets, track BLEU scores, and extend the pipeline with custom agents or reward functions to explore agentic collaboration in translation tasks.