11/15/2025
The best way to learn about anything (agents) is by creating one. So, I started with something very simple to build, yet solves/automates a monotonous task for me (formatting tables for research papers).
To solve that, I built Agent Latex (very basic), a small agentic pipeline that turns plain text data or existing LaTeX tables (incorrect) into polished, corrected, publication-ready tables. It chains multiple agents router, formatter, auditor, and refiner to decide what your input needs and applies only the necessary fixes. It identifies issues in your LaTeX/plain table (and also lets you know about them), and the agent flags them before refinement. Finally, you get the polished latex table.
Github: https://github.com/KaziAmitHasan/agent-latex