Skip to content
#

tasks-manager

Here are 16 public repositories matching this topic...

Branch-Thinking MCP Tool A TypeScript-powered MCP server for managing parallel branches of thought, semantic cross-references, and persistent tasks. Features dynamic scoring, AI-generated insights, batch operations, and visual graph navigation for advanced agentic workflows.

  • Updated Apr 25, 2025
  • TypeScript

A scheduler for one-time (non-periodic) asynchronous tasks, designed to manage delayed executions. It features status getters to communicate the execution state, a robust error handling mechanism for capturing uncaught errors, the ability to abort pending executions, and gracefully await the completion of ongoing tasks.

  • Updated Oct 6, 2024
  • TypeScript

An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority tasks.

  • Updated Dec 7, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the tasks-manager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tasks-manager topic, visit your repo's landing page and select "manage topics."

Learn more