promptic
Installation
SKILL.md
Promptic Python SDK
SDK and CLI for the Promptic platform — LLM tracing, prompt optimization, and agent evaluation.
Installation
pip install promptic-sdk
Install extras for auto-instrumentation:
# LLM providers
pip install promptic-sdk[openai] # OpenAI
pip install promptic-sdk[anthropic] # Anthropic
pip install promptic-sdk[bedrock] # AWS Bedrock
pip install promptic-sdk[vertexai] # Google Vertex AI
pip install promptic-sdk[mistralai] # Mistral