Skip to content

ApoErch/Conversational-ChatBot-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conversational-ChatBot-Agent

A Conversational ChatBot Agent for Climate Change

Installation

Step 1: Select the appropriate Python version (3.11+)

I recommend using pyenv.

Step 2: Create a virtual environment

python -m venv .venv

Step 3: Activate the virtual environment (PowerShell)

.venv\Scripts\activate

Optional: Deactivate the virtual environment

deactivate

Step 4: Install dependencies

pip install -r requirements.txt

Step 5: Setup environment variables

Based on the .env.example, create the appropriate .env file.

Usage

Manually run the graph

Ensure you are in the folder that contains agent.py and then execute:

python agent.py

To change the questions, modify the string under if __name__ == "__main__":.

About

A conversational ChatBot Agent for Climate Change

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages