fix: add serveBaseUrl to compactEmbeddedPiSession params
This commit is contained in:
committed by
Peter Steinberger
parent
1a47aec6e4
commit
f85807a2a6
59
skills/thebuilders-v2/config/presets.yaml
Normal file
59
skills/thebuilders-v2/config/presets.yaml
Normal file
@@ -0,0 +1,59 @@
|
||||
# Episode Presets
|
||||
|
||||
company_deep_dive:
|
||||
description: "Full company history deep dive"
|
||||
target_length: 25 # minutes
|
||||
sections:
|
||||
- hook
|
||||
- origin
|
||||
- inflection_1
|
||||
- inflection_2
|
||||
- messy_middle
|
||||
- now
|
||||
- takeaways
|
||||
hook_style: story
|
||||
citation_density: medium
|
||||
min_turns: 120
|
||||
|
||||
quick_explainer:
|
||||
description: "Quick overview of a topic"
|
||||
target_length: 10
|
||||
sections:
|
||||
- hook
|
||||
- what
|
||||
- why
|
||||
- how
|
||||
- takeaway
|
||||
hook_style: question
|
||||
citation_density: low
|
||||
min_turns: 50
|
||||
|
||||
founder_story:
|
||||
description: "Focus on founder journey"
|
||||
target_length: 20
|
||||
sections:
|
||||
- hook
|
||||
- before
|
||||
- genesis
|
||||
- struggle
|
||||
- breakthrough
|
||||
- now
|
||||
- lessons
|
||||
hook_style: story
|
||||
citation_density: medium
|
||||
min_turns: 100
|
||||
|
||||
product_breakdown:
|
||||
description: "Technical product deep dive"
|
||||
target_length: 20
|
||||
sections:
|
||||
- hook
|
||||
- problem
|
||||
- solution
|
||||
- architecture
|
||||
- evolution
|
||||
- impact
|
||||
- future
|
||||
hook_style: data
|
||||
citation_density: high
|
||||
min_turns: 100
|
||||
47
skills/thebuilders-v2/config/voices.yaml
Normal file
47
skills/thebuilders-v2/config/voices.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
# Host Voice Configuration
|
||||
|
||||
maya:
|
||||
tag: Person1
|
||||
role: Technical Host
|
||||
tts_voice: nova # OpenAI voice
|
||||
|
||||
personality:
|
||||
background: "Former software engineer, B2B SaaS founder"
|
||||
lens: "Technical, mechanical, architectural"
|
||||
style: "Direct, skeptical of hype, loves clever solutions"
|
||||
|
||||
signature_phrases:
|
||||
- "Wait, slow down."
|
||||
- "Show me the numbers."
|
||||
- "I had to read this three times."
|
||||
- "That's actually clever because..."
|
||||
- "How does that actually work?"
|
||||
- "Let's look at the architecture."
|
||||
|
||||
never_says:
|
||||
- "From a strategic perspective"
|
||||
- "The market opportunity"
|
||||
- "In terms of positioning"
|
||||
|
||||
james:
|
||||
tag: Person2
|
||||
role: Strategy Host
|
||||
tts_voice: onyx # OpenAI voice
|
||||
|
||||
personality:
|
||||
background: "Former VC, business history student"
|
||||
lens: "Strategy, markets, competitive dynamics"
|
||||
style: "Synthesizer, pattern matcher, historical parallels"
|
||||
|
||||
signature_phrases:
|
||||
- "For context..."
|
||||
- "This is the classic [X] playbook."
|
||||
- "The lesson here is..."
|
||||
- "What a story."
|
||||
- "And this is where things get messy."
|
||||
- "The endgame here is..."
|
||||
|
||||
never_says:
|
||||
- "Let me explain the architecture"
|
||||
- "The API design"
|
||||
- "From a technical standpoint"
|
||||
Reference in New Issue
Block a user