v0.2.27
版本发布时间: 2024-04-30 22:54:59
microsoft/autogen最新发布版本:v0.2.38(2024-11-11 10:53:33)
Highlights
- New language support: AutoGen.NET.
- Support OpenAI assistant v2 API.
- New features: Allow initializing an agent with message history; event logging.
- More robust group chat: Re-query speaker name when multiple speaker names returned during Group Chat speaker selection.
- New language support in code execution: HTML, CSS and Javascript in LocalCommandLineCodeExecutor.
- New caching backend using Azure Cosmos DB.
Thanks to @thinkall @WaelKarkoub @luxuncang @IANTHEREAL @LittleLittleCloud @lalo @asandez1 @themataleao @Hk669 @wmwxwa @Knucklessg1 @giorgossideris @marklysze and all the other contributors!
What's Changed
- Update RetrieveChat extra dependencies by @thinkall in https://github.com/microsoft/autogen/pull/2449
- Adds Message History to a
ConversableAgent
by @WaelKarkoub in https://github.com/microsoft/autogen/pull/2437 - Make the port number optional in JupyterConnectionInfo() by @luxuncang in https://github.com/microsoft/autogen/pull/2473
- Support openai assistant v2 API by @IANTHEREAL in https://github.com/microsoft/autogen/pull/2466
- enable lfs support in dotnet workflow by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/2483
- feat: add event logging api and more tracing by @lalo in https://github.com/microsoft/autogen/pull/2478
- Add support for HTML, CSS and Javascript in LocalCommandLineCodeExecutor with Mapping executor/saver #2303 by @asandez1 in https://github.com/microsoft/autogen/pull/2464
- Fix python not supported in macos by @thinkall in https://github.com/microsoft/autogen/pull/2503
- fix typo by @themataleao in https://github.com/microsoft/autogen/pull/2497
- fix:
autogen.AssistantAgent
at https://microsoft.github.io/autogen/blog/2023/10/18/RetrieveChat/ by @Hk669 in https://github.com/microsoft/autogen/pull/2504 - AutoGen cache using Azure Cosmos DB by @wmwxwa in https://github.com/microsoft/autogen/pull/2327
- Bring Dotnet AutoGen by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/924
- 2447 fix pgvector tests and notebook by @Knucklessg1 in https://github.com/microsoft/autogen/pull/2455
- Use config list in notebook by @sonichi in https://github.com/microsoft/autogen/pull/2537
- Streamline Testing with
pytest-cov
andpytest
Defaults by @WaelKarkoub in https://github.com/microsoft/autogen/pull/2490 - tags for config in notebooks by @sonichi in https://github.com/microsoft/autogen/pull/2539
- Min tokens in token limiter by @giorgossideris in https://github.com/microsoft/autogen/pull/2400
- [.Net] fix code ql for dotnet build && update trigger for dotnet workflow by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/2529
- Re-query speaker name when multiple speaker names returned during Group Chat speaker selection by @marklysze in https://github.com/microsoft/autogen/pull/2304
New Contributors
- @luxuncang made their first contribution in https://github.com/microsoft/autogen/pull/2473
- @asandez1 made their first contribution in https://github.com/microsoft/autogen/pull/2464
- @themataleao made their first contribution in https://github.com/microsoft/autogen/pull/2497
Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.26...v0.2.27