A collection of tutorials and demonstrations for building agentic AI systems.
An educational demonstration of three different agentic reasoning patterns using a Snake game environment:
- ReAct - Reasoning and Acting in a continuous loop
- Plan-Execute - High-level planning followed by execution
- Tree of Thought - Systematic exploration with LLM evaluation
Key Features:
- Real-time web visualization with interactive controls
- Experiment framework for comparing agent configurations
- Prompt engineering examples (no temperature parameter)
- Azure OpenAI GPT-5 integration
- Comprehensive tutorials and documentation
Technologies:
- Python 3.x
- Flask + SocketIO (real-time web UI)
- Azure OpenAI API
- Canvas API (game rendering)
See the project README for detailed setup and usage instructions.
Each project includes its own documentation, dependencies, and setup instructions. Navigate to the specific project folder to get started.
Educational and demonstration purposes.