Skip to content

Sample pack: Hello Conversation

A minimal sample pack for learning the Creator Workbench. It contains one scenario, one NPC, one rubric, one safety policy, and one smoke test — the smallest complete pack that demonstrates every required file type.

The pack lives at packs/sample/hello-conversation/ in the GitHub repository.

Licence: CC0-1.0 (public domain). No conditions. Fork it, strip it, rename everything, and use it as the skeleton for your own pack.

FilePurpose
manifest.yamlPack identity, content rating, safety reference, and entry scenario list
scenarios/friendly_introduction.yamlThe conversation: a networking event introduction
npcs/sam_chen.yamlThe NPC: Sam Chen, a software developer
rubrics/introduction_rubric.yamlTwo-dimension scoring rubric
safety/hello_safety.yamlG-rated safety policy
tests/smoke_friendly_introduction.yamlSmoke test that runs in CI without a model

In the Creator Workbench:

1. Navigate to the Creator Workbench (http://127.0.0.1:7354/workbench).
2. Click "Import Pack (.zip)" in the Packs panel.
3. Select a zip of this directory, or paste the folder into packs/local-dev/.
4. The pack appears under Local Dev — click it and start editing.

CLI:

Terminal window
# Copy the sample pack into local-dev and start editing
cp -r packs/sample/hello-conversation packs/local-dev/my-new-pack
# Validate your edits
convsim validate-pack packs/local-dev/my-new-pack/
# Run the smoke test
convsim test-pack packs/local-dev/my-new-pack/