Conversation
…arity - Enhanced the `agentflow.core` package with comprehensive module documentation and organized imports. - Updated import paths in various modules to reflect the new structure, ensuring consistency across the codebase. - Introduced a new `agentflow.runtime` package to encapsulate runtime components, including adapters, publishers, and protocols. - Improved the `agentflow.storage` package with detailed documentation and structured imports for checkpointers, media handling, and storage solutions. - Refactored the `agentflow.utils` package to streamline imports and enhance readability. - Made adjustments to the `agentflow.qa` package to better organize evaluation and testing utilities, including expanded exports for easier access to common functionalities.
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.
This pull request reorganizes the
agentflow.corepackage, consolidating core components and updating import paths to reflect the new structure. The changes mainly involve moving modules into a newagentflow/corenamespace, updating import statements throughout the codebase, and improving documentation for the core package.Core package reorganization and import updates:
graph,state,skills,exceptions) into the newagentflow/corepackage and updated all internal imports to use the new paths. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Documentation and API improvements:
agentflow/core/__init__.pydescribing the package structure and public API.agentflow/core/__init__.pyfor easier public access.Logging and naming consistency:
These changes lay the groundwork for a cleaner, more maintainable core package structure.