Skip to content

Commit

Permalink
Increment version number to 1.8.7
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693752111
Change-Id: If572c646de3f4a0188021f2e23f4efa578bc9304
  • Loading branch information
vezhnick authored and copybara-github committed Nov 6, 2024
1 parent 9ec2457 commit 187cd09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).


## [1.8.7] - 2024-11-5

### Added

- add parochial universalization agent to the main factories
- add Jinja2 to the requirements to improve the prompting experience
- Add get_raw_memories and get_raw_memories_as_text functions on the memory component.


## [1.8.6] - 2024-10-29

### Added

- Add ability to save and load rational and basic agents to/from json.
- Add a version of agent development colab that uses GCP hosted model

- Add a version of agent development colab that uses GCP hosted model.

## [1.8.5] - 2024-10-21

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:

setuptools.setup(
name='gdm-concordia',
version='1.8.6',
version='1.8.7',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/google-deepmind/concordia',
Expand Down

0 comments on commit 187cd09

Please sign in to comment.