Adding readme with link to a repo containing a comprehensive multiagent postgreSQL data management example#6443
Merged
ekzhu merged 2 commits intomicrosoft:mainfrom May 1, 2025
Merged
Conversation
Contributor
Author
|
CC @ekzhu to review -- thanks! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6443 +/- ##
=======================================
Coverage 78.55% 78.55%
=======================================
Files 225 225
Lines 16523 16523
=======================================
Hits 12979 12979
Misses 3544 3544
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ekzhu
approved these changes
May 1, 2025
ChrisBlaa
pushed a commit
to ChrisBlaa/autogen
that referenced
this pull request
May 8, 2025
…nt postgreSQL data management example (microsoft#6443) ## Why are these changes needed? Requesting to add a new example folder under Python samples so that AutoGen(0.4+) users can easily find this comprehensive example of using agents and Groupchats to build a multi-agent data management system for Azure postgreSQL. Readme contains link to a repo with comprehensive multiagent postgreSQL data management example ## Related issue number N/A ## Checks N/A (only a readme file) - [ ] 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. Co-authored-by: Mehrsa Golestaneh <mgolestaneh@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Requesting to add a new example folder under Python samples so that AutoGen(0.4+) users can easily find this comprehensive example of using agents and Groupchats to build a multi-agent data management system for Azure postgreSQL. Readme contains link to a repo with comprehensive multiagent postgreSQL data management example
Related issue number
N/A
Checks
N/A (only a readme file)