You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ LieGraph is a multi-agent implementation of the popular social deduction game "W
14
14
-**Natural Language Interaction:** Agents communicate and reason in natural language throughout the game
15
15
-**Probabilistic Belief System:** Sophisticated belief tracking with self-belief confidence and suspicions matrix
16
16
-**Strategic Reasoning:** Advanced bluff detection, alliance formation, and long-term planning
17
+
-**LLM-driven Strategy:** Structured tools for speech planning and voting decisions
17
18
-**Built-in Metrics:** Automatic quality tracking for win balance, identification accuracy, and speech diversity with JSON reports for prompt evaluation workflows
19
+
-**Historical Analysis:** CLI tools for aggregating and analyzing game metrics summaries
18
20
19
21
## 🚀 Quick Start
20
22
@@ -200,7 +202,9 @@ LieGraph/
200
202
│ │ ├── state.py # Game state definitions
201
203
│ │ ├── nodes/ # Graph node implementations
202
204
│ │ ├── rules.py # Game logic and win conditions
203
-
│ │ └── llm_strategy.py # AI reasoning and speech generation
205
+
│ │ ├── strategy/ # AI strategy coordination and builders
206
+
│ │ ├── agent_tools/ # Structured tools for speech and voting
207
+
│ │ └── metrics.py # Game metrics and quality scoring
0 commit comments