Skip to content
Skillv1.0.0

python-ai-agent-frameworks-demos

This repository contains examples of several popular Python AI agent frameworks, in both english and spanish.

by Azure-Samples(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Azure-Samples/python-ai-agent-frameworks-demos (AGENTS.md). Install upstream with npx skills add Azure-Samples/python-ai-agent-frameworks-demos. Copyright stays with the author.

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>

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/azure-samples-python-ai-agent-frameworks-demos-python-ai-019b2d/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

azure-samples-python-ai-agent-frameworks-demos-python-ai-019b2d.ocm.jsonjson
{
  "ocm": "1",
  "id": "azure-samples-python-ai-agent-frameworks-demos-python-ai-019b2d",
  "kind": "skill",
  "name": "python-ai-agent-frameworks-demos",
  "description": "This repository contains examples of several popular Python AI agent frameworks, in both english and spanish.",
  "publisher": "Azure-Samples",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository contains examples of several popular Python AI agent frameworks, in both english and spanish."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Azure-Samples/python-ai-agent-frameworks-demos",
      "path": "AGENTS.md",
      "ref": "32382f8530bf361d6ddbb058485bf591f6714446",
      "url": "https://github.com/Azure-Samples/python-ai-agent-frameworks-demos/blob/32382f8530bf361d6ddbb058485bf591f6714446/AGENTS.md",
      "key": "Azure-Samples/python-ai-agent-frameworks-demos/AGENTS.md"
    }
  },
  "instructions": "# Python AI Agents Demos\n\nThis repository contains examples of several popular Python AI agent frameworks,\nin both english and spanish.\n\nAll examples should be the same functionally across english and spanish,\nwith the prompts and data in the respective language.\n\nAll examples should support Azure OpenAI, GitHub Models, and Ollama.\n\nWhen running Python examples, always run them from inside the .venv virtual environment.\nYou can activate it with:\n\n```bash\nsource .venv/bin/activate\n```\n\nOr you can run python commands inside the .venv with:\n\n```bash\n.venv/bin/python <your_script.py>\n```",
  "cost": {
    "context_tokens": 147
  }
}

Fetch it by URL: GET /api/v1/registry/azure-samples-python-ai-agent-frameworks-demos-python-ai-019b2d/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.