A declarative way to control LLMs.
-
Updated
Nov 6, 2024 - Python
Declarative programming is a programming paradigm characterized by describing the target state (or even just the problem itself in some cases) as opposed to specifying the concrete steps needed to reach that target state. The specific steps usually then get generated automatically at Compile Time.
A declarative way to control LLMs.
A declarative-style telegram bot framework
A Python module to test dicts in a declarative way
A framework for declarative, functional dataset definitions.
Write Web API clients using annotations in python
Declarative Reactivity in modern Python
Introduce QML-like declarative structure to Python world. Developer writes only pure Python code for QML.
LogicForge is a simplified system that allows users to define, execute, and manage business rules and complex events in a declarative and efficient way. It provides a rule engine, a DMN engine, and a CEP engine that can handle various types of logic and data.
🪁Structure and Interpretation of Computer Programs, delivered by Paul N. Hilfinger & Pamela Fox
Python Library for declarative programming.
A stand-alone translator for Dedalus programs.
Connects python functions to function parameters through reflectively generating a dependency graph. Runs on top of pandas to allow for easier ETL and reporting.
Flood-It solver written for the ASP system telingo.
Coopy: Constraint Object Oriented Programming for Python
This code demonstrates two network automation classes, with class attributes, and functions. One of the class's demonstrate declarative way to automate multilayer switch. The other class demonstrates imperative form of network automation.
Repository to answer quizzes about Declarative Programming. This repository contains the code to execute, with the corresponding xls files with the questions, options, and answers of the quizzes