Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 591 Bytes

File metadata and controls

22 lines (15 loc) · 591 Bytes

Python AI Agents Demos

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/activate

Or you can run python commands inside the .venv with:

.venv/bin/python <your_script.py>