AI Skill Hub 推荐使用:Colink 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Colink 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Colink 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/lv-stupidboy/Colink@latest # 方式二:从源码编译 git clone https://github.com/lv-stupidboy/Colink cd Colink go build -o colink . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/lv-stupidboy/Colink/releases
# 查看帮助 colink --help # 基本运行 colink [options] <input> # 详细使用说明请查阅文档 # https://github.com/lv-stupidboy/Colink
# colink 配置说明 # 查看配置选项 colink --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export COLINK_CONFIG="/path/to/config.yml"
<p align="center"> <h1 align="center">Colink</h1> </p>
<p align="center"> Multi-agent software development workbench for Claude, OpenCode, ACP agents, workflows, teams, and IM collaboration. </p>
<p align="center"> Agent Orchestration | Workflow Automation | A2A Collaboration | Skills & Commands | Feishu Integration | Web Workbench </p>
<p align="center"> <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue"> <img alt="License" src="https://img.shields.io/badge/license-Apache--2.0-green"> <img alt="Backend" src="https://img.shields.io/badge/backend-Go-00ADD8"> <img alt="Frontend" src="https://img.shields.io/badge/frontend-React-61DAFB"> <img alt="Database" src="https://img.shields.io/badge/database-SQLite%20%7C%20MySQL-orange"> </p>
---
On Windows, use PowerShell or another terminal that can run make.
make build
make genplugins
go build -o bin/mcp-server.exe ./cmd/mcp-server
make build already depends on plugin generation, but running make genplugins explicitly is useful when you want to refresh the local plugin registry before starting the application. Build mcp-server.exe before starting the backend so MCP-related functionality is available at runtime.
Create a local config file from the example when the template exists:
if (Test-Path configs\config.yaml.example) {
Copy-Item configs\config.yaml.example configs\config.yaml -Force
}
Then edit:
configs\config.yaml
Update database, server, agent, IM, and other runtime settings as needed. If this workspace already provides configs\config.yaml, edit that file directly.
configs\config.yamldata\sqlite\colink.dbcmd/servercmd/migratewebWhen changing the config schema, keep the Go config definitions and example configuration in sync.
---
Q: Do I need MySQL for local development? A: No. Local development can use SQLite through data\sqlite\colink.db. MySQL is supported for production-style deployments.
Q: Why do I need to run migrations manually? A: The SQLite database must be upgraded through versioned migration directories under sql-change/ so the schema matches the current backend.
Q: Does make build generate plugins? A: Yes. The build target depends on genplugins. You can still run make genplugins manually to refresh plugin registry files.
Q: Which ports are used by default? A: The frontend runs on 3000 by default. The backend port is controlled by configs\config.yaml.
Q: Is Feishu an agent adapter? A: No. Feishu is an IM entry point. Agent execution still goes through Orchestrator -> ExecutionService -> Adapter.
---
Colink是一个有潜力的开源AI工作流平台
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Colink 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Colink |
| 原始描述 | 开源AI工作流:多 Agent 协同平台——自由组建你的 AI 专业团队,定义角色、编排协作、沉淀能力。。⭐11 · Go |
| Topics | AI工作流Go |
| GitHub | https://github.com/lv-stupidboy/Colink |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端