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

consecutive auto reply, history, template, group chat, class-specific reply #1165

Merged
merged 15 commits into from
Aug 3, 2023

Conversation

sonichi
Copy link
Contributor

@sonichi sonichi commented Aug 1, 2023

Why are these changes needed?

  • reset the counter of consecutive_auto_reply in initiate_chat
  • allow separate max_consecutive_auto_reply for different senders
  • option to clear conversation history in initiate_chat
  • chess notebook using these features
  • disallow format str template by default
  • print instantiated message
  • skeleton of groupchat
  • support register class-specific reply function
  • group chat notebook

Related issue number

close #1164

Checks

@sonichi sonichi changed the title consecutive auto reply and history consecutive auto reply, history, template Aug 1, 2023
@sonichi sonichi requested a review from JieyuZ2 August 1, 2023 23:07
@sonichi sonichi temporarily deployed to openai August 2, 2023 20:49 — with GitHub Actions Inactive
@sonichi sonichi temporarily deployed to openai August 2, 2023 20:49 — with GitHub Actions Inactive
@sonichi sonichi temporarily deployed to openai August 2, 2023 20:49 — with GitHub Actions Inactive
@sonichi sonichi enabled auto-merge August 2, 2023 20:54
@sonichi sonichi added this pull request to the merge queue Aug 3, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 3, 2023
@sonichi sonichi added this pull request to the merge queue Aug 3, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 3, 2023
@sonichi sonichi added this pull request to the merge queue Aug 3, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 3, 2023
@sonichi sonichi temporarily deployed to openai August 3, 2023 07:23 — with GitHub Actions Inactive
@sonichi sonichi temporarily deployed to openai August 3, 2023 07:23 — with GitHub Actions Inactive
@sonichi sonichi temporarily deployed to openai August 3, 2023 07:23 — with GitHub Actions Inactive
Copy link
Collaborator

@thinkall thinkall left a comment

Choose a reason for hiding this comment

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

LGTM with one suggestion.

flaml/autogen/agentchat/responsive_agent.py Show resolved Hide resolved
Merged via the queue into main with commit 45b7d90 Aug 3, 2023
13 of 16 checks passed
@sonichi sonichi deleted the maxautoreply branch August 3, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve control of consecutive auto reply
6 participants