check-prereq-agent-python

Solid

This skill checks prerequisites for building durable AI agents in Python with the Dapr Agents SDK or a Diagrid framework wrapper. Use this skill when the user asks to "check prerequisites for Python agents", "verify Python agent environment", or "check Python agent setup".

AI & Automation 12 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Check Prerequisites for Python Agents ## Overview This skill checks whether all prerequisites are installed for building durable AI agents in Python — either with the native [`dapr-agents`](https://github.com/dapr/dapr-agents) SDK (the Dapr Agents framework, which is Python-only) or with a [`diagrid`](https://pypi.org/project/diagrid/) framework wrapper. Run this skill before using the `create-agent-python` skill. ## Prerequisites The following must be installed: - [Python](https://www.python.org/downloads/) `>=3.11,<3.14` — the bound both `dapr-agents` and `diagrid` declare - [uv](https://docs.astral.sh/uv/getting-started/installation/) (Astral) - [Docker](https://www.docker.com/products/docker-desktop/) or [Podman](https://podman.io/docs/installation) - [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/) (version 1.18+) - [dapr-agents](https://pypi.org/project/dapr-agents/) `>=1.0` reachable from the package index (native path only — a `diagrid[<extra>]` project gets it transitively) - At least one LLM provider available: `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `GOOGLE_API_KEY`, or a local Ollama instance on `http://localhost:11434` ## Prerequisite Checks **Run ALL of these checks. Check steps 2–8 in parallel. Track which checks pass and which fail.** ### Step 1: Detect Operating System Read the file at [`../shared/prereq-detect-os.md`](../shared/prereq-detect-os.md) and follow those instructions. ### Step 2: Check the Python LSP plugin Read the f...

Details

Author
diagrid-labs
Repository
diagrid-labs/dapr-skills
Created
6 months ago
Last Updated
yesterday
Language
N/A
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category