#133 · Primary category: LLM Application Frameworks
prompt-poet
Streamlines and simplifies prompt design for both developers and non-technical users with a low code approach.
Project last updated:02/12/26
GitHub Stars
1.2K
Forks
95
Contributors
6
License
MIT
Why we included this project
Prompt Poet is a Python library that treats prompt construction as a real engineering task instead of string concatenation. You write prompts as YAML blocks with Jinja2 templating, so system instructions, few-shot examples, and chat history live in readable, versionable template files rather than inside application code. The parts model gives each block a name, content, an optional role, and a truncation priority, which makes it much easier to keep large prompts under control in production. Because the format is low code, a product manager or support person can review and adjust prompts without touching Python. If your team has been copy-pasting prompt text around the codebase, this is a simple way to bring some structure to it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform