-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Introducing AutoAnny: A New Discord Bot Built with AutoGen #1501
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1501 +/- ##
==========================================
+ Coverage 34.24% 35.28% +1.03%
==========================================
Files 42 44 +2
Lines 5098 5311 +213
Branches 1165 1231 +66
==========================================
+ Hits 1746 1874 +128
- Misses 3209 3283 +74
- Partials 143 154 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Very cool! |
Co-authored-by: Davor Runje <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add all the sample apps to https://microsoft.github.io/autogen/docs/Examples for discoverability? Need to revise the structure of the current webpage.
added. |
@sonichi I improved the blog tone and made it more inclusive. More feedback is welcome. Are there more details I completely missed that could make the article more exciting for community? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with minor suggestions.
Co-authored-by: Chi Wang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very cool!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool stuff. Just a note that we can rewrite the task solver using the new initiate_chat
interface.
…#1501) * Move app from private repo to AutoGen * Add icon * Draft initial blog * Update samples/apps/auto-anny/bot.py Co-authored-by: Davor Runje <[email protected]> * Update README.md * Allow specifying repo name * Log messages and reactions to messages * Update readme * Update blog * Update blog * Update website and readme * Extend examples * Improve blog * Update website/blog/2024-02-02-AutoAnny/index.mdx Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Davor Runje <[email protected]> Co-authored-by: Chi Wang <[email protected]>
This PR adds a new sample app based on AutoGen -- a Discord bot meant to help AutoGen devs.
Please see the README of this app to understand what it can do.
Once we have a good version, we will get it added to dev-contributors in Discord.
Why are these changes needed?
Related issue number
Checks