promplate/core
Light but flexible templating and FSM framework. This repo is @promplate itself.
This framework helps developers create, manage, and execute complex prompts for Large Language Models (LLMs). It takes in templates and logic written in a Jinja2-like syntax and outputs the structured prompts ready for an LLM, or directly interacts with an LLM to get a response. Python developers who are building applications that interact with AI models would find this useful.
Use this if you are a Python developer who needs a flexible and robust way to build and manage LLM prompts, especially for applications requiring stateful interactions or complex logic.
Not ideal if you are looking for a no-code solution or a simple API wrapper for basic, one-off LLM calls without complex prompt engineering needs.
Stars
33
Forks
3
Language
Python
License
—
Category
Last pushed
Dec 04, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/promplate/core"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
promptslab/Promptify
Prompt Engineering | Prompt Versioning | Use GPT or other prompt based models to get structured...
masci/banks
LLM prompt language based on Jinja. Banks provides tools and functions to build prompts text and...
character-ai/prompt-poet
Streamlines and simplifies prompt design for both developers and non-technical users with a low...
promplate/partial-json-parser
Parse partial JSON generated by LLM
Hunyuan-PromptEnhancer/PromptEnhancer
PromptEnhancer is a prompt-rewriting tool, refining prompts into clearer, structured versions...