github microsoft/autogen v0.1.14

latest releases: v0.2.27, v0.2.26, v0.2.25...
6 months ago

Highlights

  • ๐Ÿ‘€Give vision to your agent: multimodal examples are added at https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_llava.ipynb.
  • ๐Ÿ“–TeachableAgent blogpost: https://microsoft.github.io/autogen/blog/2023/10/26/TeachableAgent.
  • ๐Ÿงต Run a chat in a different thread/process: using thread safe timeout for code execution.
  • ๐Ÿชถ Qdrant vector store: A QdrantRetrieveUserProxyAgent is added in contrib/.
  • ๐Ÿšฆ Support new version of chromadb in retrieve chat.
  • ๐Ÿงฎ Token count utils.
  • ๐Ÿ‹ Improve vscode extension setup in codespace.
  • ๐Ÿ“ Many improvements in documentation, FAQ, useful tips, such as
    • how to prevent gpt-3.5 agents' appreciation loop
    • fixes in the langchain notebook
    • link to the roadmap
    • common issues in retrieve chat

Thanks to @BeibinLi @rickyloynd-microsoft @ragyabraham @Anush008 @thinkall @kevin666aa @shruti222patel @craigomatic @AaronWard and all the other contributors!

Headsup

v0.2 release is near the corner, and we'll switch to openai v1 in it. Please check for breaking changes in #393. We'll try to add as many features back as possible before the release. If you see any breaking changes that affect your work, please comment in the PR thread.

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

Don't miss a new autogen release

NewReleases is sending notifications on new releases.