refactor(utils): Introduce lazy imports for BailianClient/GPDBClient …#82
Open
refactor(utils): Introduce lazy imports for BailianClient/GPDBClient …#82
Conversation
…and memory_collection module This change refactors the code to use lazy imports for `BailianClient`, `GPDBClient`, and the entire `memory_collection` module. By doing so, we defer the loading of these components until they're actually needed, which helps reduce startup time and avoids importing unnecessary dependencies like tablestore, mem0ai, numpy, fastapi, uvicorn, etc., when simply importing the `agentrun` package. The key changes include: - Moving `BailianClient` and `GPDBClient` imports inside their respective methods using local imports. - Adding conditional imports (`TYPE_CHECKING`) for `memory_collection` items. - Implementing a custom `__getattr__` function that lazily loads modules on demand rather than during initial import. Co-developed-by: Aone Copilot <noreply@alibaba-inc.com> Signed-off-by: Sodawyx <sodawyx@126.com>
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.
…and memory_collection module
This change refactors the code to use lazy imports for
BailianClient,GPDBClient, and the entirememory_collectionmodule. By doing so, we defer the loading of these components until they're actually needed, which helps reduce startup time and avoids importing unnecessary dependencies like tablestore, mem0ai, numpy, fastapi, uvicorn, etc., when simply importing theagentrunpackage.The key changes include:
BailianClientandGPDBClientimports inside their respective methods using local imports.TYPE_CHECKING) formemory_collectionitems.__getattr__function that lazily loads modules on demand rather than during initial import.Co-developed-by: Aone Copilot noreply@alibaba-inc.com
Fix bugs
Bug detail
Pull request tasks
Update docs
Reason for update
Pull request tasks
Add contributor
Contributed content
Content detail
Others
Reason for update