Code snippets for my 2025 lecture at Columbia University, an introduction to AI Agents
-
Updated
Nov 24, 2025 - Python
Code snippets for my 2025 lecture at Columbia University, an introduction to AI Agents
A pure Python implementation of ReAct agent without using any frameworks like LangChain. It follows the standard ReAct loop of Thought, Action, PAUSE, and Observation. The agent utilizes multiple tools, including Calculator, Wikipedia, Web Search, and Weather. A web UI is also provided using Streamlit.
[Build in Public] Open-source alternative to Claude Agent SDK — lightweight, provider-agnostic. Beta stage, contributions & feedback welcome!
Add a description, image, and links to the react-loop topic page so that developers can more easily learn about it.
To associate your repository with the react-loop topic, visit your repo's landing page and select "manage topics."