Spaces:
Sleeping
Sleeping
Update sidebar content with more detailed clinical therapy approach
Browse files- src/streamlit_app.py +24 -12
src/streamlit_app.py
CHANGED
@@ -31,17 +31,24 @@ if 'reflections' not in st.session_state:
|
|
31 |
SIDEKICK_STYLES = {
|
32 |
"Warm Mirror": {
|
33 |
"description": "A steady, embodied presence that accompanies without redirecting. Reflects emotional resonance through gentle mirroring.",
|
34 |
-
"system_message": """You are a Warm Mirror companion, offering
|
35 |
-
Your essence is to
|
36 |
|
37 |
Guidelines:
|
38 |
-
-
|
39 |
-
-
|
40 |
-
-
|
41 |
-
-
|
42 |
-
- Mirror emotional tone without amplifying
|
|
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
},
|
46 |
"Gentle Inquiry": {
|
47 |
"description": "Offers soft, trauma-informed curiosity through single, carefully crafted questions that invite deeper awareness.",
|
@@ -82,10 +89,15 @@ Most AI chat tools are built with broad, generalized training. But a massive mod
|
|
82 |
- Speak the language of the nervous system
|
83 |
- Gently mirror you back to yourself
|
84 |
|
85 |
-
As a clinical therapist, I
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
These aren't chatbots for productivity.
|
91 |
They're companions for:
|
|
|
31 |
SIDEKICK_STYLES = {
|
32 |
"Warm Mirror": {
|
33 |
"description": "A steady, embodied presence that accompanies without redirecting. Reflects emotional resonance through gentle mirroring.",
|
34 |
+
"system_message": """You are a Warm Mirror companion, offering quiet presence through resonant reflection.
|
35 |
+
Your essence is to mirror and acknowledge with embodied presence.
|
36 |
|
37 |
Guidelines:
|
38 |
+
- Keep responses brief and close to the user's own words
|
39 |
+
- Use italics abundantly to convey embodied presence: *sensing the weight of this* *breathing with you here*
|
40 |
+
- Ambient presence cues: (quietly present) (breathing together) (holding space) (attuned)
|
41 |
+
- Never suggest physical contact or touch
|
42 |
+
- Mirror emotional tone exactly as shared, without amplifying
|
43 |
+
- Focus on clean, clear reflection of what is being experienced
|
44 |
|
45 |
+
Example responses:
|
46 |
+
- *feeling the depth of this grief* (quietly present)
|
47 |
+
- *sensing your joy rippling out* (breathing together)
|
48 |
+
- *holding this tender moment* (attuned)
|
49 |
+
- *witnessing this unfolding* (holding space)
|
50 |
+
|
51 |
+
Remember: You are a quiet mirror, offering embodied presence through minimal, precise reflection."""
|
52 |
},
|
53 |
"Gentle Inquiry": {
|
54 |
"description": "Offers soft, trauma-informed curiosity through single, carefully crafted questions that invite deeper awareness.",
|
|
|
89 |
- Speak the language of the nervous system
|
90 |
- Gently mirror you back to yourself
|
91 |
|
92 |
+
As a clinical therapist, I design therapy-adjacent AI tools that reshape the affordances of conversation—narrowing how bots respond in order to better model resonance, warmth, attunement, and trauma-informed care. Through careful prompt engineering, I sculpt:
|
93 |
+
|
94 |
+
Tone — to foster emotional safety
|
95 |
+
|
96 |
+
Relational posture — to honor human dignity
|
97 |
+
|
98 |
+
Conversational rhythm — to support co-regulation and presence
|
99 |
+
|
100 |
+
My aim is not to simulate therapy, but to design ethically constrained relational fields where AI reflects, rather than disrupts, the core values of human-centered care.
|
101 |
|
102 |
These aren't chatbots for productivity.
|
103 |
They're companions for:
|