You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promote dev → main and cut v0.4.21 (stylized 0.4.2-1). Includes #44 output-filter, #45 readme, #46 tip-aware streaming reply, dev-track GHCR tags, and the 0.4.21-dev → 0.4.21 version/openapi/README bump.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,10 @@ Each chat session carries a six-dimensional relationship vector. The six axes
52
52
|`patience`| 0.0 to 1.0 | Tolerance for low-effort or repeated messages. |
53
53
|`tension`| 0.0 to 1.0 | Push-pull, friction, and playful resistance. |
54
54
55
-
Two **composite scores** summarize this vector for prompt-shaping — each is the mean of a disjoint triplet of axes (`warmth` is rescaled to 0–1 first):
55
+
Two **composite scores** summarize this vector for prompt-shaping — each is the mean of a disjoint triplet of axes (`warmth` is rescaled to 0-1 first):
56
56
57
-
-**bond** (朋友感, how close it feels) = mean(`warmth`, `intimacy`, `tension`)
58
-
-**chemistry** (来电感, how charged it feels) = mean(`trust`, `intrigue`, `patience`)
57
+
-**bond** (how close it feels) = mean(`warmth`, `intimacy`, `tension`)
58
+
-**chemistry** (how charged it feels) = mean(`trust`, `intrigue`, `patience`)
59
59
60
60
Updates are smoothed with exponential moving average (EMA), so the persona does not jump between emotional states. `intrigue`, `patience`, and `tension` also decay or recover with real time. The smoothing strength is set by `EMA_INERTIA` (default `0.8`): each turn applies only `1 − inertia` of the evaluated delta, so a higher value makes the relationship build (and cool) more slowly — in effect a difficulty dial — while `0` applies every delta in full.
61
61
@@ -133,7 +133,7 @@ eros-engine-llm = "0.4" # only if you want the OpenRouter + Voyage clients
133
133
Multi-arch (`linux/amd64`, `linux/arm64`) images for `eros-engine-server` are published to GitHub Container Registry on every `v*` tag:
0 commit comments