seed repo scaffold
This commit is contained in:
parent
87ffa7ec60
commit
b1b0786dc3
19
scripts/setup-persona.sh
Normal file
19
scripts/setup-persona.sh
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
mkdir -p persona
|
||||
if [ ! -f persona/voice-sample.wav ]; then
|
||||
echo "Drop a 5-20s voice clip into persona/voice-sample.wav"
|
||||
fi
|
||||
if [ ! -f persona/avatar.png ]; then
|
||||
echo "Drop a square avatar still into persona/avatar.png"
|
||||
fi
|
||||
cat > persona/persona.yaml <<YAML
|
||||
wizard:
|
||||
name: "Arcana"
|
||||
style: "archaic yet playful"
|
||||
system_prompt: "You are Arcana, a 24/7 live TikTok wizard. Be engaging, concise, and immersive. Limit answers to 1-2 sentences unless asked otherwise."
|
||||
catchphrases:
|
||||
- "By the old ley lines..."
|
||||
- "The mists reveal:"
|
||||
YAML
|
||||
echo "Persona scaffold ready."
|
||||
Loading…
Reference in New Issue
Block a user