Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyautogen[websurfer] from 0.2.9 to 0.2.16 #403

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps pyautogen[websurfer] from 0.2.9 to 0.2.16.

Release notes

Sourced from pyautogen[websurfer]'s releases.

v0.2.16

Highlights

  • Nested chats are made easier by register_nested_chats. Nested chats allow AutoGen agents to use other agents as their inner monologue before replying to other agents. Example of using nested chat to compose a super-agent based on multi-agent conversation.
  • Blog for FSM-based group chat with user-specified agent transitions.
  • Docker-based jupyter executor.
  • Support removing function calls in ConversableAgent.
  • Improvement in hook methods.
  • Bug fix for DALLE agent.
  • Improvement in doc & test.

Thanks to @​qingyun-wu @​joshkyh @​freedeaths @​jackgerrits @​skzhang1 @​RohitRathore1 @​BeibinLi @​shreyas36 @​gunnarku @​abhaymathur21 @​victordibia and all the other contributors!

What's Changed

New Contributors

Full Changelog: microsoft/autogen@v0.2.15...v0.2.16

v0.2.15

Highlights

  • Async version of multiple dependent chats. Example.
  • Improvement in chat control:
    • Allow sending introductions in the beginning of group chat for participants to know each other's role.
    • Allow setting max turns when initiating chats.
  • Improvement and bug fix in:
    • custom message processing methods: allow processing messages before sending, such as displaying in a custom frontend.
    • multimodal agent: use PIL image internally.
    • code execution: command line executor, powershell etc.
    • long context handling.
    • GPT Assistant Agent: compatibility with azure openai.
    • AutoGenBench.
    • Documentation.

Thanks to @​randombet @​afourney @​qingyun-wu @​BeibinLi @​jackgerrits @​abhaymathur21 @​skzhang1 @​gunnarku @​AaronWard @​thinkall @​dkirsche @​RohitRathore1 @​LinxinS97 @​IANTHEREAL and all the other contributors!

... (truncated)

Commits

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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 4, 2024
Bumps [pyautogen[websurfer]](https://github.com/microsoft/autogen) from 0.2.9 to 0.2.16.
- [Release notes](https://github.com/microsoft/autogen/releases)
- [Commits](microsoft/autogen@v0.2.9...v0.2.16)

---
updated-dependencies:
- dependency-name: pyautogen[websurfer]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyautogen-websurfer--0.2.16 branch from aa04605 to 8e80542 Compare March 5, 2024 08:24
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

Looks like pyautogen[websurfer] is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Mar 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyautogen-websurfer--0.2.16 branch March 6, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants