Skip to content

jjgriff93/autowolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages