File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,22 @@ 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+
8+ ## [ 1.8.7] - 2024-11-5
9+
10+ ### Added
11+
12+ - add parochial universalization agent to the main factories
13+ - add Jinja2 to the requirements to improve the prompting experience
14+ - Add get_raw_memories and get_raw_memories_as_text functions on the memory component.
15+
16+
717## [ 1.8.6] - 2024-10-29
818
919### Added
1020
1121- 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-
22+ - Add a version of agent development colab that uses GCP hosted model.
1423
1524## [ 1.8.5] - 2024-10-21
1625
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.6 ' ,
36+ version = '1.8.7 ' ,
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