Skip to main content

No project description provided

Project description

MarkPrompt

MarkPrompt 是一个用于 LLM 的提示词模板引擎。

特性

  • YAML 元数据支持
  • 基于角色的内容块
  • 模板变量渲染
  • 安全检查机制
  • 工具调用功能(Function Calling)

安装

pip install -e .

使用

from markprompt.client import MarkPromptClient

client = MarkPromptClient("templates")
response = client.generate("example")

工具调用功能

MarkPrompt支持工具调用功能,允许你将Python函数作为工具传递给LLM,并自动执行被调用的函数。

示例

# 定义工具函数
def get_weather(city: str, date: str = "today"):
    """获取指定城市的天气信息"""
    # 实际功能实现
    return f"{city}{date}天气..."

# 使用工具
response = client.generate(
    "assistant", 
    prompt="北京今天天气怎么样?",
    tools=[get_weather]  # 传递工具函数列表
)

更详细的示例请查看 examples/tools_example.py

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

markprompt-0.1.0.tar.gz (35.8 kB view details)

Uploaded Source

Built Distribution

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

markprompt-0.1.0-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file markprompt-0.1.0.tar.gz.

File metadata

  • Download URL: markprompt-0.1.0.tar.gz
  • Upload date:
  • Size: 35.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.5

File hashes

Hashes for markprompt-0.1.0.tar.gz
Algorithm Hash digest
SHA256 08200b66e1ae2b716254fbd2c3ff162822855efb7706dee7ba87718bbe7a95bc
MD5 24615738aba92e4909a32e3a166e1a0b
BLAKE2b-256 3a1243f38c73e7454dc821d34a09cb3b0d74e5cd260f9c32334433b43d9874a8

See more details on using hashes here.

File details

Details for the file markprompt-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: markprompt-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.5

File hashes

Hashes for markprompt-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 58433bd90a5614a1b11b9f3937c758d9be1655b3346851e4e286a190fb41bd64
MD5 a1f738dec8bb089e27ba88b27d828e74
BLAKE2b-256 01ab286feb7a7132a9c995f6646758a8f43d30982a47846d864aaaec59dc1342

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