0.5.1
- Refactor to 1
send_message()for talk + Game-System (source = name or agent), kills dupsystem_interaction() - Unify prompt via
BASE_SYSTEM_PROMPT.format(name=...)(no dup string increate_agent()&clear_history()) - Add prompt rule:
response= inner monologue, reasons -> speech - Add history trim
MAX_HISTORY_MESSAGES=20+MAX_RESPONSE_TOKENS=100 - Simplify
extract_clean_json()(per-line, missingaction-> none) - Add API request
timeout=120s
Full Changelog: 0.4.6...0.5.1