能力标签
babysitter AI工具
🛠
AI工具

babysitter AI工具

基于 JavaScript · 开源 AI 工具,GitHub 社区精选
英文名:babysitter
⭐ 783 Stars 🍴 48 Forks 💻 JavaScript 📄 MIT 🏷 AI 8.2分
8.2AI 综合评分
Claude技能智能体编排智能体协调工作流管理JavaScript
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:babysitter AI工具 是一款优质的AI工具。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

babysitter AI工具 是一款基于 JavaScript 的开源工具,在 GitHub 上收获 1k+ Star,是Claude技能、智能体编排、智能体协调、工作流管理领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
babysitter AI工具 依赖 JavaScript 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 JavaScript 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 babysitter AI工具 的版本更新,及时通知重要功能变化。

📋 工具概览

Claude开源技能,用于智能体编排和工作流管理。通过实现对agentic AI的约束和控制机制,帮助开发者构建可靠的多智能体系统,适合需要精细化控制和协调多个AI代理的企业和开发团队。

babysitter AI工具 是一款基于 JavaScript 开发的开源工具,专注于 Claude技能、智能体编排、智能体协调 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 783
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
正常维护,社区驱动
开源协议
MIT
AI 综合评分
8.2 分
工具类型
AI工具
Forks
48

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Claude开源技能,用于智能体编排和工作流管理。通过实现对agentic AI的约束和控制机制,帮助开发者构建可靠的多智能体系统,适合需要精细化控制和协调多个AI代理的企业和开发团队。

babysitter AI工具 是一款基于 JavaScript 开发的开源工具,专注于 Claude技能、智能体编排、智能体协调 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g babysitter

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

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

# 方式四:从源码运行
git clone https://github.com/a5c-ai/babysitter
cd babysitter
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
babysitter --help

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

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

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

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

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

简介

Features

Prerequisites

  • Node.js: Version 20.0.0+ (22.x LTS recommended). The host-side adapters CLI pins a higher floor of 22.13.0+ (it loads the gateway's built-in node:sqlite, unflagged only from Node 22.13.0).
  • A supported AI coding harness: any of the 12 harnesses covered in the install matrix (e.g. Claude Code — docs).
  • Git: For cloning (optional)

---

Installation

Babysitter v6 has two install tracks that should not be conflated: the host-side adapters CLI for running any harness directly from your shell, and the in-session per-harness plugin for driving full orchestration runs from inside your harness. Most people want both. The package split is:

  • @a5c-ai/babysitter is the recommended end-user install for the main babysitter CLI.
  • @a5c-ai/adapters-cli provides the host-side adapters CLI (Node >=22.13.0) for running and managing any supported harness from your shell. See the Adapters CLI reference.
  • @a5c-ai/babysitter-sdk is the public SDK/library package and the underlying implementation behind the core CLI.
  • @a5c-ai/genty-platform is the optional runtime CLI for genty call, resume, start-server, tui, and other orchestration/runtime commands.
  • Harness plugins such as @a5c-ai/babysitter-codex or @a5c-ai/babysitter-cursor integrate Babysitter into a specific host tool. They do not replace the core CLI packages.

For most users, install the main CLI first:

npm install -g @a5c-ai/babysitter

Prefer to drive a harness directly from your shell instead of from inside a session? Install the host-side adapters CLI and run any supported harness with one command — see the Adapters CLI reference:

npm install -g @a5c-ai/adapters-cli
adapters doctor
adapters run claude "explain this codebase"

Babysitter supports the 12 AI coding harnesses listed in the install matrix. Install the plugin for your harness of choice; the two fully-worked harnesses have dedicated pages — Claude Code and Codex. In this repository, plugins/babysitter-unified is the only maintained plugin source; harness-specific bundles are generated during build/release and are not committed:

Runtime Package Builds

For the core runtime chain (@a5c-ai/babysitter-sdk, @a5c-ai/adapters, @a5c-ai/genty-core, @a5c-ai/genty-platform), use the shared workspace entrypoint from a fresh checkout:

npm ci
npm run build:runtime

build:runtime is the supported root entrypoint for release and CI validation. It builds the runtime graph in workspace order: SDK -> adapters SDK surface -> genty-core -> genty-platform.

Package-local validation is also supported:

npm run build --workspace=@a5c-ai/genty-core
npm run build --workspace=@a5c-ai/genty-platform

Those package-local builds now use tsc --build project references where the runtime packages are owned in this workspace, and they explicitly bootstrap the @a5c-ai/adapters SDK chain through the root runtime scripts. Fresh-checkout validation no longer assumes prebuilt upstream dist/ artifacts.

@a5c-ai/atlas provides the unified knowledge graph, ontology, and catalog data consumed by SDK, adapters, hooks, plugin tooling, and the catalog UI. The agent catalog surface is @a5c-ai/atlas/catalog. See packages/atlas/README.md.

3. Verify Setup

/babysitter:doctor

Run diagnostics to confirm everything is working.

---

Install an agent harness CLI (preferred)

adapters install claude-code

Install a Babysitter harness plugin globally

babysitter harness:install-plugin claude-code

Install a Babysitter harness plugin into a workspace

babysitter harness:install-plugin codex --workspace /path/to/repo ```

Note: babysitter harness:install and babysitter harness:discover are deprecated. Use adapters install <agent> for agent installation and genty for runtime commands.

harness:install-plugin is the canonical scriptable install path for Babysitter plugins. For non-Claude harnesses it resolves to the published package installer shape tested in the SDK, for example npx --yes @a5c-ai/babysitter-codex install --workspace /path/to/repo.

Getting Started

Quick Start

claude "/babysitter:call implement user authentication with TDD"

Or in natural language:

Use the babysitter skill to implement user authentication with TDD

Claude will create an orchestration run, execute tasks step-by-step, handle quality checks and approvals, and continue until completion.

1. Configure Your Profile (One-Time)

/babysitter:user-install

This creates your personal profile with: - Breakpoint preferences (how much oversight you want) - Tool preferences and communication style - Expertise areas for better process matching

Show current effective config

babysitter compression:config ```

Config File

Edit .a5c/compression.config.json to persist settings (env vars always take priority):

{
  "enabled": true,
  "layers": {
    "userPromptHook":    { "enabled": true, "threshold": 500, "keepRatio": 0.78 },
    "commandOutputHook": { "enabled": true, "excludeCommands": ["jq", "curl", "docker"] },
    "sdkContextHook":    { "enabled": true, "targetReduction": 0.15, "minCompressionTokens": 150 },
    "processLibraryCache": { "enabled": true, "targetReduction": 0.35, "ttlHours": 24 }
  }
}

Toggle any layer with babysitter compression:toggle <layer> <on|off> or set individual values with babysitter compression:set <key> <value>.

---

Codex CLI (Beta)

Official marketplace install:

codex plugin marketplace add a5c-ai/babysitter-codex
codex plugin add babysitter --marketplace babysitter
--marketplace babysitter is the marketplace name declared in the repo's .agents/plugins/marketplace.json (not the repo name).

Plugin README

Cursor IDE and CLI (Experimental)

Via the Cursor marketplace or the SDK helper:

babysitter harness:install-plugin cursor

Plugin README

Gemini CLI (Experimental)

babysitter harness:install-plugin gemini-cli

Plugin README

CLI Walkthrough Verification

The published CLI walkthrough at docs/cli-examples.md is verified against the real repo surfaces, not a separate docs-only harness. From a fresh checkout, use:

npm ci
npm run build --workspace=@a5c-ai/babysitter-sdk
npm run docs:prepare
npm run docs:examples:smoke
npm run docs:qa

npm run docs:examples:verify runs that docs-focused flow end-to-end. The generated traceability map for the walkthrough lives at docs/generated/cli-examples-verification.md.

---

Reference

---

In a CI pipeline or script

genty call \ --harness internal \ --process .a5c/processes/lint-and-test.js#process \ --workspace . \ --no-interactive \ --json ```

It executes processes using the SDK's built-in engine, supports all effect types (tasks, breakpoints, sleeps, parallel dispatch), and produces the same event-sourced journal as any other harness.

Package Boundaries

PackageInstallsUse it for
@a5c-ai/babysitterbabysitterRecommended human-facing install for the main CLI
@a5c-ai/babysitter-sdkbabysitter, babysitter-sdk, babysitter-mcp-serverSDK/library usage and direct access to the core CLI implementation
@a5c-ai/genty-platformgentyOptional runtime/orchestration commands (call, resume, plan, start-server, tui, doctor)
@a5c-ai/babysitter-<harness>Harness-specific installer or plugin binaryIntegrating Babysitter into a specific host tool such as Codex, Cursor, Gemini CLI, Pi, or GitHub Copilot

The repository root package.json is workspace metadata for this monorepo. The public packages users install are the scoped packages above.

Package and Plugin Surface Map

🇨🇳 中文文档镜像 AI 翻译 2026-05-23
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

本项目为 Babysitter 项目的简介,介绍了该项目的基本信息和目的。

⚡ 功能介绍

本节介绍了 Babysitter 项目的主要功能,包括 Process Library、Process Definitions、Quality Convergence、Run Resumption、Journal System 和 Best Practices 等。

📋 环境依赖

本节列出了 Babysitter 项目的环境依赖和系统要求,包括 Node.js、Claude Code 和 Git 等。

🛠 安装步骤(Docker/pip/源码)

本节提供了安装 Babysitter 项目的步骤,包括支持多种 AI 编码 harness 的安装和配置。

🚀 使用教程

本节提供了使用 Babysitter 项目的快速入门指南,包括使用 Claude CLI 和 natural language 指令等。

⚙️ 配置说明(含 MCP / env)

本节介绍了配置 Babysitter 项目的方法,包括配置个人资料、设置断点偏好和工具偏好等。

🔌 API 说明

本节介绍了 Babysitter 项目的 API 接口,包括 Codex CLI、Cursor IDE 和 CLI、Gemini CLI 等。

🔄 工作流/模块

本节介绍了 Babysitter 项目的工作流和模块,包括插件系统和使用 Babysitter 的示例代码等。

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

aiskill88点评:成熟的智能体编排方案,783星标表明社区认可度高。解决了多agent系统的协调难题,代码质量可靠,文档完善,值得部署。

📚 实用指南(长尾问题)
适合谁
  • 使用 Cursor 编辑器、希望提升 AI 编程效率的开发者
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
  • Cursor rules 控制在 80 行内,否则模型上下文成本会显著上升
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
部署方案
  • Docker:babysitter 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
babysitter 中文教程babysitter 安装报错怎么办babysitter Docker 部署babysitter Agent 工作流babysitter 与同类工具对比babysitter 最佳实践babysitter 适合谁用

⚡ 核心功能

👥 适合谁
  • 使用 Cursor 编辑器、希望提升 AI 编程效率的开发者
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
  • Cursor rules 控制在 80 行内,否则模型上下文成本会显著上升
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

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

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

📄 License 说明

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

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

通过强制执行规则和优先级控制,确保智能体遵守预定义的策略和安全边界。
💡 AI Skill Hub 点评

总体来看,babysitter AI工具 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 babysitter AI工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 babysitter
原始描述 开源Claude技能:Babysitter enforces obedience on agentic workforces and enables them to manage e。⭐783 · JavaScript
Topics Claude技能智能体编排智能体协调工作流管理JavaScript
GitHub https://github.com/a5c-ai/babysitter
License MIT
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/a5c-ai/babysitter 🌐 官方网站  https://a5c.ai

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

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →