2 रिपॉजिटरी
Captures prompt versions by combining static code analysis with runtime invocation snapshots, generating commit messages automatically.
Distinct from Commit-Based Versioning Engines: Distinct from Commit-Based Versioning Engines: applies versioning specifically to prompt functions using code analysis and invocation snapshots, not general semantic versioning from commit messages.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Prompt Versioning Engines. Refine with filters or upvote what's useful.
Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language model program where the docstring defines the system message and the return value defines the user message. It provides a framework for writing language model programs that can accept and return images, audio, and text natively within message objects, and supports chaining multiple model calls into a single function for multi-step reasoning or test-time compute. The library decouples model selection from client instantiation through a registry that supports multiple provider backe
Captures prompt versions by combining static code analysis with runtime invocation snapshots, generating commit messages automatically.
Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b
Decouples prompt logic from application code by storing, versioning, and dynamically injecting templates at runtime.