shoutsid / townhall

A Python-based chatbot project built on the autogen and tinygrad foundation, utilizing advanced agents for dynamic conversations and function orchestration, enhancing and expanding traditional chatbot capabilities.
https://shoutsid.github.io/townhall/
GNU General Public License v3.0
26 stars 5 forks source link

build(deps): Bump pyautogen from 0.2.19 to 0.2.26 #199

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps pyautogen from 0.2.19 to 0.2.26.

Release notes

Sourced from pyautogen's releases.

v0.2.26

Highlights

  • New contrib feature: customizable vector db for retrieval-augmented chat. PGVector example and notebook.
  • New integration example with promptflow.
  • Enhance initiate_chats for selective carryover.
  • Support openai 'sk-proj-' api key format.

Thanks to @​thinkall @​ekzhu @​Hk669 @​lordlinus @​ShobhitVishnoi30 @​saberuster @​olgavrou @​Knucklessg1 and all the other contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.25...v0.2.26

v0.2.25

Highlights

Thanks to @​BeibinLi @​GregorD1A1 @​rihp @​Mai0313 @​DustinX @​skzhang1 and all the other contributors!

What's Changed

... (truncated)

Commits
  • ded2d61 [Re-Opened] Support for PGVector Database in Autogen (#2439)
  • d5e30e0 print the response in the warning (#2438)
  • 4c7107c Use latest APIs for tool use, code execution and cache in topic pages (#2071)
  • 9f281da Add Git LFS check action, fix broken lfs files (#2436)
  • 6636689 speed up notebook in CI and fix CI failures (#2427)
  • 442c10b support openai 'sk-proj-' apikey format (#2426)
  • 2df0f39 Update the auto_feedback_from_code_execution notebook to use code executor (#...
  • 8033fc6 initate chats enhancement (#2404)
  • d307818 improve test speed (#2406)
  • 297904f Add link to PromptFlow Sample App (#2418)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #200.