awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDeclarative Task Signatures

Frameworks for defining input and output requirements of language model tasks through structured, typed specifications.

Distinguishing note: Focuses on the declarative definition of task interfaces rather than imperative prompt engineering.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Declarative Task Signatures. Refine with filters or upvote what's useful.

Awesome Declarative Task Signatures GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • stanfordnlp/dspystanfordnlp 的头像

    stanfordnlp/dspy

    35,325在 GitHub 上查看↗

    DSPy is a declarative programming framework designed for building complex language model applications. It treats model interactions as modular, composable programs, allowing developers to define task logic through typed class schemas rather than relying on manually written prompts. By organizing workflows into hierarchical, reusable Python objects, the framework enables the construction of sophisticated AI systems that manage state and execution flow independently. The framework distinguishes itself through an automated optimization engine that iteratively refines prompt instructions and few-

    Defines task logic and data flow requirements through declarative, typed class schemas.

    Python
    在 GitHub 上查看↗35,325
  • spotify/luigispotify 的头像

    spotify/luigi

    18,676在 GitHub 上查看↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Supports declarative task signatures with type checking for input variables and argument parsing.

    Pythonhadoopluigiorchestration-framework
    在 GitHub 上查看↗18,676
  1. Home
  2. Artificial Intelligence & ML
  3. Declarative Task Signatures