human behavior: classifier gate, pacing, splitting, quiet hours, stable prompt prefix

This commit is contained in:
Oleksandr Kozachuk
2026-07-13 15:55:26 +02:00
parent 13b9569c07
commit ae870db181
15 changed files with 510 additions and 42 deletions
+3
View File
@@ -46,6 +46,9 @@ class FakeModelResponder(AIResponder):
async def consolidate(self, observations, known_facts):
return {"facts": [], "episode": None}
async def classify(self, message, history_tail):
return getattr(self, "scripted_classification", None)
async def translate(self, text: str, language: str = "english") -> str:
return text