promptml and ppromptor
These are complements: PromptML provides a markup language for structuring prompts while Prompt-Promptor generates those prompts programmatically using LLMs, allowing users to define prompt templates (PromptML) and automatically populate them with generated content (Prompt-Promptor).
About promptml
narenaryan/promptml
Prompt markup language (A.K.A PromptML) library is specially built for AI systems - from Vidura AI
This helps AI prompt engineers define and manage their AI prompts in a structured, consistent way. It takes a custom markup language (.pml file) as input, which explicitly defines the prompt's context, objective, instructions, and examples. The output is a highly organized, machine-readable prompt that can be used by various AI systems, helping prompt engineers create reliable and collaborative prompt workflows.
About ppromptor
pikho/ppromptor
Prompt-Promptor is a python library for automatically generating prompts using LLMs
This tool helps developers working with large language models (LLMs) to automatically create and refine effective prompts. You provide an initial task and some examples, and the system generates and iteratively improves prompts that get better results from LLMs. It's designed for prompt engineers and AI developers who need to optimize LLM performance for specific applications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work