This repository contains examples of several popular Python AI agent frameworks, in both english and spanish.
All examples should be the same functionally across english and spanish, with the prompts and data in the respective language.
All examples should support Azure OpenAI, GitHub Models, and Ollama.
When running Python examples, always run them from inside the .venv virtual environment. You can activate it with:
source .venv/bin/activateOr you can run python commands inside the .venv with:
.venv/bin/python <your_script.py>