-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Changes from 5 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
3cc2ce6
callbacks changes
agola11 55c7964
Merge branch 'master' into ankush/callbacks-refactor
agola11 fa4a4f2
cr
agola11 675e27c
Callbacks Refactor [2/n]: refactor `CallbackManager` code to own file…
agola11 90cef7b
cr
agola11 4cdd19b
Callbacks Refactor [2/n] update tracer to work with new callbacks mec…
agola11 7bcdc66
fix notebook and warnings
agola11 6fec15b
write to different session
agola11 5066869
fix execution order issue
agola11 e953d2c
mypy
agola11 6cd653d
cr
agola11 8ae809a
mypy
agola11 1fc3941
mypy
agola11 15c0fa5
cr
agola11 5dcb44e
fix llm chain
agola11 da27d87
fix most tests
agola11 2ed4649
fix baby agi
agola11 0e81e83
Nc/callbacks docs (#3717)
nfcampos eb9de30
merge
agola11 1b48ea8
cr
agola11 18138c6
cr
agola11 50f6895
Chains callbacks refactor (#3683)
dev2049 eeb18c4
Merge branch 'master' of github.com:hwchase17/langchain into ankush/c…
agola11 40f3f6e
Merge branch 'ankush/callbacks-refactor' of github.com:hwchase17/lang…
agola11 83cda5e
lint
agola11 9c876bd
update chain notebooks (#3740)
dev2049 43410e4
fix test
agola11 145e1af
Merge branch 'ankush/callbacks-refactor' of github.com:hwchase17/lang…
agola11 56f16cd
Merge branch 'master' into ankush/callbacks-refactor
agola11 9c988ae
cr
agola11 bd9ac67
nb nit (#3744)
dev2049 e60489e
fix lint
agola11 3c5f983
Merge branch 'ankush/callbacks-refactor' of github.com:hwchase17/lang…
agola11 9dad051
fix test warnings (#3753)
dev2049 5f78219
fix some docs, add session variable
agola11 290fe75
Add RunManager to Tools Arguments (#3746)
vowelparrot 20ba888
Call Manager for New Tools (#3755)
vowelparrot a038f37
Resolve merge conflicts
vowelparrot 9192abc
Notebook Nits
vowelparrot 35cc38f
merge
agola11 ebc6242
fix docs
agola11 737467a
use UUID
agola11 3839703
bw compat environ variable
agola11 fa1742c
fix openai callback
agola11 fb78f69
cr
hwchase17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this line wrong anyway? In the previous line creating a callback_manager, then passing a callback_handler var (that I think doesn't exist) to a callback_handler arg that I also think doesn't exist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yeah, this was messed up by the pycharm refactoring tool