Skip to content

An experimental repo for pitting LLMs against each other in a game of Werewolf.

Notifications You must be signed in to change notification settings

jjgriff93/autowolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoWolf 🐺 An AI Game of Werewolf using AutoGen

Getting started

Prerequisites

  • Python 3.12 or later
  • Poetry 1.9 or later
  • Azure CLI
  • An Azure AI Services resource with a model deployment (gpt-4o)
  • Cognitive Services OpenAI User permissions on the Azure AI Services resource

Installation

  1. Clone the repository:
git clone
cd autowolf
  1. Install the dependencies:
poetry install
  1. Set up the environment variables:
cp .env.example .env
  1. Log in to Azure
az login

Run the application

poetry run python main.py

About

An experimental repo for pitting LLMs against each other in a game of Werewolf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages