馃攷 Implementing a web search tool
Let's assume we are creating a 'Research Agent'. An essential capability might be the ability to access the web for up to date information that may not be part of our LLM's training data. We will achi
Search for a command to run...
Articles tagged with #beginners
Let's assume we are creating a 'Research Agent'. An essential capability might be the ability to access the web for up to date information that may not be part of our LLM's training data. We will achi
Despite their impressive capabilities, LLMs have inherent limitations that prevent them from functioning as fully autonomous agents. These limitations fall into three categories: temporal, interaction

To create our first AI agent, we will build upon the basic concepts we explored previously. To complete our agent, we need to complete a number of tasks: define our structured output response format

Let's cover some basic concepts that we will utilise in our AI agents. We start by calling through to an LLM (OpenAI) via code. Subsequently, we will introduce LiteLLM as a wrapper to access LLMs from
I'm a developer learning to build AI-powered applications, and this blog is where I document that journey. Every post covers something I've built and experimented with for my learning - sharing my lea
