返回顶部
a

antfarm-workflows蚁群工作流

Multi-agent workflow orchestration for OpenClaw. Use when user mentions antfarm, asks to run a multi-step workflow (feature dev, bug fix, security audit), or wants to install/uninstall/check status of antfarm workflows.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
908
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

antfarm-workflows

Antfarm

Multi-agent workflow pipelines on OpenClaw. Each workflow is a sequence of specialized agents (planner, developer, verifier, tester, reviewer) that execute autonomously via cron jobs polling a shared SQLite database.

All CLI commands use the full path to avoid PATH issues:

CODEBLOCK0

Shorthand used below: antfarm-cli means node ~/.openclaw/workspace/antfarm/dist/cli/cli.js.

Workflows

WorkflowPipelineUse for
INLINECODE2plan -> setup -> develop (stories) -> verify -> test -> PR -> reviewNew features, refactors
INLINECODE3
triage -> investigate -> setup -> fix -> verify -> PR | Bug reports with reproduction steps | | security-audit | scan -> prioritize -> setup -> fix -> verify -> test -> PR | Codebase security review |

Core Commands

CODEBLOCK1

Before Starting a Run

The task string is the contract between you and the agents. A vague task produces bad results.

Always include in the task string:

  1. 1. What to build/fix (specific, not vague)
  2. Key technical details and constraints
  3. Acceptance criteria (checkboxes)

Get the user to confirm the plan and acceptance criteria before running.

How It Works

  • - Agents have cron jobs (every 15 min, staggered) that poll for pending steps
  • Each agent claims its step, does the work, marks it done, advancing the next step
  • Context passes between steps via KEY: value pairs in agent output
  • No central orchestrator — agents are autonomous

Force-Triggering Agents

To skip the 15-min cron wait, use the cron tool with action: "run" and the agent's job ID. List crons to find them — they're named antfarm/<workflow-id>/<agent-id>.

Workflow Management

CODEBLOCK2

Creating Custom Workflows

See {baseDir}/../../docs/creating-workflows.md for the full guide on writing workflow YAML, agent workspaces, step templates, and verification loops.

Agent Step Operations (used by agent cron jobs, not typically manual)

CODEBLOCK3

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 antfarm-workflows-1776419941 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 antfarm-workflows-1776419941 技能

通过命令行安装

skillhub install antfarm-workflows-1776419941

下载

⬇ 下载 antfarm-workflows v1.0.0(免费)

文件大小: 2.19 KB | 发布时间: 2026-4-17 20:03

v1.0.0 最新 2026-4-17 20:03
Initial release of antfarm-workflows: multi-agent workflow orchestration for OpenClaw.

- Launches autonomous, cron-driven workflow pipelines (feature dev, bug fix, security audit) using specialized agents.
- Provides CLI for workflow management: install/uninstall, run workflows, check status, logs, and dashboard access.
- Workflows and steps are fully automated via staggered cron jobs; agents operate independently and coordinate via a shared SQLite database.
- Includes documentation for best practices, custom workflow creation, and advanced management commands.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部