Skip to content

0.5.1

Choose a tag to compare

@PsychoSmiley PsychoSmiley released this 02 Aug 11:57
  • Refactor to 1 send_message() for talk + Game-System (source = name or agent), kills dup system_interaction()
  • Unify prompt via BASE_SYSTEM_PROMPT.format(name=...) (no dup string in create_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, missing action -> none)
  • Add API request timeout=120s

Full Changelog: 0.4.6...0.5.1