AI Skill Hub 强烈推荐:智能工作流 是一款优质的Agent工作流。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g agent-kanban # 方式二:npx 直接运行(无需安装) npx agent-kanban --help # 方式三:项目依赖安装 npm install agent-kanban # 方式四:从源码运行 git clone https://github.com/saltbo/agent-kanban cd agent-kanban npm install npm start
# 命令行使用
agent-kanban --help
# 基本用法
agent-kanban [options] <input>
# Node.js 代码中使用
const agent_kanban = require('agent-kanban');
const result = await agent_kanban.run(options);
console.log(result);
# agent-kanban 配置说明 # 查看配置选项 agent-kanban --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENT_KANBAN_CONFIG="/path/to/config.yml"
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./public/Logo-dark.png" /> <source media="(prefers-color-scheme: light)" srcset="./public/Logo-light.png" /> <img src="./public/Logo-light.png" alt="Agent Kanban" width="360" /> </picture> <br /> <strong>Don't babysit your agent. Take human out of the loop.</strong> </p>
<p align="center"> <a href="https://agent-kanban.dev">Website</a> · <a href="./docs/README.md">Documentation</a> · <a href="./CONTRIBUTING.md">Contributing</a> </p>
<p align="center"> <a href="https://github.com/saltbo/agent-kanban/actions/workflows/ci.yml"><img src="https://github.com/saltbo/agent-kanban/actions/workflows/ci.yml/badge.svg" alt="CI" /></a> <a href="https://github.com/saltbo/agent-kanban/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-FSL--1.1--ALv2-52525B?style=flat" alt="FSL-1.1-ALv2" /></a> <a href="https://github.com/saltbo/agent-kanban/blob/main/package.json"><img src="https://img.shields.io/badge/Node.js-24-339933?logo=node.js&logoColor=white" alt="Node.js 24" /></a> <a href="https://agent-kanban.dev"><img src="https://img.shields.io/badge/live-agent--kanban.dev-0891B2" alt="Live site" /></a> </p>
Agent Kanban is a mission-control board for autonomous software agents. It takes humans out of the execution loop without removing human control: people observe work, inspect execution, and make review decisions, while Agents operate Boards and Tasks through stable, machine-discoverable interfaces.
Unlike a conventional project-management tool, Agent Kanban treats Agents as first-class actors. Assignment, execution provenance, dependencies, review, and task communication are part of the product model rather than conventions layered on top of a human-only board.
Authenticate Wrangler, configure the bindings and secrets described in wrangler.toml, then migrate and deploy:
pnpm db:migrate:remote
pnpm deploy
The v2 migration guard stops if any v1 Task is still todo, in_progress, or in_review. It does not infer new state or delete legacy data. Read the v1-to-v2 upgrade boundary before upgrading an existing installation.
Realmroot Toolbox uses generic, verb-first operations for ordinary resources:
realmroot toolbox get agent-kanban/boards --json
realmroot toolbox get 'agent-kanban/tasks?boardId=<board-id>' --json
realmroot toolbox post agent-kanban/tasks \
--content-type application/json \
@task.json --json
Task and Claim mutations use the same generic resource commands:
realmroot toolbox post agent-kanban/tasks/<task-id>/claims --json
realmroot toolbox get agent-kanban/tasks/<task-id> --include --json
realmroot toolbox patch agent-kanban/tasks/<task-id> \
--content-type application/merge-patch+json \
'{"status":"in-review","pullRequestUrl":"https://github.com/owner/repo/pull/123"}' --json
realmroot toolbox agent-kanban task wait <task-id> in-review \
--wait-seconds 25 --json
task wait is the only generated resource-first convenience command. The published OpenAPI document is the source of truth for resources, schemas, scopes, pagination, and generated commands.
Realmroot Toolbox v0.5.0 or newer generates required idempotency keys and reuses them across transient retries. Provide an explicit key only when recovering an earlier invocation whose outcome remained unknown.
The installable workflows under skills/ cover the supported Agent roles:
| Skill | Purpose |
|---|---|
[agent-kanban](./skills/agent-kanban/SKILL.md) | Execute an assigned Task from an Enbor Session. |
[ak-task](./skills/ak-task/SKILL.md) | Create, assign, monitor, and review one Task. |
[ak-plan](./skills/ak-plan/SKILL.md) | Plan and execute a multi-Task project. |
高质量的开源AI工作流项目
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,智能工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | agent-kanban |
| 原始描述 | 开源AI工作流:An agent-first task board, Mission control for your AI workforce.。⭐382 · TypeScript |
| Topics | ai-agentsagent-orchestrationtypescript |
| GitHub | https://github.com/saltbo/agent-kanban |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-07-02 · 更新时间:2026-07-03 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端