-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integration-service): optimised the SDK/API calls and removed re… (
#878) …dundant files Closes #885 <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Optimize SDK/API calls, improve integration handling, and update documentation in the integration service. > > - **Integration Handling**: > - `execute_integration.py`: Refactor to handle provider and method validation more efficiently. > - `browserbase.py`, `llama_parse.py`, `spider.py`: Simplify API key handling and improve retry logic. > - **Model and Tool Handling**: > - `prompt_step.py`, `chat.py`: Add hotfixes for handling specific models like Claude and Groq, and tool formatting. > - Remove redundant model definitions in `models.py`. > - **Serialization Optimization**: > - `codec.py`: Improve serialization/deserialization logging and handling. > - **Documentation Updates**: > - `README.md`: Update example cookbook links to reflect new paths and remove outdated references. > - **Miscellaneous**: > - `web.py`: Add GZIP middleware and optimize event loop policy for better performance. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for 181dc96. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Co-authored-by: Vedantsahai18 <[email protected]> Co-authored-by: Diwank Singh Tomer <[email protected]>
- Loading branch information
1 parent
f24cac5
commit 8c4db9b
Showing
9 changed files
with
188 additions
and
116 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
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
This file was deleted.
Oops, something went wrong.
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
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.