wraeclast-whisperer

# Wraeclast Whisperer ![Python Version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fdarecstowell%2Fwraeclast-whisperer%2Frefs%2Fheads%2Fmain%2Fpyproject.toml&query=%24.tool.poetry.dependencies.python&label=Python) ![Chainlit Version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fdarecstowell%2Fwraeclast-whisperer%2Frefs%2Fheads%2Fmain%2Fpyproject.toml&query=%24.tool.poetry.dependencies.chainlit&label=Chainlit&color=red) ![Last Deployment](https://img.shields.io/github/actions/workflow/status/darecstowell/wraeclast-whisperer/fly-deploy.yml?branch=main&label=Last%20Deployment)

A GPT-powered agent for Path of Exile 2 with up-to-date game data that helps players synergize their builds, assess their gear, search for valuable trades, create loot filters, answer game-related questions, and more.

alt text alt text

Description

This GPT-powered agent analyzes PoE2 wiki data, popular PoE2 build webpages, current game data, and real-time player data to offer insights and recommendations. This agent is not intended to create builds for you but to aid you on your journey.

Planned Features

Completed

In Progress / Upcoming

Data Sources

None of the data mentioned above (except for game data) is stored or used for any other purposes. This data is requested by the user and is only accessible during the user’s chat interface session.

Prerequisites

Installation

  1. Clone the repository

  2. Copy .env.example to .env and add your OpenAI API Key
     cp .env.example .env
    
  3. Install and start up Docker

  4. Start the container
     docker compose up -d;
    
  5. Wait for container to build, then navigate to http://localhost:8080/ in your browser.
  6. By default, the login is:
    • Email: admin
    • Password: admin

Devcontainer Instructions

Using Devcontainer in VSCode

Development Notes

This project uses:

License

This is an unofficial Path of Exile 2 app and is not affiliated with or endorsed by Grinding Gear Games.

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You are free to:

The licensor cannot revoke these freedoms as long as you follow the license terms.

This software is provided solely for personal and non-commercial use. Any use of this software or its derivatives for commercial purposes is strictly prohibited.

See the LICENSE file for details.

Acknowledgments