2024-05-15 20:25:57 +01:00
2024-05-14 20:14:13 +01:00
2024-05-14 20:14:13 +01:00
2024-05-14 20:19:54 +01:00
2024-05-14 20:14:13 +01:00
2024-05-15 20:25:57 +01:00
2024-05-14 20:14:13 +01:00
2024-05-14 20:14:13 +01:00

Setting Up and Running Custom Agent Script

Prerequisites

  1. Install Anaconda:
    Download Anaconda from https://www.anaconda.com/.

  2. Create a Virtual Environment:

    conda create -n agent_env python=3.10 pip
    
  3. Activate the Virtual Environment:

    conda activate agent_env
    

Clone and Navigate to the Repository

  1. Clone the Repo:

    git clone https://github.com/john-adeojo/custom_agent_tutorial.git
    
  2. Navigate to the Repo:

    cd /path/to/your-repo/custom_agent_tutorial
    
  3. Install Requirements:

    pip install -r requirements.txt
    

Configure API Keys

  1. Open the config.yaml: Update your keys, see next step for links to get your own API keys.
nano config.yaml
  1. Enter API Keys:

Run Your Query

python agent.py run

Then run your query

Description
No description provided
Readme 81 KiB
Languages
Python 100%