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

Introducing AutoAnny: A New Discord Bot Built with AutoGen #1501

Merged
merged 15 commits into from
Feb 7, 2024

Conversation

gagb
Copy link
Collaborator

@gagb gagb commented Feb 1, 2024

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

@gagb gagb changed the title AutoAnny a New Sample App Introducing AutoAnny: A New Discord Bot Build with AutoGen Feb 1, 2024
@gagb gagb requested a review from jackgerrits February 1, 2024 07:38
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5b217c9) 34.24% compared to head (3f1c9e2) 35.28%.
Report is 10 commits behind head on main.

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     
Flag Coverage Δ
unittests 35.28% <ø> (+1.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gagb gagb requested a review from sonichi February 1, 2024 07:39
@davorrunje
Copy link
Collaborator

Very cool!

samples/apps/auto-anny/README.md Outdated Show resolved Hide resolved
Co-authored-by: Davor Runje <davor@airt.ai>
@gagb gagb changed the title Introducing AutoAnny: A New Discord Bot Build with AutoGen Introducing AutoAnny: A New Discord Bot Built with AutoGen Feb 1, 2024
@gagb gagb marked this pull request as ready for review February 3, 2024 07:41
Copy link
Contributor

@sonichi sonichi left a 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.

website/blog/2024-02-02-AutoAnny/index.mdx Outdated Show resolved Hide resolved
@gagb
Copy link
Collaborator Author

gagb commented Feb 5, 2024

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.

@gagb gagb requested a review from rajan-chari February 5, 2024 20:28
website/blog/2024-02-02-AutoAnny/index.mdx Outdated Show resolved Hide resolved
website/blog/2024-02-02-AutoAnny/index.mdx Outdated Show resolved Hide resolved
@gagb gagb requested a review from ekzhu February 6, 2024 07:35
@gagb
Copy link
Collaborator Author

gagb commented Feb 6, 2024

@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?

Copy link
Contributor

@sonichi sonichi left a 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.

website/blog/2024-02-02-AutoAnny/index.mdx Outdated Show resolved Hide resolved
website/docs/Examples.md Show resolved Hide resolved
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Copy link
Contributor

@qingyun-wu qingyun-wu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very cool!

@qingyun-wu qingyun-wu added this pull request to the merge queue Feb 7, 2024
@qingyun-wu qingyun-wu removed this pull request from the merge queue due to a manual request Feb 7, 2024
@qingyun-wu qingyun-wu added this pull request to the merge queue Feb 7, 2024
Merged via the queue into microsoft:main with commit e0fa6ee Feb 7, 2024
19 checks passed
Copy link
Collaborator

@ekzhu ekzhu left a 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.

whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
…#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 <davor@airt.ai>

* 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 <wang.chi@microsoft.com>

---------

Co-authored-by: Davor Runje <davor@airt.ai>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants