Deploy an AI Agent
This guide explains how to deploy and integrate Large Language Models with your Hackerbot system. We'll use Google's Gemini API in this example, but the steps apply similarly to other APIs as well
Prerequisites
Setup
cd ~/hackerbot/hackerbot-tutorials/AIpip install -r requirements.txt
# Or with uv
uv pip install -r requirements.txtObtain an API Key from Gemini
Set Up the .env File
.env FileCustomize the AI Agent
1. Configure the Agent’s Personality
2. Configure the agent's voice
3. Configure the Response Format
4. Add New Supported Actions
Run the Robot Assistant
Troubleshooting
Summary
Last updated