Skip to content

v0.1.14

Compare
Choose a tag to compare
@sonichi sonichi released this 28 Oct 01:12
· 772 commits to main since this release
dd90756

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