From b0541ec313fd24875eff97a41ce49f09fbf79406 Mon Sep 17 00:00:00 2001 From: Gk Date: Tue, 14 Apr 2026 22:15:19 -0700 Subject: [PATCH] Add CueAPI to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72cf2b0..858042e 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Shep](https://github.com/shep-ai/cli) — Multi-session SDLC control center that orchestrates AI coding agents (Claude Code, Cursor CLI, Gemini) for autonomous feature development with configurable approval gates and a live web dashboard. - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. +- [CueAPI](https://github.com/cueapi/cueapi-core) — Open-source scheduler and verification gate for AI coding agents. Cues trigger agent runs on a schedule, and each execution must return evidence (external ID, result URL, or artifact) before the cycle closes. Works with Claude Code, Codex, and Gemini CLI via SDK. Self-hosted, Apache-2.0. ### Sandboxing & Isolation