File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.6] - 2024-10-29
8+
9+ ### Added
10+
11+ - Add ability to save and load rational and basic agents to/from json.
12+ - Add a version of agent development colab that uses GCP hosted model
13+
14+
715## [ 1.8.5] - 2024-10-21
816
917### Fixed
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.5 ' ,
36+ version = '1.8.6 ' ,
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