Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 650 Bytes

File metadata and controls

11 lines (6 loc) · 650 Bytes

ai_agent

This is the third project for Boot.dev. It contains the build of an AI client using Gemini 2.0 Flash.

Alerts:

  • Do not give this program to others for them to use! It does not have all the security and safety features that a production AI agent would have. It is for learning purposes only.

  • Make sure to keep the restriction that forbids the LLM to go running amok anywhere on the machine, reading sensitive files or overwriting important data. This is a very important step that is included into every function the LLM can call.

  • Do not commit API keys, passwords, or other sensitive information to git.