LLM-facing prompt rendering for a semql Catalog: the four-role planner/router/presenter/drilldown fragments, cacheable prompt segments, tool-description projection, and prompt-token budgeting.
Project description
semql-prompt
LLM-facing prompt rendering for a semql
Catalog.
semql's compiler is pure — it turns a SemanticQuery into SQL and never
renders a prompt. This package is the rendering layer on top:
- Four-role prompt fragments —
build_planner_prompt_fragment,build_router_prompt_fragment,build_presenter_prompt_fragment,build_drilldown_prompt_fragment,build_query_generator_prompt_fragment. - Cacheable segments —
CatalogPrompt(viewer-invariantstatic+ per-vieweroverlay) for prompt-cache breakpoints, plusprompt_hash. - Tool-description projection —
to_openai_tools/to_langchain_tools/to_openai_functionfor function-calling clients. - Prompt-token budgeting —
PromptBudget,apply_budget,estimate_tokens.
Install
pip install semql-prompt
Quick start
The catalog-level conveniences take the catalog as their first argument:
from semql import Catalog
from semql_prompt import planner_prompt, planner_prompt_segments, prompt_hash, to_openai_tools
text = planner_prompt(catalog, viewer=viewer)
segs = planner_prompt_segments(catalog)
key = prompt_hash(catalog)
tools = to_openai_tools(catalog, viewer=viewer)
For the lower-level per-role fragment builders, see API reference.
License
BSD-3-Clause.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file semql_prompt-0.4.0.tar.gz.
File metadata
- Download URL: semql_prompt-0.4.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c291cc06e29056b6df16af5ed515804dfe9e26bd91a87c909c2abbce2d8df94b
|
|
| MD5 |
3ab572ce8929c5cdedb92a747b77222a
|
|
| BLAKE2b-256 |
dcab05d25d3189b4d973b02b4a1282817dde15e512c4373b690fe91d73be1b05
|
File details
Details for the file semql_prompt-0.4.0-py3-none-any.whl.
File metadata
- Download URL: semql_prompt-0.4.0-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f06da244a74bed7aff1ce1dc29efe0856cd8ff52320985752fc1c1abecfdd7be
|
|
| MD5 |
e43ed36d3730b6bfaa4c9e0e18572a99
|
|
| BLAKE2b-256 |
9e97f54bfd40f416412ff30abad4eed3b97b16d2c2ae3184da1b801454ad0ae0
|