From 7357ca8dbdd4756ef58189d77c82e4f852e0ea66 Mon Sep 17 00:00:00 2001 From: Madhu Date: Mon, 6 Jan 2025 18:05:35 +0530 Subject: [PATCH] NEW CODE: CHESS AGENTS WITH AUTOGEN2 --- ai_agent_tutorials/ai_chess_game/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_agent_tutorials/ai_chess_game/README.md b/ai_agent_tutorials/ai_chess_game/README.md index f7261b6..e05906e 100644 --- a/ai_agent_tutorials/ai_chess_game/README.md +++ b/ai_agent_tutorials/ai_chess_game/README.md @@ -1,4 +1,4 @@ -# AI Blackjack Game +# AI Chess Game - Autogen This is a simple Chess game that uses an AI agents - Player black and player white to play the game. There's also a board proxy agent to execute the tools and manage the game. It is important to use a board proxy as a non-LLM "guard rail" to ensure the game is played correctly and to prevent agents from making illegal moves.