Skip to main content

No project description provided

Project description

GenAI Agents

Python 3.11+

Installation

  1. Setup a virtual environment.

    Note: Use python3.11

    python3 -m venv venv
    source venv/bin/activate
    
  2. Clone the repository

    git clone https://github.com/aiplanethub/agents.git
    
  3. Go to the project directory

    cd agents
    
  4. Install the package

    pip install .
    

    OR,

    pip install -e .
    

    When using the -e flag, the package is installed in editable mode. This means that if you make changes to the source code, you do not need to reinstall the package for the changes to take effect.

  5. Run the application

    export AZURE_OPENAI_API_KEY="<your key>" # required AZURE OPENAI USAGE
    export SERPER_API_KEY="<your key>" # required for Google Serper API
    python usecases/ProfAgent.py
    

Note: install "python -m spacy download en_core_web_sm" for executing "usecases/ProfAgentFeedback_Review.py"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genai_agents-0.1.0.tar.gz (25.8 kB view hashes)

Uploaded Source

Built Distribution

genai_agents-0.1.0-py3-none-any.whl (39.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page