Add examples for werewolf game tuner (#96)

This commit is contained in:
garyzhang99
2026-01-16 17:25:49 +08:00
committed by GitHub
parent 9503bda45d
commit 5855c5161b
16 changed files with 2095 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ This is a repository that **brings together a variety of ready-to-run Python age
│ ├── frozen_lake/ # Teach an agent to play a game requiring multiple steps
│ ├── learn_to_ask/ # Using LLM-as-a-judge to facilitate agent tuning
│ ├── email_search/ # Enhance the tool use ability of your agent
│ ├── werewolf_game/ # Enhance a multi-agent application
│ ├── werewolves/ # Enhance a multi-agent application
│ └── data_augment/ # Data augmentation for tuning
├── sample_template/ # Template for new sample contributions
└── README.md