Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
6 results tagged tasks  ✕   ✕
appcypher/awesome-mcp-servers https://github.com/appcypher/awesome-mcp-servers
Wed 16 Apr 2025 07:30:36 PM PDT archive.org

A curated list of awesome Model Context Protocol (MCP) servers. MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services.

awesome mcp ai llm clients tasks specializations automation workflows services
punkpeye/awesome-mcp-servers https://github.com/punkpeye/awesome-mcp-servers
Wed 16 Apr 2025 07:29:49 PM PDT archive.org

MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services.

awesome mcp ai llm clients tasks specializations automation workflows services
Huey https://github.com/coleifer/huey
Wed 04 Sep 2024 01:07:32 PM PDT archive.org

Huey is a task queue written in Python that uses Redis, SQLite, a flat file, or in-memory storage as its backing store. Supports multiprocess environments, multithreaded applications, and greenlet tasks. Tasks can be scheduled in a cron-like fashion. Failed tasks are automatically retried. Tasks can be prioritized, their results stored and automatically expired. Task locking implemented. Task pipelines and chains can be constructed.

Lightweight, tries to have no dependencies outside of the standard Python library but if you want to use Redis as its backing store you need to install the Redis Python module. Decorators are used to tag functions as Huey tasks which automatically go into the queue.

python modules tasks queue lightweight
phyver/GameShell https://github.com/phyver/GameShell
Thu 09 Nov 2023 01:21:28 PM PST archive.org

A game to learn (or teach) how to use standard commands in a Unix shell.

Teaching first-year university students or high schoolers to use a Unix shell is not always the easiest or most entertaining of tasks. GameShell was devised as a tool to help students at the Université Savoie Mont Blanc to engage with a real shell, in a way that encourages learning while also having fun. The original idea, due to Rodolphe Lepigre, was to run a standard bash session with an appropriate configuration file that defined "missions" which would be "checked" in order to progress through the game.

Available in English, French and Italian.

GameShell should work on any standard Linux system, and also on macOS and BSD (but we have run fewer tests on the latter systems). On Debian or Ubuntu, the only dependencies (besides bash) are the gettext-base and awk packages (the latter is generally installed by default). Some missions have additional dependencies: these missions will be skipped if the dependencies are not met.

In the AUR.

shells unix games teaching tasks basics commands
celery/celery https://github.com/celery/celery
Wed 09 Jun 2021 03:34:04 PM PDT archive.org

A distributed task queue written in Python that implements multiple message brokers and workers. Used to distribute tasks (discrete units of work or messages) to worker processes elsewhere on the host or the network. Generic communication protocol - there are protocol adapters for multiple other programming languages. Also implements webhooks.

Aims to be easy to use, with no required configuration files. This might be a case of "write your own simple daemon." Requires RabbitMQ or Redis as its message brokers.

https://docs.celeryproject.org/en/stable/

https://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html

https://medium.com/swlh/python-developers-celery-is-a-must-learn-technology-heres-how-to-get-started-578f5d63fab3

python exocortex queue tasks workers agents messages webhooks
tsileo/poussetaches: Lightweight asynchronous task execution service https://github.com/tsileo/poussetaches
Sat 13 Apr 2019 06:53:06 PM PDT archive.org

Lightweight asynchronous task execution service. Tries to replace RabbitMQ and Celery for lightweight (Python specifically, for some reason). Randomizes when retriesare done. POST base64 encoded URL to an endpoint and when you want it to run, and it'll hit that URL at the right time.

golang microservice queue tasks http urls
6660 links, including 429 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn