awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesPrompt Programming Libraries

Libraries that treat prompts as callable functions, encapsulating system instructions, user messages, and model parameters into reusable subroutines.

Distinct from Language Model Libraries: Distinct from Language Model Libraries: focuses on prompt-as-function programming rather than model training or deployment.

Explore 2 awesome GitHub repositories matching part of an awesome list · Prompt Programming Libraries. Refine with filters or upvote what's useful.

Awesome Prompt Programming Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • madcowd/ellAvatar von MadcowD

    MadcowD/ell

    5,874Auf GitHub ansehen↗

    Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language model program where the docstring defines the system message and the return value defines the user message. It provides a framework for writing language model programs that can accept and return images, audio, and text natively within message objects, and supports chaining multiple model calls into a single function for multi-step reasoning or test-time compute. The library decouples model selection from client instantiation through a registry that supports multiple provider backe

    Encapsulates prompts as callable Python functions with automatic versioning, logging, and multimodal support.

    Pythonaiprompt-engineering
    Auf GitHub ansehen↗5,874
  • character-ai/prompt-poetAvatar von character-ai

    character-ai/prompt-poet

    1,151Auf GitHub ansehen↗

    Prompt-poet is a Python templating engine and software library designed for constructing, tokenizing, and rendering dynamic language model prompts. It separates content from application code by storing prompt definitions as independent files on disk, supporting optional in-memory caching and structured metadata organization with named sections, assigned roles, and conditional logic. The library features modular template composition that decomposes prompts into reusable components and shared variants. It provides runtime Python evaluation to execute custom functions directly inside template st

    Acts as a software library for constructing, tokenizing, and rendering dynamic language model prompts.

    Pythonllmllm-inferenceprompt
    Auf GitHub ansehen↗1,151
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Language Model Libraries
  5. Prompt Programming Libraries