[cursor] One-shot into pipelines plugin system - #852
Closed
victorges wants to merge 5 commits into
Closed
Conversation
Refactor pipeline discovery to use Python entry points, enabling external pipelines to live in separate repositories and be installed as dependencies. Key changes: - Created pyproject.toml for ai-runner-base package with entry points - Refactored loader.py to discover pipelines via entry points (no hardcoded imports) - Added two entry point groups: ai_runner.pipeline and ai_runner.pipeline_params - Removed Params class attribute from Pipeline interface (params discovered via entry points) - Updated Dockerfiles to use pyproject.toml for dependency installation - Removed requirements.live-ai.txt (deps consolidated into pyproject.toml) - Updated all documentation with plugin system details - Added Docker image hierarchy documentation to AGENTS.md Benefits: - Pipelines can live in separate repos and be installed via pip/uv - No code changes needed in ai-runner when adding new pipelines - Params can be parsed without importing heavy dependencies (torch, etc.) - Works seamlessly with multiprocessing spawn context - Cleaner separation of concerns between runtime and pipeline implementations
victorges
force-pushed
the
vg/feat/plugin-system
branch
from
December 8, 2025 22:29
890c18a to
ca45d87
Compare
victorges
commented
Dec 9, 2025
victorges
left a comment
Contributor
Author
There was a problem hiding this comment.
great inspiration, thanks claude
Contributor
Author
|
even tho its good i can do much better than these agentic newbs 🙊 |
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.
No description provided.