Sub-issue of #1364.
Currently, binder plugins are hardcoded in cmd/binder/main.go:registerPlugins(). There is no way to enable/disable or configure plugins without modifying source code.
This issue tracks making the binder plugin system configurable to support extensibility for features like GPU memory isolation and future integrations, while keeping KAI agnostic to specific third-party solutions.
This is a prerequisite for injecting GPU_MEMORY_LIMIT via a binder plugin.
Sub-issue of #1364.
Currently, binder plugins are hardcoded in
cmd/binder/main.go:registerPlugins(). There is no way to enable/disable or configure plugins without modifying source code.This issue tracks making the binder plugin system configurable to support extensibility for features like GPU memory isolation and future integrations, while keeping KAI agnostic to specific third-party solutions.
This is a prerequisite for injecting
GPU_MEMORY_LIMITvia a binder plugin.