You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 494 B

12345678910111213141516171819202122
  1. # Chess Game Example
  2. An example with two chess player agents that executes its own tools to demonstrate tool use and reflection on tool use.
  3. ## Prerequisites
  4. First, you need a shell with AutoGen core and required dependencies installed.
  5. ```bash
  6. pip install "autogen-ext[openai,azure]" "chess"
  7. ```
  8. ## Model Configuration
  9. The model configuration should defined in a `model_config.yml` file.
  10. Use `model_config_template.yml` as a template.
  11. ## Running the example
  12. ```bash
  13. python main.py
  14. ```