This project builds on Module 1 by showcasing a modular agent framework using OpenAI’s GPT-4o-mini for multi-step problem-solving. Created for MSDS 442 at Northwestern, it follows a structured reasoning loop, Thought, Action, PAUSE, Observation, and integrates tools like LangChain for dynamic data retrieval and calculations. The project highlights how well-structured workflows enable AI agents to reason clearly and handle complex tasks beyond simple Q&A.


Features

Key Insight

LLMs become significantly more powerful when paired with structured agent workflows, enabling clear, multi-step problem solving, not just single-response answers.

View the source code on GitHub

View on GitHub →