RAG Tool Agent
This project involves setting up and running a system of agents to add content to a RAG (Retrieval-Augmented Generation) tool, perform queries, and return relevant information. We use Composio to setup this Local Tool and OpenAI GPT-4o to power the agents. Follow this guide to set up and run the project.
Javascript
Imports and Environment Setup
Import the necessary libraries and set up your environment variables.
Initialize Language Model and Define Tools
Initialize the language model with OpenAI API key and model name, and set up the necessary tools for the agents.