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.
Install
Files
| Name | Required | Description |
|---|---|---|
| index.json | required | Catalog. Names the required and optional files. |
| init.json | required | Writes the machine index before anything else. |
| seed-agent.json | optional | Grows the runtime into seed agent. |
| web-ide.json | optional | Invent a local web console that drives seed --oneshot. |
| commands.json | optional | Prompt for the slash-command table. |
| delegate.json | optional | Prompt for one-level delegation. |
| delivery.json | optional | Delivery protocol. Run at the start of every task. |
| models.json | optional | Prompt for model management. |
| packs.json | optional | Prompt for the local pack directory. |
| skills.json | optional | Prompt for the skill directories. |