From 989094a7d92d62e44aea1812c8cd223bbc592431 Mon Sep 17 00:00:00 2001 From: ganjianfei Date: Fri, 22 May 2026 08:58:32 +0800 Subject: [PATCH] Add agent-collab to Job Schedulers section AgentCollab is a multi-agent orchestration engine for coordinating AI coding agents with YAML workflows, checkpoint recovery, and plugin system. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7b25af22b..df7d5e311b 100644 --- a/README.md +++ b/README.md @@ -767,6 +767,7 @@ _Libraries for working with message brokers and event streaming._ _Libraries for scheduling jobs._ +- [agent-collab](https://github.com/JianFeiGan/agent-collab) - A multi-agent orchestration engine for coordinating AI coding agents with YAML workflows, checkpoint recovery, and plugin system. - [airflow](https://github.com/apache/airflow) - Airflow is a platform to programmatically author, schedule and monitor workflows. - [apscheduler](https://github.com/agronholm/apscheduler) - A light but powerful in-process task scheduler that lets you schedule functions. - [dagster](https://github.com/dagster-io/dagster) - An orchestration platform for the development, production, and observation of data assets.