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 drivesseed --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. |