AIP-001: Plugin Architecture for AIPerf #43
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.
AIP-001: Plugin Architecture for AIPerf
Summary
Adopt a production-grade plugin architecture for AIPerf based on Python's entry points ecosystem, lazy loading, the pluggy hook system, and dependency injector. This enables third-party developers to add new endpoint types, data processors, metrics, exporters, timing strategies, and other functionality as standalone packages with independent release cycles, while maintaining zero-boilerplate plugin authorship and minimal startup overhead for the application.
Read the full DEP in user-friendly format:
https://github.com/ai-dynamo/enhancements/blob/ajc/aip-001-plugin-architecture/deps/AIP-001-Plugin-Architecture.md
Note