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

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

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

31 个仓库

Awesome GitHub RepositoriesTask Prioritization

Utilities for identifying and surfacing high-priority work items.

Distinguishing note: Focuses on the identification of priority tasks based on status.

Explore 31 awesome GitHub repositories matching development tools & productivity · Task Prioritization. Refine with filters or upvote what's useful.

Awesome Task Prioritization GitHub Repositories

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

    HumanSignal/label-studio

    27,619在 GitHub 上查看↗

    Label Studio is a multi-modal data annotation platform designed to create and manage high-quality training datasets for machine learning. It functions as a self-hosted, containerized environment that supports secure, private deployments, including air-gapped configurations. The platform provides a centralized workspace for labeling diverse media types, such as images, text, audio, and time-series data, to support supervised and reinforcement learning workflows. The platform distinguishes itself through deep integration with machine learning backends, enabling active learning loops, automated

    Prioritizes annotation tasks using sequential, uniform, or prediction-score-based logic to optimize workflow efficiency.

    TypeScriptannotationannotation-toolannotations
    在 GitHub 上查看↗27,619
  • eyaltoledano/claude-task-mastereyaltoledano 的头像

    eyaltoledano/claude-task-master

    27,567在 GitHub 上查看↗

    This project is an autonomous, multi-model orchestrator designed to manage the full software development lifecycle through a command-line interface. It functions as an intelligent agent that decomposes high-level product goals into actionable, prioritized subtasks, manages dependency graphs, and executes development cycles. By automating requirement parsing, technical research, and task tracking, it maintains project alignment and momentum throughout the implementation process. The system distinguishes itself through a provider-agnostic abstraction layer that allows users to assign specific a

    Determines the most important upcoming task by analyzing current task statuses and existing dependencies.

    JavaScriptaicursorcursor-ai
    在 GitHub 上查看↗27,567
  • leptos-rs/leptosleptos-rs 的头像

    leptos-rs/leptos

    20,993在 GitHub 上查看↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Blocks server responses until essential resources are loaded to ensure crawlers receive fully populated content.

    Rustdomfine-grainedisomorphic
    在 GitHub 上查看↗20,993
  • camel-ai/camelcamel-ai 的头像

    camel-ai/camel

    17,253在 GitHub 上查看↗

    This project is a comprehensive framework for building and managing autonomous agent systems. It provides a unified architecture for orchestrating multi-agent societies, where specialized agents collaborate through roleplay to decompose and solve complex tasks. The system integrates language models with external environments, enabling agents to perform real-world actions through a standardized tool-calling abstraction layer. The framework distinguishes itself through its focus on iterative reasoning and data reliability. It employs automated feedback loops to refine agent outputs and self-eva

    Reorders a collection of pending tasks into a numbered sequence to establish the most effective execution path.

    Pythonagentai-societiesartificial-intelligence
    在 GitHub 上查看↗17,253
  • apple/foundationdbapple 的头像

    apple/foundationdb

    16,446在 GitHub 上查看↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    Prioritizes disk and network operations to control execution order and ensure equitable completion.

    C++aciddistributed-databasefoundationdb
    在 GitHub 上查看↗16,446
  • braydie/howtobeaprogrammerbraydie 的头像

    braydie/HowToBeAProgrammer

    16,218在 GitHub 上查看↗

    HowToBeAProgrammer is a comprehensive software engineering career guide and professional development framework. It serves as a curated-knowledge repository and handbook designed to help programmers acquire technical habits and social competencies necessary for professional advancement. The project distinguishes itself by integrating technical craftsmanship with a detailed manual for technical leadership and organizational navigation. It provides specific strategies for career progression, such as compensation negotiation, promotion readiness, and the management of professional boundaries to p

    Provides strategies for prioritizing tasks by balancing team needs with individual growth.

    learningprogramming
    在 GitHub 上查看↗16,218
  • kilo-org/kilocodeKilo-Org 的头像

    Kilo-Org/kilocode

    15,616在 GitHub 上查看↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    Assigns urgency levels to work items to ensure critical tasks are dispatched to agents first.

    TypeScriptaiai-ageai-coding
    在 GitHub 上查看↗15,616
  • cisofy/lynisCISOfy 的头像

    CISOfy/lynis

    15,284在 GitHub 上查看↗

    Lynis is an automated security auditing and system hardening framework designed for UNIX-based operating systems. It functions as a command-line utility that inspects local system configurations to identify security vulnerabilities, configuration weaknesses, and compliance gaps. By executing a series of modular tests, the tool generates actionable reports and remediation suggestions to assist in strengthening system defenses. The project distinguishes itself through a highly modular architecture that relies on shell-script-based execution and native system inspection. Users can define custom

    Prioritizes security hardening tasks based on risk assessments and effort to guide remediation.

    Shellauditingcompliancedevops
    在 GitHub 上查看↗15,284
  • cheat/cheatcheat 的头像

    cheat/cheat

    13,361在 GitHub 上查看↗

    Cheat is a command-line cheatsheet manager and terminal reference tool used for creating and viewing searchable, interactive guides. It functions as a plain-text knowledge base that organizes technical notes and command snippets through a hierarchical directory structure and metadata tags. The tool provides context-aware note management by discovering and displaying project-specific documentation based on the current working directory. It allows for the creation of a personalized collection of reference files that can be retrieved directly within a shell environment to assist with command opt

    Resolves conflicts between community and personal guides by prioritizing local versions.

    Go
    在 GitHub 上查看↗13,361
  • rayon-rs/rayonrayon-rs 的头像

    rayon-rs/rayon

    13,071在 GitHub 上查看↗

    Rayon is a data parallelism library for Rust that provides a framework for converting sequential computations into parallel operations. It enables the transformation of standard data structures and loops into parallel iterators, allowing workloads to be distributed across multiple processor cores. By utilizing a work-stealing scheduler, the library dynamically balances tasks to maximize throughput and minimize execution time. The library distinguishes itself through its focus on safe, scoped task synchronization, which ensures that all spawned operations complete before a scope exits to preve

    Processes work items in a predictable sequence relative to the creating thread to maintain execution flow.

    Rust
    在 GitHub 上查看↗13,071
  • rq/rqrq 的头像

    rq/rq

    10,653在 GitHub 上查看↗

    rq is a distributed task queue and background worker system for Python that uses a Redis backend to decouple task submission from execution. It functions as a reliable message queue and task scheduler, allowing Python functions or asyncio coroutines to be processed asynchronously across multiple worker processes. The project distinguishes itself through reliable queuing mechanisms that prevent job loss during worker crashes using atomic operations. It provides specialized orchestration capabilities, including the prevention of duplicate jobs, job execution prioritization, and the ability to m

    Allows tasks to be assigned to specific queues or positions to ensure high-priority work is processed first.

    Pythonasyncbackground-jobsdelayed-jobs
    在 GitHub 上查看↗10,653
  • cloudwego/einocloudwego 的头像

    cloudwego/eino

    9,675在 GitHub 上查看↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Cancels an active agent execution immediately when a new user message is received to prioritize the new request.

    Goaiai-applicationai-framework
    在 GitHub 上查看↗9,675
  • klaussinani/taskbookklaussinani 的头像

    klaussinani/taskbook

    9,327在 GitHub 上查看↗

    Taskbook is a command-line task manager and local plain-text organizer that provides a terminal user interface for managing to-do lists, project boards, and notes. It functions as a CLI Kanban board, allowing users to group actionable items and informational snippets into categorized boards. The tool emphasizes local data organization by storing information in local files with customizable storage paths. It supports a Kanban-style workflow where tasks are organized into boards and tracked through pending, in-progress, and complete states. The system includes capabilities for prioritizing tas

    Assigns numeric priority levels and favorite markers to highlight high-importance work items.

    JavaScript
    在 GitHub 上查看↗9,327
  • klaudiosinani/taskbookklaudiosinani 的头像

    klaudiosinani/taskbook

    9,328在 GitHub 上查看↗

    Taskbook is a command-line task manager and note-taking application that operates within a terminal interface. It functions as a CLI Kanban board, allowing users to organize work into boards with status tracking and priority levels, while persisting all data as structured JSON documents in a configurable local directory. The tool enables personal knowledge management by grouping tasks and plain text notes into named boards and sections to categorize different projects. It supports task prioritization, status tracking, and the ability to mark items as favorites for quick retrieval. The applic

    Allows assigning priority levels to tasks to distinguish between different levels of importance.

    JavaScriptboardclinote
    在 GitHub 上查看↗9,328
  • leantime/leantimeLeantime 的头像

    Leantime/leantime

    9,288在 GitHub 上查看↗

    Leantime 是一个开源项目管理平台,旨在通过看板和甘特图跟踪任务、里程碑和工作流。它作为一个战略规划工具,将日常操作任务与高层业务目标和长期目标联系起来,同时也作为管理工时和客户估算的时间跟踪与计费系统。 该平台的差异化优势在于其集成的 AI 驱动项目助手,能够分解复杂任务、生成状态报告并提供项目洞察。它还通过用于集中项目维基和内部笔记的自托管知识库,以及用于通过变革理论将成果映射到活动的战略对齐工具,进一步区分了其产品。 该系统涵盖了广泛的功能,包括敏捷团队协作、通过 LDAP 和 OIDC 进行的企业身份管理,以及跨不同业务部门的项目组合协调。它还提供思维导图和线框图等可视化头脑风暴工具、针对外部客户协作的基于角色的访问控制,以及基于插件市场的可扩展性模型。 该软件支持用于项目文件的 S3 兼容对象存储,并提供托管项目基础设施选项。

    Reorders work using AI by analyzing interest ratings to balance tedious and engaging tasks.

    PHPagileasanacalendar
    在 GitHub 上查看↗9,288
  • a16z-infra/ai-towna16z-infra 的头像

    a16z-infra/ai-town

    9,285在 GitHub 上查看↗

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    Organizes asynchronous operations into queues with parallelism limits to ensure high-priority execution.

    TypeScript
    在 GitHub 上查看↗9,285
  • tubearchivist/tubearchivisttubearchivist 的头像

    tubearchivist/tubearchivist

    7,561在 GitHub 上查看↗

    TubeArchivist is a self-hosted YouTube video archiving system and metadata indexer. It functions as a personal media library and download manager that allows users to create a searchable offline collection of videos, channels, and playlists. The system distinguishes itself by indexing subtitles, comments, and channel information for full-text search and retrieval. It features automated media synchronization to track subscriptions and playlists, ensuring new content is automatically queued and downloaded as it is published. The project provides a broad set of capabilities for digital asset ma

    Manages high-volume asynchronous downloads and metadata updates using a prioritized worker system.

    Pythonarchivedownload-managerdownload-videos
    在 GitHub 上查看↗7,561
  • hatchet-dev/hatchethatchet-dev 的头像

    hatchet-dev/hatchet

    6,622在 GitHub 上查看↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Assigns priority levels so critical tasks run before less latency-sensitive ones like backfills.

    Goconcurrencydagdistributed
    在 GitHub 上查看↗6,622
  • coleifer/hueycoleifer 的头像

    coleifer/huey

    5,933在 GitHub 上查看↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Assigns numeric priorities so higher-priority tasks execute first.

    Pythondankpythonqueue
    在 GitHub 上查看↗5,933
  • apache/dubbo-spring-boot-projectapache 的头像

    apache/dubbo-spring-boot-project

    5,389在 GitHub 上查看↗

    该项目是一个集成框架,用于在 Spring Boot 应用中引导 Apache Dubbo 远程过程调用(RPC)服务。它作为一个微服务通信框架,通过自动化配置实现 RPC 服务、服务发现和分布式治理。 该项目的独特之处在于提供了一个跨语言 RPC 桥接,允许使用不同语言编写的服务通过 gRPC 和 Protobuf 等标准进行通信。它还支持使用 Triple 协议将后端微服务暴露为 REST 端点,以便从 Web 浏览器和第三方客户端直接访问。 该框架涵盖了广泛的功能,包括用于流量路由和限流的分布式服务治理、集中式配置管理,以及用于请求追踪和健康监控的微服务可观测性。它还支持多种传输层以及 Redis 和 Memcached 的存储集成。 该项目提供 Starter 和配置,以自动化 Spring Boot 环境中 RPC 基础设施的引导。

    Determines final service behavior by loading RPC parameters from multiple sources using a priority sequence.

    Javadubbo
    在 GitHub 上查看↗5,389
上一个12下一个
  1. Home
  2. Development Tools & Productivity
  3. Task Prioritization

探索子标签

  • AI-Driven PrioritizationUses artificial intelligence to reorder tasks based on user preferences and interest levels. **Distinct from Task Prioritization:** Distinct from status-based prioritization by using AI to analyze engagement and interest ratings
  • Asynchronous Queue Prioritization2 个子标签Mechanisms for ordering and limiting parallelism of background tasks to ensure critical execution. **Distinct from Task Prioritization:** Distinct from Task Prioritization: focuses on execution queue management and parallelism limits rather than just surfacing high-priority items.
  • Content Source Prioritization3 个子标签Logic for resolving conflicts between multiple sources of content by applying a priority hierarchy. **Distinct from Task Execution Prioritization:** Distinct from task execution prioritization; focuses on which file version to load based on source priority.
  • Critical Resource PrioritizationMechanisms for blocking server responses until essential resources are loaded for crawlers. **Distinct from Task Prioritization:** Distinct from general task prioritization: focuses on server-side response blocking for SEO and metadata.
  • Executor RoutingMechanisms for assigning specific workflows to designated executor servers and prioritizing their resource allocation. **Distinct from Task Execution Prioritization:** Distinct from Task Execution Prioritization: focuses on routing jobs to specific servers in a cluster rather than just ordering items in a local queue.
  • Task Execution Prioritization1 个子标签Mechanisms for ordering work items within a scope to maintain predictable execution flow. **Distinct from Task Prioritization:** Distinct from Task Prioritization: focuses on FIFO execution flow within a thread's local queue rather than general task surfacing.