awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesGeneration Logic Simulation

Testing execution flows and candidate strings using mock models to avoid API costs.

Distinct from API Debugging and Mocking: Distinct from general API Mocking: specifically targets the validation of LLM generation logic and prompt flows.

Explore 1 awesome GitHub repository matching part of an awesome list · Generation Logic Simulation. Refine with filters or upvote what's useful.

Awesome Generation Logic Simulation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/guidanceAvatar von microsoft

    microsoft/guidance

    21,502Auf GitHub ansehen↗

    Guidance is a control framework and generation orchestrator for large language models. It provides a programming layer to steer model outputs through structured templates, schema enforcement, and logical flow management. The framework distinguishes itself by interleaving model generation with local code execution, enabling the use of loops and conditional branching within a single session. It employs grammar-based token constraints and regular expressions to force models to sample only from tokens that satisfy a specific structural format, ensuring strict adherence to predefined data models.

    Provides a utility to validate candidate strings and test execution flows locally using a mock model.

    Jupyter Notebook
    Auf GitHub ansehen↗21,502
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. API Debugging and Mocking
  5. Generation Logic Simulation