-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to dev/0.1.0-alpha.6 * docs:gen * add skeleton package for google vertexAi provider; externalize bundle deps * no need to use these * prettier output from scripts/ * finish createVertexAiModelProvider; most of gemini api * docs:gen * reorg imports * more gemini * even prettier scripts/ output * publishing script cleanup * add vertexai to READMEs * checkEjs script (currently unused) * gemini tool use * docs:gen * createVertexAiModelProvider specs * add references to tsconfig; these dont do anything but nice to have * start of client opts * remove log from spec * ability to pass client options to sendRequest * add timeout * cleanup * add necessary generics to rest of provider factories (except aws...) * remove BaseHttpModelProvider :) * docs:gen * docs:gen - new * cleanup * docs:gen * small refactor * better handling of AWS_REGION * docs:gen * run ci integration test in us-east-1 * rename package google-vertex-ai to gcloud-vertex-ai * update some names/imports * missed this in package lock * add test:pattern script * add more gemini specs * OpenAiChatApi spec * specs of all apis * start of ejs removal conversion * remove ejs dep :) * docs:gen * remove * maybe new api * reorg e2e tests * rollup cleanup * use snapshots for gemini api test * umd bundle; better e2e browser tests * correct use of tslib * unbreak umd build; add TODO * temp stop point on Tools * move stuff around * incremental improvement of Tool; better handling of prompt in gemini api * organize gemini api files * rename prompt -> > %{�[32m%}%(!.#.$)%{�[00m%} * note * test all options in gemini api spec * remove bad copilot-generated jsdoc * remove es-lint-disable * add some custom errors * move tool-related interfaces from typeDefs to Tool * rename function * export TODOs * refactor * move tool interfaces to typeDefs; make Tool implement ToolDescriptor instead of build it * integration test cleanup * add license * docs:gen
- Loading branch information
Showing
241 changed files
with
11,351 additions
and
2,180 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-typescript" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright 2024 econify, llc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
module.exports = { | ||
presets: [ | ||
'@babel/preset-env', | ||
'@babel/preset-typescript', | ||
], | ||
}; |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.