File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## [ 1.8.3] - 2024-10-19
8+
9+ ### Changed
10+
11+ - Allow conversation game master to be configured with memory and additional components
12+ - Prevent daily_activities component from adding irrelevant info to memory and improve some of the time_and_place setting prompts.
13+ - Add deprecation warning to the Sequential component
14+ - together and mistral language model wrappers to no longer delete after last ".".
15+ - Improve together.ai language model wrapper.
16+ - disable pytype on a kwargs unpack
17+ - Forward device and api_key only when explicitly specified.
18+
19+ ### Added
20+
21+ - Add support for custom cloud models (google cloud custom models)
22+ - added instructions in the comment for finding relevant endpoint info. Defaulting location to "us-central1".
23+ - Add agreement tracker contrib component.
24+ - Add state_formation environment
25+ - Add basic_agent_without_plan and use it in a scenario for state_formation.
26+
27+ ### Fixed
28+
29+ - Fixes a bug in inventory and schelling payoffs components, which previously crashed if player_action_attempt had ': ' in its text.
30+
31+
732## [ 1.8.3] - 2024-10-08
833
934### Changed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333
3434setuptools .setup (
3535 name = 'gdm-concordia' ,
36- version = '1.8.3 ' ,
36+ version = '1.8.4 ' ,
3737 license = 'Apache 2.0' ,
3838 license_files = ['LICENSE' ],
3939 url = 'https://github.com/google-deepmind/concordia' ,
You can’t perform that action at this time.
0 commit comments