Skip to content

PaulScotti/ai-alibis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Alibis: Multi-Agent LLM Murder Mystery

Play online: AI Alibis

AI Alibis Logo

Authors: Paul Scotti and Will Beddow

We employ a principles & refinement prompting approach inspired by SynthLab's research paper, Suppressing Pink Elephants with Direct Principle Feedback

Special thanks to Synthlabs for organizing the hackathon that inspired this project.

Setup

  1. Git clone the repo
git clone https://github.com/ironman5366/ai-murder-mystery-hackathon.git
cd ai-murder-mystery-hackathon
  1. Add your Anthropic API (and optionally PostgreSQL DB) to api/.env file
nano api/.env
export ANTHROPIC_API_KEY="YOUR_API_KEY_HERE"
(<ctrl+x , y, enter> to save changes and exit nano)
  1. Install Node dependencies
web/npm i
  1. Start up the api
bash api_start.sh
  1. In separate terminal, start up the web interface
bash web_start.sh
  1. Play the game

About

Browser-baed LLM murder mystery game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.6%
  • Python 19.9%
  • HTML 3.1%
  • Other 0.4%