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
·

2 Repos

Awesome GitHub RepositoriesModel Behavioral Annotations

Metadata attached to schemas to influence LLM generation behavior.

Distinct from Schema Metadata Annotations: Distinct from database schema metadata: specifically targets modifiers that control how an AI model handles specific values.

Explore 2 awesome GitHub repositories matching data & databases · Model Behavioral Annotations. Refine with filters or upvote what's useful.

Awesome Model Behavioral Annotations GitHub Repositories

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

    airbnb/epoxy

    8,556Auf GitHub ansehen↗

    Epoxy is an Android library for building complex RecyclerView screens using a model-driven approach. It generates RecyclerView adapter models at compile time from annotated custom views, data binding layouts, or view holders, eliminating the manual boilerplate typically associated with view holders and adapters. The library provides a diffing engine that automatically compares model lists and applies minimal updates with animations for insertions, removals, and moves. The library distinguishes itself through its controller-based model building, where a controller class with a buildModels meth

    Creates RecyclerView models using Kotlin data classes and property delegates without annotation processing.

    Java
    Auf GitHub ansehen↗8,556
  • boundaryml/bamlAvatar von BoundaryML

    BoundaryML/baml

    7,636Auf GitHub ansehen↗

    BAML is a prompt engineering framework and LLM client generator that defines AI prompts as type-safe functions. It serves as a structured data extraction tool and workflow orchestrator, transforming unstructured model responses into strongly typed objects using a custom schema language and alignment algorithms. The project distinguishes itself by using a compiler to generate language-specific boilerplate code for API communication and output parsing. It features a dedicated environment for designing complex prompt templates with conditional logic and reusable snippets, and employs genetic alg

    Attaches metadata or behavioral modifiers to fields to control how the AI model processes specific values.

    Rustbamlboundarymlguardrails
    Auf GitHub ansehen↗7,636
  1. Home
  2. Data & Databases
  3. Schema Metadata Annotations
  4. Model Behavioral Annotations

Unter-Tags erkunden

  • Annotation-Free Model DefinitionsCreates Epoxy models using Kotlin data classes and property delegates, bypassing annotation processing for simpler setups. **Distinct from Model Behavioral Annotations:** Distinct from Model Behavioral Annotations: focuses on defining RecyclerView models without annotations using data classes, not metadata for LLM behavior.