Category: AI Agents

  • In this post, I will cover: What are AI Agents? An AI Agent is essentially an LLM (Large Language Model) with access to Tools. These Tools allow the Agent to interact with the external world, performing Tasks such as web searches, web scraping, using APIs, among others. When given a specific Task, the Agent can…