Introduction
In this article, I'll walk you through two different ways to implement ReAct agents without relying on any existing frameworks:
1. Native Function Calling: Tapping into the built-in capabilities of modern LLMs
2. Custom TAO Parsing: A more flexible text-based approach for parsing Thoughts, Actions, and Observations
I've deliberately