This repository explores the potential of integrating large language models (LLMs) with various products to create vertical AI agents. These agents are designed to perform specific tasks within a particular industry or domain, leveraging the power of AI to automate processes, enhance decision-making, and improve overall efficiency.
- Clone the Repository:
git clone https://github.com/kiranojhanp/ai-agents.git
- Install Dependencies:
This project uses just
to run project-specific commands. Each folder contains a Justfile
with these commands. Install it from Github
cd <folder-name>
just install
- Set up API Keys: Create API keys for the LLM provider (e.g., OpenAI, Hugging Face, Ollama) and configure them in the appropriate settings file.
Once you've set up the environment, you can run the project by going inside each folder and executing the main.py
script. Refer to the specific instructions within the project for detailed usage guidelines.