能力标签
⚙️
Agent工作流

Cadence

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:cadence
⭐ 9 Stars 🍴 1 Forks 💻 TypeScript 📄 MIT 🏷 AI 8.0分
8.0AI 综合评分
ai-agentautonomous-codingautopilotci-cd-tools
✦ AI Skill Hub 推荐

Cadence 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析
Cadence 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

Cadence 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.0 分,是同类 Agent 工作流中的精选推荐。
📋 工具概览

Cadence 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 9
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
8.0 分
工具类型
Agent工作流
Forks
1
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Cadence 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g cadence

# 方式二:npx 直接运行(无需安装)
npx cadence --help

# 方式三:项目依赖安装
npm install cadence

# 方式四:从源码运行
git clone https://github.com/axledbetter/cadence
cd cadence
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
cadence --help

# 基本用法
cadence [options] <input>

# Node.js 代码中使用
const cadence = require('cadence');

const result = await cadence.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# cadence 配置说明
# 查看配置选项
cadence --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export CADENCE_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 95/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Cadence (`@delegance/cadence`)

License: MIT GitHub npm

Formerly known as @delegance/claude-autopilot. As of v8.0.0 the package has been renamed to @delegance/cadence and the CLI binary is cadence. The old claude-autopilot (and guardrail) bins remain as aliases through the v8.x line. CLI / global-install migration:
> # Uninstall BOTH legacy packages first to avoid global-bin collisions
> npm uninstall -g @delegance/claude-autopilot @delegance/guardrail
> npm install -g @delegance/cadence
> cadence --version  # 8.0.0
> 
Library / in-process import migration is NOT alias-backed. The bin aliases (claude-autopilot, guardrail) keep working through v8.x, but do not rely on legacy package imports for v8 code — update all @delegance/claude-autopilot/... imports to @delegance/cadence/... immediately. @delegance/claude-autopilot is deprecated and its subpath exports (.../run-state/sameness-detector, .../concurrent-dispatch) are reachable only under the new @delegance/cadence name:
> // before
> import { computeFingerprint } from '@delegance/claude-autopilot/run-state/sameness-detector';
> // after (v8.0.0)
> import { computeFingerprint } from '@delegance/cadence/run-state/sameness-detector';
> 
The old npm package is deprecated but still installable; the GitHub repo at axledbetter/claude-autopilot redirects to axledbetter/cadence.

The multi-model coding harness. Claude writes, Codex reviews, Cursor bugbot triages — role-split orchestration across 16+ providers (Anthropic, OpenAI, Google, Groq, Ollama, Bedrock, Azure, Cohere, Mistral, plus any OpenAI-compatible endpoint). Risk-tiered review depth. Concurrent multi-PR dispatch. Brainstorm → spec → plan → implement → migrate → validate → PR → review → merge, from your terminal, on your codebase, with your test suite.

Open source, MIT-licensed, runs on your machine with your API keys. No hosted agent, no per-seat subscription — npm install -g @delegance/cadence@latest and you're done.

Ship a feature end-to-end

cadence brainstorm "add rate limiting to the public API"

~15-40 min for a typical feature.

What's distinctive

Features that are hard or impossible to find in the competitive set:

  • Risk-tiered review depth (policy-driven). Specs are tagged risk: low | medium | high in their frontmatter, with auto-escalation by keyword detection for sensitive categories (auth, multi-tenancy, sandboxing, billing, secrets, migrations, RLS, deploy/IAM, vector-DB tenancy — extend the list in the skill for your codebase). The pipeline runs 1 / 2 / 3 sequential Codex passes accordingly, each with a remediation cycle in between. Enforcement is encoded in .claude/skills/autopilot/SKILL.md (LLM-driven instructions, not a hard CLI gate), so it's auditable and editable. For teams that need hard enforcement, gate the merge step on the configured pass count by extending the skill or wrapping the CLI.
  • Retry-loop sameness detector. Validate / Codex / bugbot retry loops compute a failure fingerprint before consuming each retry. If the same fingerprint fires twice in a row, the pipeline halts and surfaces it to you — instead of burning the remaining retry budget on attempts that are making no progress. Available as a public subpath import (@delegance/cadence/run-state/sameness-detector) for embedding into your own retry loops.
  • Multi-model council, available as a verb. cadence council dispatches the same prompt to 3+ models in parallel and synthesizes the consensus. Opt-in for the autopilot pipeline (wire it into Step 7 of the autopilot skill), or invoke standalone for design decisions and architecture questions.
  • Fix with test verification. cadence fix --verify runs your full test suite after every patch and reverts on failure. Safer than any tool that proposes fixes without running your tests.
  • Bug-bot auto-triage. Watches Cursor BugBot / Copilot comments on your PR, triages each (real bug vs false positive), auto-fixes confirmed bugs, dismisses noise with explanations.
  • Schema alignment rule. Ensures DB migrations, backend types, and frontend types stay in sync. Custom static rule, not something any competitor ships.
  • SARIF output + GitHub Code Scanning integration. Findings appear as annotations in the PR and in the Security tab.

What's Next

The v7.x decoupling work (initially scoped for v8.0.0) is being re-staged now that v8.0.0 is reserved for the Cadence brand reset:

- tsx will eventually be removed from dependencies. Today it ships bundled and the launcher prefers a project-local install if you have one, falling back to the bundled copy with a once-per-day deprecation warning. When the bundled fallback goes away in a future major, you'll install tsx locally (npm install -D tsx) or set CLAUDE_AUTOPILOT_TSX=path to use a global install. (The env-var name keeps the CLAUDE_AUTOPILOT_ prefix for backward compatibility — renaming it would force another breaking change on operators for zero payoff.) - The hosted-dashboard upload may move to a separate optional package (@delegance/cadence-cloud) so you can skip Supabase entirely with npm install --omit=optional today, and skip the dep entirely later. The smoke workflow .github/workflows/omit-optional-smoke.yml verifies the install-with-omit path on every PR.

Track future plans and open issues at https://github.com/axledbetter/cadence/issues

configure branch protection + required checks if you need to enforce

Install & requirements

npm install -g @delegance/cadence

Migrating from the old name? npm uninstall -g @delegance/claude-autopilot && npm install -g @delegance/cadence. The legacy claude-autopilot CLI continues to work as an alias through v8.x.

  • Node 22+
  • gh CLI (for PR phases)
  • One of: ANTHROPIC_API_KEY (recommended), OPENAI_API_KEY, GEMINI_API_KEY, or GROQ_API_KEY
  • Claude Code CLI (for skill-based phases — pipeline falls back to direct CLI invocations without it, but loses interactive checkpoints)
  • superpowers Claude Code plugin (required for pipeline phases — cadence doctor will remediation-hint if missing)

---

---

Install

npm install -g @delegance/cadence

One-shot setup — detects stack, writes config, installs skills, sets hooks

cadence init

Deploy phase

Configure your deploy target in guardrail.config.yaml under a deploy: block. Four adapters ship in 5.6:

  • vercel — Vercel v13 deployments API. SSE+NDJSON log streaming, native rollback via /promote. Auth: VERCEL_TOKEN.
  • fly — Fly.io Machines API. WebSocket log streaming, native rollback with simulated fallback. Auth: FLY_API_TOKEN. Requires the image to be pre-pushed (fly deploy --build-only --push).
  • render — Render REST API. Polling-based log stream with (timestamp, logId) cursor dedup, simulated rollback (re-deploys prior commit). Auth: RENDER_API_KEY.
  • generic — runs any shell deployCommand (vercel --prod, kubectl apply, make deploy, etc). No platform integration; --watch and rollback aren't supported.

Each adapter speaks the same DeployAdapter contract: deploy(), optional status() / rollback() / streamLogs(), plus a capabilities block (streamMode: 'websocket' | 'polling' | 'none', nativeRollback: boolean) so the CLI can degrade UX honestly (polling adapters print a one-line stderr notice under --watch). Auto-rollback is bounded: max one rollback per deploy attempt, with runHealthCheck capped at 5×6s. Log lines emitted into PR comments run through a redaction pass (AKIA…, sk-…, eyJ…, ghp_, xoxb-, plus configurable patterns) so build output can't leak secrets.

Example (Fly):

deploy:
  adapter: fly
  app: my-app
  image: registry.fly.io/my-app:latest
  region: ord
  watchBuildLogs: true
  healthCheckUrl: https://my-app.fly.dev/health
  rollbackOn: [healthCheckFailure]

cadence doctor checks for the relevant auth env var when an adapter is configured. See docs/specs/v5.6-fly-render-adapters.md for the full adapter contract.

Setup Profiles

guardrail setup --profile <name> overlays a pre-baked rule + policy configuration on top of the detected stack preset:

ProfileRulesfailOnBest for
security-strictAll security rules + hygienewarningSecurity audits, regulated environments
teamCore security + hygienecriticalStandard CI/CD on shared branches
soloHygiene onlycriticalSolo projects, low-noise baseline

— set AWS_REGION explicitly for non-us-east-1 Bedrock deployments where

Install: npm install @aws-sdk/client-bedrock-runtime


**Azure OpenAI:**
yaml reviewEngine: adapter: azure

AZURE_OPENAI_DEPLOYMENT_NAME (deployment name, not model name).

Install: npm install cohere-ai


**Mistral:**
yaml reviewEngine: adapter: mistral # Optional: # options: # model: mistral-large-latest

(Reuses the OpenAI SDK — no separate install required.)

```

---

2. CI — only new findings block the build

npx guardrail ci --new-only --fail-on critical

1. Install the CLI

npm install -g @delegance/cadence

30-second quickstart

```bash

→ merges with your configured permissions (default is admin-squash;

guardrail.config.yaml

engine: enabled: true # default in v6.1+; explicit false is deprecated and removed in v7 budgets: perRunUSD: 10 # hard stop; mandatory runtime guard perPhaseUSD: 5

bash cadence scan --all # any command — engine writes a per-run dir cadence runs list # newest-first, with status / cost / lastPhase cadence runs show 01HZK7P3D8Q9V… # state snapshot + optional event tail cadence run resume 01HZK7P3D8Q9V… # lookup-only today; live execution in a later v8.x cadence runs gc --older-than-days 7 # retire completed runs ```

Every state transition appends a typed event to .guardrail-cache/runs/<ulid>/events.ndjson; every CLI verb supports --json with strict stdout-envelope / stderr-NDJSON channel discipline. Side-effect phase replay consults persisted externalRefs plus a live provider read-back so resume is safe by construction.

v6.1+ ships with the engine ON by default (flipped from v6.0's off-by-default after the stabilization criteria in docs/specs/v6.1-default-flip.md were met). Users who want the legacy v5.x output shape can opt out for one minor version via --no-engine, CLAUDE_AUTOPILOT_ENGINE=off, or engine.enabled: false — each prints a deprecation warning and is removed in v7.

docs/v6/quickstart.md — five-minute setup → docs/v6/migration-guide.md — full v5.x → v6 walkthrough with precedence matrix, per-phase idempotency rules, and troubleshooting

Config (`guardrail.config.yaml`)

```yaml configVersion: 1 reviewEngine: adapter: auto # auto-selects best available key at runtime testCommand: npm test # null to disable; used by fix verified mode

protectedPaths: - data/deltas/ - .github/workflows/

staticRules: - hardcoded-secrets # Anthropic, OpenAI, Stripe, GitHub, Supabase, Twilio, SendGrid - npm-audit - sql-injection # template literals / concatenation in SQL context - missing-auth # Next.js/pages API routes with POST/PUT/DELETE, no auth pattern - ssrf # HTTP calls with user-controlled URL - insecure-redirect # redirect() with user-controlled target - console-log - todo-fixme - large-file - missing-tests - package-lock-sync - brand-tokens # opt-in: requires brand: block below

config / env vars (AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY, optionally

task role and NOT set static keys in env.

Region: resolved from options.region → AWS_REGION env → us-east-1 default.

The AWS SDK's own profile/SSO-config region resolution is NOT consulted

Env: AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT

Optional: AZURE_OPENAI_API_VERSION (default 2024-10-21).


**Cohere:**
yaml reviewEngine: adapter: cohere # Optional: # options: # model: command-r-plus-08-2024

Env: COHERE_API_KEY

Env: MISTRAL_API_KEY

Credentials: resolved via the AWS SDK default credential provider chain —

The pipeline, phase by phase

Each phase is a Claude Code skill (.claude/skills/<name>/SKILL.md). You can invoke any phase directly (/brainstorm, /plan, /migrate, /validate) without running the full pipeline. You can also rewire the pipeline by editing the autopilot skill.

PhaseSkillWhat it doesModel role
**Brainstorm**brainstormingTurns a rough idea into an approved spec through guided questionsClaude (implementation model)
**Spec review**codex-reviewSecond model critiques the spec before you commit to itCodex / GPT-5
**Plan**writing-plansBreaks spec into phased, checklist-shaped implementation planClaude
**Plan review**codex-reviewSecond model critiques the plan before you execute itCodex / GPT-5
**Implement**subagent-driven-developmentExecutes plan in a git worktree, one phase at a time, with per-phase testsClaude
**Migrate**migrateDispatches to the configured migration skill (see [Migrate phase](#migrate-phase)) — runs your migration tool dev → QA → prod with per-env validationDeterministic
**Validate**validateStatic rules + tests + type check + security scan + LLM reviewAny
**PR**commit-push-prOpens the PR with auto-generated title, summary, and test planClaude
**Review**codex-pr-review (default) or council (opt-in)Sequential Codex pass on the diff with risk-tiered iteration count (1/2/3 passes for low/medium/high). Swap in council for parallel multi-model dispatch if you want higher rigor.Codex (default) or multi-model
**Triage**bugbotFetches automated reviewer findings, auto-fixes real bugs, dismisses false positivesClaude
**Deploy** (opt-in)deployDeploys via configured adapter (vercel \fly \render \generic) with optional log streaming, health check, and bounded auto-rollback (see [Deploy phase](#deploy-phase)). Not on the default /autopilot critical path: the autopilot loop ends at merge, and your CI/CD handles prod. Invoke cadence deploy directly, or wire it into the autopilot skill as Step 10.Deterministic

Typical Team Workflow

```bash

Why this vs the alternatives

ToolWhere code livesPricing modelModelsPipelineIntervenable?
**Devin** (Cognition)Hosted sandboxPer-ACU (cloud markup)Cognition's stackOpaqueNo — dashboard only
**Factory Droids**HostedPer-task + seatFactory's stackFixedLimited
**GitHub Copilot Workspace**GitHub-hostedPer-seat ($)Copilot onlyFixed, non-extensibleEdit the plan
**Cursor / Copilot agent mode**Local IDEPer-seat ($)Vendor's modelNone — single-shotContinuous
**Cursor BugBot / CodeRabbit**HostedPer-PR or seatVendor's modelReview onlyPost-hoc
**Aider / Cline**Local CLIFree + your API keyUser's choiceNoneContinuous
**OpenHands / SWE-agent**Local researchFreeUser's choiceAgent decidesRare
**Cadence** (formerly claude-autopilot)**Local CLI, your repo****Open source CLI + your model/API costs (Claude / Codex / Gemini / Groq / Ollama-local)****Multi-model per role (Claude + Codex + Gemini)****Skill-per-phase, rewireable****Every phase, all state on disk**

Four things only this product gives you:

  1. No hosted workspace or remote sandbox. Your repo stays on your machine. No third-party agent runtime, no SaaS-side orchestration, no per-seat markup. Model prompts (diffs, file context, design questions) are sent to whichever LLM providers you've configured (Anthropic / OpenAI / Google / Groq / Ollama-local). For a truly local-only setup, you must point every model used by the entire execution path at a local endpoint: that includes the Claude Code agent runtime itself (configure a local Claude Code provider) AND the autopilot review adapter (openai-compatible pointed at Ollama). Pointing only the review adapter at Ollama still ships prompts/diffs to Anthropic via Claude Code. For most teams, local-only isn't the goal; "no hosted orchestration + your existing provider keys" is.
  2. Risk-tiered review depth (policy-driven). Specs declare risk: low | medium | high in frontmatter. The autopilot skill runs 1 / 2 / 3 sequential Codex passes accordingly, each with a remediation cycle in between. Enforcement is encoded in the skill (an LLM-driven instruction set, not a hard CLI gate) so it's auditable and editable: read .claude/skills/autopilot/SKILL.md, swap the tier rules for your codebase, expand the auto-escalation keyword list. Designed for teams that want review depth to scale with change risk instead of running forensic-grade review on every typo.
  3. Ships as a Claude Code skill, not a competing IDE. /brainstorm, /autopilot, /migrate, /validate are first-class Claude Code commands. As Claude Code grows, autopilot rides that adoption. You don't switch tools to use it; it's already there.
  4. Multi-model council, available as a verb. cadence council dispatches the same diff or design question to Claude + Codex + Gemini in parallel and synthesizes the consensus. Wire it into the autopilot pipeline by editing .claude/skills/autopilot/SKILL.md Step 7, or invoke standalone for one-off design decisions. The default pipeline uses sequential Codex review (cheaper, faster, often sufficient for routine changes); council is the higher-rigor option when you want broader model diversity.

Plus the four practical differences:

  • Multi-model by role. Claude writes code, Codex reviews the plan, bugbot triages PR findings. Swap any of them.
  • Your stack, not a sandbox. Runs your npm test, your prisma migrate, your gh pr create. If it works in your terminal, it works in the pipeline.
  • Phase artifacts on disk, editable. Every phase writes to a file you can open — docs/specs/*.md, docs/plans/*.md, a branch, a PR. Stop, edit by hand, resume, or re-run any phase in isolation.
  • Test-gated auto-revert. cadence fix --verify patches a file, runs your tests, reverts on failure. Built into the CLI, not a wrapper.

Real numbers from a real run: DEMO.md — autonomous multi-file change on a Python codebase, 12 minutes, $2.20, zero manual intervention.

Answer ~5 questions. Spec written. Codex reviews it. You approve.

🎯 aiskill88 AI 点评 A 级 2026-05-27

Cadence是一个有前景的开源AI工作流项目

⚡ 核心功能
👥 适合人群
自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队
🎯 使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
⚖️ 优点与不足
✅ 优点
  • +MIT 协议,可免费商用
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ
实现自动化开发流程和CI/CD
💡 AI Skill Hub 点评

经综合评估,Cadence 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 Cadence
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 cadence
Topics ai-agentautonomous-codingautopilotci-cd-tools
GitHub https://github.com/axledbetter/cadence
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/axledbetter/cadence 🌐 官方网站  https://www.npmjs.com/package/@delegance/cadence

收录时间:2026-05-27 · 更新时间:2026-05-27 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。