实验室Lab / Grok Bot / GBDL:一文件保存多智能体 Grok Bot 编排 GBDL: one Markdown+YAML file to save a multi-agent Grok Bot setup

社区 Community 需审批 Needs approval 例行 Routine 多Agent Multi-agent

GBDL:一文件保存多智能体 Grok Bot 编排 GBDL: one Markdown+YAML file to save a multi-agent Grok Bot setup

GBDL: one Markdown+YAML file to save a multi-agent Grok Bot setup

jcpsimmons 的社区提案(MIT,v0.1):用一份 `.gbdl.md`(Markdown 引言 + 单一 YAML fence)描述调度者、专精 Bot、connectors、onboarding、memory 与 routines,便于进 git / 换机复原。附 minimal / ops-team / media-studio 示例、JSON Schema 与 reinstate 顺序。非官方格式,但可复现;密钥不得写入文件。 jcpsimmons’s community proposal (MIT, v0.1): one `.gbdl.md` (Markdown intro + a single YAML fence) captures dispatcher, specialists, connectors, onboarding, memory, and routines so a fleet can be checked into git or rebuilt on a new machine. Ships minimal / ops-team / media-studio examples, a JSON Schema, and a reinstate order. Unofficial — reproducible, but keep secrets out of the file.

这条用法在做什么What this use does

jcpsimmons 的社区提案(MIT,v0.1):用一份 `.gbdl.md`(Markdown 引言 + 单一 YAML fence)描述调度者、专精 Bot、connectors、onboarding、memory 与 routines,便于进 git / 换机复原。附 minimal / ops-team / media-studio 示例、JSON Schema 与 reinstate 顺序。非官方格式,但可复现;密钥不得写入文件。 jcpsimmons’s community proposal (MIT, v0.1): one `.gbdl.md` (Markdown intro + a single YAML fence) captures dispatcher, specialists, connectors, onboarding, memory, and routines so a fleet can be checked into git or rebuilt on a new machine. Ships minimal / ops-team / media-studio examples, a JSON Schema, and a reinstate order. Unofficial — reproducible, but keep secrets out of the file.

收录理由Why we listed it HN Show 49628911(2026-09-09)。公开仓库约 2 star(2026-09-10 核对)。规格与示例可照抄;加载器需自备或手搓 reinstate。 HN Show 49628911 (2026-09-09). Public repo ~2 GitHub stars (checked 2026-09-10). Spec + examples are copyable; you still need a loader or a manual reinstate.

上手路径How to start

  1. 先跑一次安全范围Run a safe first pass

    先在可撤回、不外发的范围内试跑一遍,确认输出可用,再考虑扩大权限。 Try it first in a reversible, non-outbound scope. Confirm the output, then widen permissions.

  2. 存 SkillSave a Skill

    把跑通的步骤存成 Skill,下次同类任务直接复用,而不是重新口述。 Save the working steps as a Skill so the next similar job reuses them instead of being re-explained.

  3. 再上 RoutineThen add a Routine

    输出稳定后再打开例行 / 定时。本条已有例行形态,不要一上来就无人值守外发。 Turn on the routine / schedule only after output is stable. This item already has a routine shape — do not start unattended outbound.

相关案例Related cases