• Built a multi-agent architecture for automated coding workflows: Python, Automation, AI Agents– Code Agent– Scrapes coding problems (e.g., LeetCode) and generates Python solutions.– Test Case Generator Agent– Creates diverse test cases.– Execution & Validator Agent– Runs solutions and checks them.– Critic Agent– Analyzes failures and suggests fixes. • Reduced debugging cycles by automating error detection and correction loops.