Breaking changes
use_docker
defaults to True.last_n_messages
defaults to "auto".
Highlights
- Support both redis cache and diskcache for agent chat and client.
- Web surfer agent
- Allow
initiate_chat
with no message to take human input. - Add dev container for AutoGen Studio.
Thanks to @olgavrou @afourney @vijaykramesh @ekzhu @balakreshnan @bitnom @gagb and all the other contributors!
What's Changed
- set use_docker to default to True by @olgavrou in #1147
- Add dev container for AutoGen Studio by @gagb in #1241
- Allow initiate_chat without passing message by @bitnom in #1244
- [Core] implement redis cache mode by @vijaykramesh in #1222
- More documentation for Cache. Updated FAQ to include database Locked error by @balakreshnan in #1291
- Add a web surfer agent that can search and browse the web. by @afourney in #1093
- bump version to 0.2.8 by @sonichi in #1349
- fix website production css by @cheng-tan in #1366
- Add an AutoGen UI example powered by Panel by @randombet in #1348
- Change last_n_messages to default to 'auto' by @afourney in #1356
New Contributors
- @olgavrou made their first contribution in #1147
- @vijaykramesh made their first contribution in #1222
- @balakreshnan made their first contribution in #1291
- @randombet made their first contribution in #1348
Full Changelog: v0.2.7...v0.2.8