LICENSE
README.md
pyproject.toml
setup.py
MAgIC_LLM/__init__.py
MAgIC_LLM/app.py
MAgIC_LLM/arena_runner.py
MAgIC_LLM/choose_chameleon_setting.py
MAgIC_LLM/metrics.py
MAgIC_LLM/metrics_release.py
MAgIC_LLM/run_competition_airportfee.py
MAgIC_LLM/run_competition_chameleon.py
MAgIC_LLM/run_competition_prisoner.py
MAgIC_LLM/run_competition_public_good.py
MAgIC_LLM/run_competition_undercover.py
MAgIC_LLM.egg-info/PKG-INFO
MAgIC_LLM.egg-info/SOURCES.txt
MAgIC_LLM.egg-info/dependency_links.txt
MAgIC_LLM.egg-info/requires.txt
MAgIC_LLM.egg-info/top_level.txt
MAgIC_LLM/chatarena/__init__.py
MAgIC_LLM/chatarena/agent.py
MAgIC_LLM/chatarena/arena_new.py
MAgIC_LLM/chatarena/chatbox_config.py
MAgIC_LLM/chatarena/config.py
MAgIC_LLM/chatarena/database.py
MAgIC_LLM/chatarena/message.py
MAgIC_LLM/chatarena/pgm.py
MAgIC_LLM/chatarena/utils.py
MAgIC_LLM/chatarena/backends/__init__.py
MAgIC_LLM/chatarena/backends/anthropic.py
MAgIC_LLM/chatarena/backends/base.py
MAgIC_LLM/chatarena/backends/human.py
MAgIC_LLM/chatarena/backends/llama.py
MAgIC_LLM/chatarena/backends/openai-bk.py
MAgIC_LLM/chatarena/backends/openai.py
MAgIC_LLM/chatarena/environments/__init__.py
MAgIC_LLM/chatarena/environments/airportfee.py
MAgIC_LLM/chatarena/environments/airportfee_pgm.py
MAgIC_LLM/chatarena/environments/base.py
MAgIC_LLM/chatarena/environments/chameleon_competition-bk.py
MAgIC_LLM/chatarena/environments/chameleon_competition.py
MAgIC_LLM/chatarena/environments/chameleon_competition_pgm-bk.py
MAgIC_LLM/chatarena/environments/chameleon_competition_pgm.py
MAgIC_LLM/chatarena/environments/prisoner.py
MAgIC_LLM/chatarena/environments/prisoner_pgm.py
MAgIC_LLM/chatarena/environments/public_good.py
MAgIC_LLM/chatarena/environments/public_good_pgm.py
MAgIC_LLM/chatarena/environments/undercover_competition.py
MAgIC_LLM/chatarena/environments/undercover_competition_pgm.py
MAgIC_LLM/chatarena/environments/umshini/__init__.py
MAgIC_LLM/chatarena/environments/umshini/base.py
MAgIC_LLM/chatarena/environments/umshini/debate.py
MAgIC_LLM/chatarena/environments/umshini/pettingzoo_wrapper.py
MAgIC_LLM/chatarena/environments/umshini/symmetric_content_moderation.py
MAgIC_LLM/chatarena/environments/umshini/symmetric_deception.py
MAgIC_LLM/chatarena/environments/umshini/agents/__init__.py
MAgIC_LLM/chatarena/environments/umshini/agents/content_moderation_bots.py
MAgIC_LLM/chatarena/environments/umshini/agents/debate_bots.py
MAgIC_LLM/chatarena/environments/umshini/agents/deception_bots.py
MAgIC_LLM/chatarena/ui/__init__.py
MAgIC_LLM/chatarena/ui/cli.py
MAgIC_LLM/config_release/__init__.py
MAgIC_LLM/experiments/__init__.py
MAgIC_LLM/experiments/ai_council.py
MAgIC_LLM/experiments/coding.py
MAgIC_LLM/experiments/trading.py
MAgIC_LLM/prompts/__init__.py
MAgIC_LLM/prompts/airportfee_prompt.py
MAgIC_LLM/prompts/chameleon_prompt.py
MAgIC_LLM/prompts/prisoner_prompt.py
MAgIC_LLM/prompts/public_good_prompt.py
MAgIC_LLM/prompts/undercover_prompt.py
MAgIC_LLM/tests/__init__.py
MAgIC_LLM/topics_release/__init__.py
MAgIC_LLM/utils/__init__.py
MAgIC_LLM/utils/clue.py
MAgIC_LLM/utils/pgm_calculator.py