awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFunction-Based

Chains multiple language model calls into a single Python function to implement multi-step reasoning or test-time compute.

Distinct from Reasoning Chains: Distinct from Reasoning Chains: focuses on composing calls within a single function definition rather than general iterative step patterns.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Function-Based. Refine with filters or upvote what's useful.

Awesome Function-Based GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • madcowd/ellAvatar de MadcowD

    MadcowD/ell

    5,874Voir sur GitHub↗

    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

    Ships a mechanism to chain several language model calls into a single function for multi-step reasoning.

    Pythonaiprompt-engineering
    Voir sur GitHub↗5,874
  1. Home
  2. Artificial Intelligence & ML
  3. Reasoning Chains
  4. Function-Based