"Pam! Pam! Pam!" ~Micheal Scott
PAM is an Airflow based gpt assitant. It is set up to act as a Jira User providing tailored asistance and chats via jira comments.
-
Install Requirements
pip install -r requirements.txt
-
Install Docker Desktop Docker Download
-
Build Docker Container
docker compose up -d --build
-
Start Docker Images
-
Create Jira User For each assistant you intend to create, more can be added later.
-
Using the creds_template.json input
- the name of your assistant
- your openai api key
- the jira server, username, and api key for the new user
- the prompt describing how you would like this user to interact and respond.
-
navigate to http://localhost:8080/variable/list/
-
add a variable called creds and copy the ceds.json file contents to the variable Val.
-
navigate to http://localhost:8080/home
-
Run pam_dag and Assign a Jira ticket with a description to an assistant's jira user, every minute you should expect a response to either you or another assistant (See Example for expected interactions).