Ragex. Plugin. Registry
(Ragex v0.30.0)
View Source
Manages the lifecycle, discovery, topological dependency sorting, tool aggregation, destruction-level safety checks, parallel execution scheduling, and execution routing for Ragex plugins.
Summary
Functions
Returns a specification to start this module under a supervisor.
Disables a registered plugin.
Dispatches a single tool call.
Dispatches multiple tool calls in parallel for non-destructive tools (:destruction_level == :none).
Accepts a list of tool calls: [{"tool1", %{...}}, {"tool2", %{...}}] or [%{name: "tool1", args: %{...}}].
Enables a registered plugin.
Returns dependency mapping for all registered plugins.
Lists all registered plugins ordered topologically by dependency and priority.
Lists currently running tools executing in parallel.
Returns aggregated tool schemas across all active plugins in priority order.
Registers a plugin module dynamically.
Starts the plugin registry GenServer.
Unregisters a plugin by its ID.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Disables a registered plugin.
Dispatches a single tool call.
Dispatches multiple tool calls in parallel for non-destructive tools (:destruction_level == :none).
Accepts a list of tool calls: [{"tool1", %{...}}, {"tool2", %{...}}] or [%{name: "tool1", args: %{...}}].
Enables a registered plugin.
Returns dependency mapping for all registered plugins.
Lists all registered plugins ordered topologically by dependency and priority.
Lists currently running tools executing in parallel.
Returns aggregated tool schemas across all active plugins in priority order.
Registers a plugin module dynamically.
Starts the plugin registry GenServer.
Unregisters a plugin by its ID.