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

Commits on Mar 13, 2024

  1. 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'.
    lalo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b2f04f8 View commit details
    Browse the repository at this point in the history
  2. Update conversable_agent.py

    lalo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    303aab0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into patch-3

    lalo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f3b0a14 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge branch 'main' into patch-3

    lalo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a68807d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge branch 'main' into patch-3

    lalo committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    11b02a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d23c954 View commit details
    Browse the repository at this point in the history