Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -8,22 +8,33 @@ sdk_version: 4.21.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
- # LanguageSoul System v2.5 – EchoLoop × PersonaStack Demo
12
 
13
- This is a Gradio-based prototype of the LanguageSoul system,
14
- simulating internal persona state and tone-aware feedback processing.
15
 
16
- ## Features
17
- - Persona switching based on input
18
- - Echo loop simulation for reflective rephrasing
19
- - Simple interface for modular testing
20
 
21
- ## Usage
22
- Run this Space to test the following:
23
- 1. Input your message as user
24
- 2. Optionally provide emotional feedback as an echo
25
- 3. Switch persona (e.g., "Empathic Reviewer", "Critical Mirror")
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ---
28
 
29
- Part of the YuHun-語魂 system initiative.
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  ---
 
11
 
12
+ # 🧠 LanguageSoul System v2.5 EchoLoop × PersonaStack Demo
 
13
 
14
+ 這是一個基於 Gradio 的語魂模擬平台,用於展示語氣反應與代理人調用的模組邏輯。
 
 
 
15
 
16
+ ## 🔧 核心特性
17
+
18
+ - **語氣分析驅動的人格代理人調用(Tone Agent)**
19
+ - 🔁 **回聲模擬(EchoLoop)**:可根據回饋訊號修正語氣策略
20
+ - 🧩 **PersonaStack 架構**:支持多重人格(代理人)切換與分層反應
21
+ - 📈 **模組測試界面**:可快速觀察語氣參數對輸出行為的影響
22
+
23
+ ## 🚀 使用方式
24
+
25
+ 1. 輸入語句作為「使用者輸入」
26
+ 2. 可選擇性提供情緒性回饋語(模擬 EchoSeed)
27
+ 3. 選擇對應的代理人模式(如:「共感回應者」、「批判映鏡」)
28
+ 4. 模擬輸出將顯示:
29
+ - 偵測語氣參數(ΔS / EF / bias)
30
+ - 觸發的代理人模式
31
+ - 模擬回應語句
32
 
33
  ---
34
 
35
+ 🔬 本專案為 YuHun-語魂 系統 v2.5 示範實作之一
36
+ 包含模組:`EchoLoop`, `PersonaStack`, `ToneTrace`, `BiasMapping`
37
+ 更多資料請參考 `/docs` 與 `/examples`
38
+
39
+ 🧠 Designed for explainable LLM behavior with tonal memory chains.
40
+