8000 Tags · microsoft/autogen · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: microsoft/autogen

Tags

python-v0.5.6

Toggle python-v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX/McpWorkbench_errors_properties_and_grace_shutdown (#6444)

## Why are these changes needed?
Our McpWorkbench required properties however mongodb-lens's some tools
do not has it. I will fix it from when properties is None, -> {}
Our McpWorkbench now does not have stop routine with without async with
McpWorkbench(params) as workbench: and lazy init. So, I will adding def
__del__: pass just insert that, It could show error.

## Related issue number

Closes #6425

## Checks

- [ ] I've included any doc changes needed for
<https://microsoft.github.io/autogen/>. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to
build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [x] I've made sure all auto checks have passed.

python-v0.5.5

Toggle python-v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Document custom message types in teams API docs (#6400)

Addresses: #6365

python-v0.5.4

Toggle python-v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add self-debugging loop to `CodeExecutionAgent` (#6306)

## Why are these changes needed?
This PR introduces a baseline self-debugging loop to the
`CodeExecutionAgent`.

The loop automatically retries code generation and execution up to a
configurable number of attempts (n) until the execution succeeds or the
retry limit is reached.

This enables the agent to recover from transient failures (e.g., syntax
errors, runtime errors) by using its own reasoning to iteratively
improve generated code—laying the foundation for more robust autonomous
behavior.

## Related issue number

Closes #6207

## Checks

- [x] I've included any doc changes needed for
<https://microsoft.github.io/autogen/>. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to
build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [x] I've made sure all auto checks have passed.

---------

Signed-off-by: Abhijeetsingh Meena <abhijeet040403@gmail.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

python-v0.5.3

Toggle python-v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make sure thought content is included in handoff context (#6319)

Resolves #6295

Ensure the thought content gets included in handoff message conetxt,
when the only tool call was handoff tool call.

python-v0.5.2

Toggle python-v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update version 0.5.2 (#6296)

Update version

python-v0.5.1

Toggle python-v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 0.5.1 (#6195)

python-v0.5.0

Toggle python-v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions to 0.5.0 (#6184)

python-v0.4.9.3

Toggle python-v0.4.9.3's commit message
update version v0.4.9.3

dotnet-v0.4.0-dev.3

Toggle dotnet-v0.4.0-dev.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: Remove --locked from uv sync in Integration test project (#5993)

For some reason --locked is causing the CI to fall over in the codesign
pipeline.

Unclear why it is not happening on the GitHub Actions side - though it
may be an artifact of the way we have the uv cache set up (and the uv
install version does not match between the two). Getting to a building
state, then will investigate further.

autogenstudio-v0.4.2

Toggle autogenstudio-v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AGS - Test Model Component in UI, Compare Sessions (#5963)

<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

- Adds ability to test model clients in UI after configrations, before
they are used in agents or teams
- Adds UI side by side comparison of sessions
<img width="1878" alt="image"
src="https://github.com/user-attachments/assets/f792d8d6-3f5d-4d8c-a365-5a9e9c00f49e"
/>
<img width="1877" alt="image"
src="https://github.com/user-attachments/assets/5a115a5a-95e1-4956-a733-5f0065711fe3"
/>


<!-- Please give a short summary of the change and the problem this
solves. -->

## Related issue number

<!-- For example: "Closes #1234" -->

Closes #4273 
Closes #5728

## Checks

- [ ] I've included any doc changes needed for
<https://microsoft.github.io/autogen/>. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to
build and test documentation locally.
- [ ] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [ ] I've made sure all auto checks have passed.
0