{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/5"}],"enrichment":{"capability":"Prompty is a Python runtime for executing LLM prompts defined in a language-agnostic `.prompty` file format, with built-in support for Azure OpenAI, OpenAI, and serverless model invokers, plus tracing and CLI tooling.","skillfed_tags":["prompt-engineering","llm-tooling","observability"],"use_cases":["Run and iterate on LLM prompts defined in `.prompty` files without embedding them in Python code, enabling non-developers to edit prompts via VS Code.","Trace and debug LLM API calls and prompt execution with built-in console or JSON output, or integrate with OpenTelemetry for centralized observability.","Execute prompts from the command line with environment variable injection, useful for CI/CD pipelines or batch prompt testing.","Switch between Azure OpenAI, OpenAI, and serverless model endpoints by changing configuration in the `.prompty` file without code changes.","Build reusable prompt libraries with version control, sample inputs, and metadata for team collaboration on prompt engineering."],"what_it_does":"Prompty is a Python runtime that executes LLM prompts stored in a standardized `.prompty` file format. The format combines YAML metadata (model configuration, sample inputs, authors) with prompt templates written in Jinja2, allowing you to define and version control prompts separately from application code. The runtime loads these files, interpolates variables, and routes execution to the appropriate LLM API (Azure OpenAI, OpenAI, or serverless models via Azure AI Inference).\n\nThe package is designed to accelerate prompt engineering workflows by providing observability through a pluggable tracing system\u2014built-in tracers write execution details to console or JSON files, and you can integrate OpenTelemetry or custom hooks. It includes a CLI tool for running prompts directly from the command line and a VS Code extension for interactive prompt development. Dependencies are minimal: pyyaml for config parsing, jinja2 for templating, python-dotenv for environment variables, click for CLI, and aiofiles for async file operations.","worth_installing":"Yes, with conditions. Install if you need a structured, version-controlled way to manage and execute LLM prompts across multiple endpoints (Azure, OpenAI, serverless) with built-in tracing and CLI support. The low install friction and active maintenance are favorable. However, verify the status of the two known vulnerabilities (GHSA-wxhm-2mq7-7697, PYSEC-2026-3538) before deploying to production, and confirm whether optional invoker dependencies require explicit extras installation."},"id":"prompty","links":{"html":"https://skillfed.io/packages/prompty","md":"https://skillfed.io/packages/prompty.md","pypi":"https://pypi.org/project/prompty/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-04-02","license_spdx":null,"license_treatment":"permissive","name":"prompty","python_support":"supports_current","summary":"Prompty is a new asset class and format for LLM prompts that aims to provide observability, understandability, and portability for developers. It includes spec, tooling, and a runtime. This Prompty runtime supports Python"},"popularity":{"monthly_downloads":508343,"position":6279,"tier":"top_15000"},"security":{"n_vulnerabilities":2},"version":"0.1.50"}
