mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-02 05:05:57 +00:00
Rename Copilot Swarm Orchestrator to Swarm Orchestrator and update install command (#1574)
This commit is contained in:
@@ -353,52 +353,60 @@ tools:
|
|||||||
- macos
|
- macos
|
||||||
- launchagent
|
- launchagent
|
||||||
|
|
||||||
- id: copilot-swarm-orchestrator
|
- id: swarm-orchestrator
|
||||||
name: Copilot Swarm Orchestrator
|
name: Swarm Orchestrator
|
||||||
description: >-
|
description: >-
|
||||||
Parallel AI workflow orchestrator for GitHub Copilot CLI. Coordinates multiple
|
Independent verification battery for patches written by AI coding agents.
|
||||||
specialized agents across wave-based execution with dependency-aware scheduling,
|
Wraps GitHub Copilot CLI, Claude Code, or Codex; runs each agent-authored
|
||||||
evidence-based verification, six quality gates, cost governance, and persistent
|
patch through a five-layer falsification battery (intent, regression,
|
||||||
learning. Runs as a standalone CLI or as an MCP server exposing execution runs,
|
solution quality, behavioral, provenance) on isolated git branches before
|
||||||
agent profiles, and quality gates via JSON-RPC over stdio.
|
merge. Hard gates block patches that fail intent or regression checks;
|
||||||
|
advisory layers feed a composite score with signed SLSA attestation
|
||||||
|
attached as a git note.
|
||||||
category: CLI Tools
|
category: CLI Tools
|
||||||
featured: false
|
featured: false
|
||||||
requirements:
|
requirements:
|
||||||
- Node.js 18 or higher
|
- "Node.js >= 20"
|
||||||
- Git 2.20+ (worktree support)
|
- "git >= 2.40 (worktrees required)"
|
||||||
- GitHub Copilot CLI installed and authenticated
|
- "One of: GitHub Copilot CLI, Claude Code, or Codex (installed and authenticated separately)"
|
||||||
|
- Docker (optional, for SWE-bench evaluation containers)
|
||||||
links:
|
links:
|
||||||
github: https://github.com/moonrunnerkc/copilot-swarm-orchestrator
|
github: https://github.com/moonrunnerkc/swarm-orchestrator
|
||||||
npm: https://www.npmjs.com/package/copilot-swarm-orchestrator
|
npm: https://www.npmjs.com/package/swarm-orchestrator
|
||||||
features:
|
features:
|
||||||
- "🌊 Wave Execution: Parallel agent scheduling with dependency-aware wave splitting"
|
- "Five-layer falsification battery: differential gating, mutation testing, semantic cheat detection, property-based testing, signed SLSA attestation"
|
||||||
- "🔍 Evidence Verification: Every agent proves its work via transcript analysis before merge"
|
- "Worker/reviewer execution model on isolated git worktrees"
|
||||||
- "🚦 Six Quality Gates: Lint, type-check, test coverage, security, complexity, documentation"
|
- "Static dependency analyzer for safe parallelism (the planner does not declare independence; the analyzer detects it)"
|
||||||
- "💰 Cost Governance: Premium request estimation, tracking, and budget enforcement"
|
- "In-toto SLSA v1.0 attestation with cosign keyless signing via Fulcio + OIDC"
|
||||||
- "🔌 MCP Server: 4 tools and 5 resources over JSON-RPC stdio transport"
|
- "Multi-agent: adapters for Copilot CLI, Claude Code, Codex, Claude Code Teams"
|
||||||
- "🧠 Persistent Learning: Cross-run knowledge base with pattern detection and retry calibration"
|
- "Audit-ready run artifacts in runs/<execution-id>/"
|
||||||
configuration:
|
configuration:
|
||||||
type: bash
|
type: bash
|
||||||
content: |
|
content: |
|
||||||
# Install globally from npm
|
# Install globally
|
||||||
npm install -g copilot-swarm-orchestrator
|
npm install -g swarm-orchestrator
|
||||||
|
|
||||||
# Run a demo
|
# Run a demo
|
||||||
swarm demo-fast
|
swarm demo demo-fast
|
||||||
|
|
||||||
# Plan and execute a goal
|
# Plan and execute a goal
|
||||||
swarm run --goal "Build a REST API with auth and tests"
|
swarm run --goal "Add a /health endpoint that returns 200 OK" \
|
||||||
|
--tool claude-code --target ./my-repo
|
||||||
|
|
||||||
# Start the MCP server
|
# Verify a signed attestation on a merge commit
|
||||||
swarm mcp-server
|
swarm attest verify <commit-sha>
|
||||||
tags:
|
tags:
|
||||||
- cli
|
- cli
|
||||||
- npm
|
- npm
|
||||||
- mcp
|
|
||||||
- orchestration
|
|
||||||
- verification
|
- verification
|
||||||
- quality-gates
|
- falsification
|
||||||
- cost-governance
|
- attestation
|
||||||
|
- mutation-testing
|
||||||
|
- slsa
|
||||||
|
- copilot-cli
|
||||||
|
- claude-code
|
||||||
|
- codex
|
||||||
|
- agent-orchestrator
|
||||||
|
|
||||||
- id: copilot-cockpit
|
- id: copilot-cockpit
|
||||||
name: Copilot Cockpit
|
name: Copilot Cockpit
|
||||||
|
|||||||
Reference in New Issue
Block a user