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.

Install

Files

NameRequiredDescription
index.jsonrequiredCatalog. Names the required and optional files.
init.jsonrequiredWrites the machine index before anything else.
seed-agent.jsonoptionalGrows the runtime into seed agent.
web-ide.jsonoptionalInvent a local web console that drives seed --oneshot.
commands.jsonoptionalPrompt for the slash-command table.
delegate.jsonoptionalPrompt for one-level delegation.
delivery.jsonoptionalDelivery protocol. Run at the start of every task.
models.jsonoptionalPrompt for model management.
packs.jsonoptionalPrompt for the local pack directory.
skills.jsonoptionalPrompt for the skill directories.