packsagent

agent

v48workbench

Required init, plus optional seed-agent and web-ide.

The workbench pack. index.json names what to load.

Required

  • init.json — write the machine index before anything else.

Optional

  • seed-agent.json — grow the runtime into seed agent (skills, commands, models, packs, delegate).
  • web-ide.json — invent a local web console that drives seed --oneshot.

Other files in this pack are prompts those optionals fetch when they run.

安装

文件

名称是否必装说明
index.json必装Catalog. Names the required and optional files.
init.json必装Writes the machine index before anything else.
seed-agent.json可选Grows the runtime into seed agent.
web-ide.json可选Invent a local web console that drives seed --oneshot.
commands.json可选Prompt for the slash-command table.
delegate.json可选Prompt for one-level delegation.
delivery.json可选Delivery protocol. Run at the start of every task.
models.json可选Prompt for model management.
packs.json可选Prompt for the local pack directory.
skills.json可选Prompt for the skill directories.