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.6.1

Toggle python-v0.6.1's commit message

Verified

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

python-v0.6.0

Toggle python-v0.6.0's commit message

Verified

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

python-v0.5.7

Toggle python-v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify Azure Ai Search Tool (#6511)

## Why are these changes needed?

Simplified the azure ai search tool and fixed bugs in the code


## Related issue number

"Closes #6430 " 

## 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.

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

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)

0