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

refactor: [conversable_agent] remove list of func pointers #2005

Merged
merged 6 commits into from
Mar 19, 2024
Merged

Conversation

lalo
Copy link
Member

@lalo lalo commented Mar 13, 2024

Ideally register_reply creates less state in multiple places and avoid having two copies of the same 'func pointer'.

Why are these changes needed?

Related issue number

Checks

Ideally register_reply creates less state in multiple places and avoid having two copies of the same 'func pointer'.
@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.29%. Comparing base (9d33dc6) to head (d23c954).

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2005       +/-   ##
===========================================
+ Coverage   36.87%   48.29%   +11.42%     
===========================================
  Files          67       67               
  Lines        7068     7065        -3     
  Branches     1541     1668      +127     
===========================================
+ Hits         2606     3412      +806     
+ Misses       4234     3365      -869     
- Partials      228      288       +60     
Flag Coverage Δ
unittests 48.16% <100.00%> (+11.29%) ⬆️

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 sonichi added this pull request to the merge queue Mar 19, 2024
Merged via the queue into main with commit e23bdfb Mar 19, 2024
60 of 68 checks passed
@lalo lalo deleted the patch-3 branch March 19, 2024 20:32
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
…#2005)

* refactor: [conversable_agent] remove list of func pointers

Ideally register_reply creates less state in multiple places and avoid having two copies of the same 'func pointer'.

* Update conversable_agent.py

---------

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.

4 participants