POML (Prompt Orchestration Markup Language) is a Python library for defining, composing, and managing prompts in a structured markup language. It allows you to define reusable prompt components, variables, and orchestration logic. As of version 0.0.8, the library is in early alpha with basic functionality for parsing and rendering POML templates. Release cadence is irregular.
pip install pomlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate a POML object, define a template, and render with variables.
Update code from `result['content']` to `result` directly.
Replace `poml.parse(template)` with `poml.load(template)`.
Configure your editor to replace tabs with spaces when editing .poml files.
No dependency data recorded yet.