Previous parts of Build a Basic AI Agent From Scratch:


Basic Agent
Tools
Long Task Planning
Human in the Loop & Security



You can find and clone this code in this blog series' Github repo.


In the previous part we gave our agent a basic safety model: permission modes, an acceptEdits trust boundary, and an ask_question tool so the agent...