- 04 Aug, 2024 1 commit
-
-
New LEAD behavior, to guide a player to a random location (and show message when destination is reached). Updated unit tests to add new LEAD tests.
Jonathan Thomas authored
-
- 12 Jul, 2024 1 commit
-
-
Update system-chat, remove syntax example, change USER/ASSISTANT to PLAYER/ENTITY, simplify FLEE and PROTECT behaviors.
Jonathan Thomas authored
-
- 08 Jul, 2024 2 commits
-
-
Updated README.md with new video thumbnail, and simplified text, added spoiler to install instructions
Jonathan Thomas authored -
- Added new LLM tests for UNFLEE - Fixed certain behaviors from colliding with others (i.e. mutual exclusive ones)
Jonathan Thomas authored
-
- 03 Jul, 2024 2 commits
-
-
Added `PlayerBaseGoal` class to allow **goals/behaviors** to **continue** after a player **respawns** / logs out / logs in. Fixed teleport issue to be closer to player position, and fixed a regression caused by teleport that stopped following entities that were too far away.
Jonathan Thomas authored -
- New PROTECT behavior - Native ATTACK abilities - Improved FOLLOW (with teleportation) - Improved FLEE (more random, more reliable)
Jonathan Thomas authored
-
- 14 Jun, 2024 2 commits
-
-
Jonathan Thomas authored
-
Jonathan Thomas authored
-
- 12 Jun, 2024 1 commit
-
-
- new junit test module - 4 initial tests for attack, follow, and flee - improved regex to support <behavior> or *behavior* - improved message cleaning - refactor of HTTP requests to remove some Minecraft and Fabric specific imports
Jonathan Thomas authored
-
- 02 Jun, 2024 3 commits
-
-
Jonathan Thomas authored
-
- Large prompt refactor for system chat message
Jonathan Thomas authored -
Madeline Thomas authored
-
- 01 Jun, 2024 2 commits
-
-
Madeline Thomas authored
-
Madeline Thomas authored
-
- 29 May, 2024 4 commits
-
-
Jonathan Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
- 27 May, 2024 2 commits
-
-
Jonathan Thomas authored
-
Madeline Thomas authored
-
- 26 May, 2024 6 commits
-
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
- 15 May, 2024 1 commit
-
-
- Bucketing a creature now maintains chat history when respawned
Jonathan Thomas authored
-
- 14 May, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 02 May, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 01 May, 2024 1 commit
-
-
Adding client language into both prompts, so entities will attempt to speak in the player's language (if valid and possible).
Jonathan Thomas authored
-
- 29 Apr, 2024 1 commit
-
-
Updating system-chat prompt to include new class, skills, and background attributes, removing age, and rearranging them to match the character creation prompt. Also adding "Current " in front of Health and Hunger attributes.
Jonathan Thomas authored
-
- 28 Apr, 2024 1 commit
-
-
Jonathan Thomas authored
-
- 26 Apr, 2024 3 commits
-
-
Madeline Thomas authored
-
Madeline Thomas authored
-
Madeline Thomas authored
-
- 25 Apr, 2024 2 commits
-
-
- Added placeholder CHANGELOG.md file, to track releases - Added CONTRIBUTING.md with instructions on how to contribute - Updated "Creature Chat" name to "CreatureChat" - Updated README.md (new resource links, removed upgrade notes, simplified some sections
Jonathan Thomas authored -
Madeline Thomas authored
-
- 24 Apr, 2024 3 commits
-
-
Updating README.md, renaming COPYING to LICENSE.md (replacing with markdown version of GPLv3), updating screenshots to owlmaddie versions.
Jonathan Thomas authored -
- Allow entity to respond to being handed an item automatically (limit 1 time), if they already have a character sheet. NOTE: They must need the item and accept it.
Jonathan Thomas authored -
Small refactor to entity character sheet context, and prompt - insert each line separately, instead of the entire character sheet. Added entity_health as well.
Jonathan Thomas authored
-