Jack Gerrits c2721ff65b
Update all versions to 0.4.0 (#4941)
* Update all versions to 0.4.0

* update redirect

* install with upgrade for agentchat
2025-01-09 15:29:54 -05:00
..
2025-01-07 16:06:14 -08:00
2025-01-09 15:29:54 -05:00

Chess Game Example

An example with two chess player agents that executes its own tools to demonstrate tool use and reflection on tool use.

Running the example

Prerequisites

First, you need a shell with AutoGen core and required dependencies installed.

pip install "autogen-core" "autogen-ext[openai,azure]" "chess"

Model Configuration

The model configuration should defined in a model_config.json file. Use model_config_template.json as a template.

Running the example

python main.py