Skip to content

[cursor] One-shot into pipelines plugin system - #852

Closed
victorges wants to merge 5 commits into
mainfrom
vg/feat/plugin-system
Closed

[cursor] One-shot into pipelines plugin system#852
victorges wants to merge 5 commits into
mainfrom
vg/feat/plugin-system

Conversation

@victorges

Copy link
Copy Markdown
Contributor

No description provided.

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
victorges force-pushed the vg/feat/plugin-system branch from 890c18a to ca45d87 Compare December 8, 2025 22:29

@victorges victorges left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great inspiration, thanks claude

@victorges

Copy link
Copy Markdown
Contributor Author

even tho its good i can do much better than these agentic newbs 🙊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant