-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat: ollama tool shim #1448
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
Merged
Merged
feat: ollama tool shim #1448
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e1b5ae9
ollama model + structured output shim
alicehau 220f926
tool shim generic
alicehau b9b6fe8
refactoring toolshim
alicehau d666bcb
refactor
alicehau 73407cd
ollama toolshim ready
alicehau 05530b3
clean up
alicehau bba2741
lint
alicehau acfbf83
format
alicehau 48544e3
add toolshim to openai provider
alicehau 92122b6
update toolshim prompt:
79aa25c
prompt update
alicehau 50a1a5f
refactor
dc67538
undo change to reference agent
4b8805d
undo ref agent changes
004d032
refactor config
6877687
refactor
5b035cb
check env vars
23a00e3
fix tests
bbdbe66
clean up
9ad5d3a
start moving interpret chat tool check into agent
8f76da0
fully move shim logic into agent
374ede5
minor semicolon fix
255203d
refactor toolshim logic out of providers
190a26c
revert providers and rebase
ed61236
refactor
e6866c5
lint
b22340d
Merge branch 'main' into ahau/toolshim-refactor
alicehau f7f71ee
rename var
6de0be6
rename vars to toolshim
f0bc9f6
renaming
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 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
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
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
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
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
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
Oops, something went wrong.
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.
do we also need to add to
referenceandsummarizeagents?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.
thought those were just legacy at this point? I don't recall any way for folks to switch their agents?