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

add autogen.initiate_chats #1638

Merged
merged 15 commits into from
Feb 13, 2024
Merged

add autogen.initiate_chats #1638

merged 15 commits into from
Feb 13, 2024

Conversation

qingyun-wu
Copy link
Contributor

@qingyun-wu qingyun-wu commented Feb 12, 2024

Why are these changes needed?

Adding an initiate_chats API so that one can construct a sequence of chats with different senders (comparing to the initiate_chats method of a particular ConversableAgent).

Related issue number

Checks

@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (d01063d) 37.79% compared to head (4747929) 57.34%.

Files Patch % Lines
autogen/agentchat/chat.py 85.71% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1638       +/-   ##
===========================================
+ Coverage   37.79%   57.34%   +19.54%     
===========================================
  Files          50       50               
  Lines        5704     5725       +21     
  Branches     1295     1406      +111     
===========================================
+ Hits         2156     3283     +1127     
+ Misses       3377     2179     -1198     
- Partials      171      263       +92     
Flag Coverage Δ
unittests 57.32% <92.30%> (+19.52%) ⬆️

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.

@sonichi
Copy link
Contributor

sonichi commented Feb 13, 2024

@qingyun-wu qingyun-wu added this pull request to the merge queue Feb 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 13, 2024
@sonichi sonichi added this pull request to the merge queue Feb 13, 2024
Merged via the queue into main with commit fb22f78 Feb 13, 2024
53 of 60 checks passed
@qingyun-wu qingyun-wu deleted the initiate_chats branch February 13, 2024 16:53
gunnarku pushed a commit to gunnarku/autogen that referenced this pull request Feb 13, 2024
* add initiate_chats

* update notebook

* different user

* add notebook

* add link to website

* update notebook title

* remove redundancy

* notebook

* return list

* tag

* update notebook

* update notebook

* return finished tasks

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
* add initiate_chats

* update notebook

* different user

* add notebook

* add link to website

* update notebook title

* remove redundancy

* notebook

* return list

* tag

* update notebook

* update notebook

* return finished tasks

---------

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.

6 participants