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

Callbacks Refactor [base] #3256

Merged
merged 45 commits into from
Apr 30, 2023
Merged

Callbacks Refactor [base] #3256

merged 45 commits into from
Apr 30, 2023

Commits on Apr 20, 2023

  1. callbacks changes

    agola11 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3cc2ce6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    55c7964 View commit details
    Browse the repository at this point in the history
  2. cr

    agola11 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    fa4a4f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    675e27c View commit details
    Browse the repository at this point in the history
  2. cr

    agola11 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    90cef7b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    4cdd19b View commit details
    Browse the repository at this point in the history
  2. fix notebook and warnings

    agola11 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7bcdc66 View commit details
    Browse the repository at this point in the history
  3. write to different session

    agola11 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6fec15b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix execution order issue

    agola11 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5066869 View commit details
    Browse the repository at this point in the history
  2. mypy

    agola11 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e953d2c View commit details
    Browse the repository at this point in the history
  3. cr

    agola11 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6cd653d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. mypy

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8ae809a View commit details
    Browse the repository at this point in the history
  2. mypy

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1fc3941 View commit details
    Browse the repository at this point in the history
  3. cr

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    15c0fa5 View commit details
    Browse the repository at this point in the history
  4. fix llm chain

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5dcb44e View commit details
    Browse the repository at this point in the history
  5. fix most tests

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    da27d87 View commit details
    Browse the repository at this point in the history
  6. fix baby agi

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2ed4649 View commit details
    Browse the repository at this point in the history
  7. Nc/callbacks docs (#3717)

    nfcampos committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0e81e83 View commit details
    Browse the repository at this point in the history
  8. merge

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    eb9de30 View commit details
    Browse the repository at this point in the history
  9. cr

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1b48ea8 View commit details
    Browse the repository at this point in the history
  10. cr

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    18138c6 View commit details
    Browse the repository at this point in the history
  11. Chains callbacks refactor (#3683)

    Will keep adding chains to this branch, just pushing now for visibility
    dev2049 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    50f6895 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eeb18c4 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'ankush/callbacks-refactor' of github.com:hwchase17/lang…

    …chain into ankush/callbacks-refactor
    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    40f3f6e View commit details
    Browse the repository at this point in the history
  14. lint

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    83cda5e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c876bd View commit details
    Browse the repository at this point in the history
  16. fix test

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    43410e4 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'ankush/callbacks-refactor' of github.com:hwchase17/lang…

    …chain into ankush/callbacks-refactor
    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    145e1af View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    56f16cd View commit details
    Browse the repository at this point in the history
  19. cr

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9c988ae View commit details
    Browse the repository at this point in the history
  20. nb nit (#3744)

    dev2049 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    bd9ac67 View commit details
    Browse the repository at this point in the history
  21. fix lint

    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e60489e View commit details
    Browse the repository at this point in the history
  22. Merge branch 'ankush/callbacks-refactor' of github.com:hwchase17/lang…

    …chain into ankush/callbacks-refactor
    agola11 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3c5f983 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. fix test warnings (#3753)

    dev2049 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    9dad051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f78219 View commit details
    Browse the repository at this point in the history
  3. Add RunManager to Tools Arguments (#3746)

    Co-authored-by: Ankush Gola <9536492+agola11@users.noreply.github.com>
    vowelparrot and agola11 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    290fe75 View commit details
    Browse the repository at this point in the history
  4. Call Manager for New Tools (#3755)

    Couple additional tools landed today
    vowelparrot committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    20ba888 View commit details
    Browse the repository at this point in the history
  5. Resolve merge conflicts

    vowelparrot committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a038f37 View commit details
    Browse the repository at this point in the history
  6. Notebook Nits

    vowelparrot committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    9192abc View commit details
    Browse the repository at this point in the history
  7. merge

    agola11 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    35cc38f View commit details
    Browse the repository at this point in the history
  8. fix docs

    agola11 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ebc6242 View commit details
    Browse the repository at this point in the history
  9. use UUID

    agola11 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    737467a View commit details
    Browse the repository at this point in the history
  10. bw compat environ variable

    agola11 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3839703 View commit details
    Browse the repository at this point in the history
  11. fix openai callback

    agola11 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    fa1742c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. cr

    hwchase17 committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    fb78f69 View commit details
    Browse the repository at this point in the history