refactor: remove deprecated result types and compat shims#157
Draft
jsonbailey wants to merge 1 commit intojb/aic-2388/langchain-runner-protocolfrom
Draft
refactor: remove deprecated result types and compat shims#157jsonbailey wants to merge 1 commit intojb/aic-2388/langchain-runner-protocolfrom
jsonbailey wants to merge 1 commit intojb/aic-2388/langchain-runner-protocolfrom
Conversation
9c0003c to
1aa1069
Compare
4966c51 to
1b3a1ba
Compare
1aa1069 to
f811cf8
Compare
1b3a1ba to
cd04edb
Compare
f811cf8 to
e56ea8f
Compare
cd04edb to
de96fcd
Compare
e56ea8f to
4e0b78d
Compare
de96fcd to
33bcaa7
Compare
4e0b78d to
c1c2c8c
Compare
33bcaa7 to
bccb5bc
Compare
c1c2c8c to
a233c2f
Compare
bccb5bc to
c2d054f
Compare
a233c2f to
a770b1f
Compare
c2d054f to
c083c3d
Compare
a770b1f to
069c0ee
Compare
c083c3d to
f0c6494
Compare
069c0ee to
1c0255f
Compare
…esult and compat shims
f0c6494 to
769815c
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes the deprecated result types (
ModelResponse,StructuredResponse,AgentResult) and associated compat shims now that all runner implementations have migrated to theRunnerprotocol.Stacked on #150 (LangChain runner migration).
Changes
ModelResponse,StructuredResponse,AgentResultfromproviders/types.pyModelRunner-related compat frommanaged_model.pyandmanaged_agent.pyai_provider.pyandmodel_runner.py🤖 Generated with Claude Code