Skip to main content

Universal prompt builder module for creating dynamic prompts

Project description

Universal Prompt Builder

동적 프롬프트 생성을 위한 범용 프롬프트 빌더 모듈입니다.

특징

  • 🔧 템플릿 기반: Jinja2를 사용한 유연한 템플릿 시스템
  • 📝 동적 생성: 컨텍스트에 따른 동적 프롬프트 생성
  • 🎯 타입 안전: Pydantic을 통한 강력한 타입 검증
  • 🔄 재사용 가능: 모듈화된 프롬프트 컴포넌트

설치

pip install yeonjae-universal-prompt-builder

사용법

from universal_prompt_builder import PromptBuilder, PromptTemplate

# 기본 사용법
builder = PromptBuilder()
template = PromptTemplate(
    name="greeting",
    template="Hello, {{ name }}! Welcome to {{ place }}.",
    variables=["name", "place"]
)

prompt = builder.build(template, {"name": "Alice", "place": "PyPI"})
print(prompt)  # "Hello, Alice! Welcome to PyPI."

라이센스

MIT License

버전 히스토리

  • 1.0.2: 초기 배포 버전
  • 1.0.1: 개발 버전
  • 1.0.0: 프로토타입

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yeonjae_universal_prompt_builder-1.0.2.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file yeonjae_universal_prompt_builder-1.0.2.tar.gz.

File metadata

File hashes

Hashes for yeonjae_universal_prompt_builder-1.0.2.tar.gz
Algorithm Hash digest
SHA256 d90998d997b448104820d71ca0b1d2e6203ea64278be29c028b14190bf4a58b7
MD5 a85463daa67288468720d8f2837efd4d
BLAKE2b-256 a00f5cee492c9322b881f6849520d7b0d8e1facfea817d72ff0760e0d936f76c

See more details on using hashes here.

File details

Details for the file yeonjae_universal_prompt_builder-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for yeonjae_universal_prompt_builder-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4cc5b9dcb565ecffaa549f57e845391b3b8e91d4aab72acf032b887b7237ec2b
MD5 599f76c759bf7da44dac1718a9e008eb
BLAKE2b-256 f3ea4358e6860053a696738e9a3932ff15a35ffcd6cb0cb60f8f8df4a857c842

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page