2 Repos
Verifies that prompt document versions are compatible with the current engine runtime to prevent execution errors.
Distinct from Semantic Versioning Systems: Focuses on runtime compatibility between a document and an engine, rather than general software release versioning standards.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Runtime Compatibility Validation. Refine with filters or upvote what's useful.
Poml is a prompt management framework and templating engine designed for authoring, versioning, and rendering structured prompts for large language models. It uses a semantic markup language to organize prompts into reusable templates, combining them with dynamic context and data to generate formatted inputs. The system distinguishes itself by decoupling core prompt logic from final presentation through a stylesheet-based approach. It provides a dedicated JSON schema output generator to enforce strict, machine-parsable model responses and a configuration interface for managing function tool s
Verifies document metadata against the runtime version to ensure feature set compatibility.
Dieses Projekt ist ein Framework für die iterative Optimierung und Validierung von KI-Agenten-Fähigkeiten. Es fungiert als Orchestrator für Agentenfunktionen und Prompt-Optimierer und nutzt ein Bewertungs-Framework, um die Leistung durch gewichtete Rubriken und automatisierte Umschreibung zu messen. Das System zeichnet sich durch einen geschlossenen Optimierungszyklus aus, der unabhängige Reviewer-Agenten einsetzt, um Ankereffekte zu verhindern, sowie einen ratschenbasierten Versionskontrollmechanismus, der Änderungen automatisch rückgängig macht, wenn sie die Baseline-Scores nicht verbessern. Es bietet zudem exploratives strukturelles Umschreiben, um lokale Optima zu überwinden, wenn inkrementelles Tuning stagniert. Die Plattform deckt weitreichende Funktionen ab, einschließlich mehrdimensionaler Fähigkeitsbewertung, Performance-Benchmarking zur Quantifizierung des Ausführungsgewinns und Human-in-the-Loop-Kontrollschleifen für die manuelle Verifizierung von Code-Diffs. Sie behält die Observability durch zustandsbasierte Historienverfolgung und die Generierung visueller Performance-Karten bei.
Ensures skill definitions remain agnostic to specific runtimes and avoid platform-specific phrasing.