A plugin can be executed multiple times at the same time. If we think of a plugin as an OS process, we can just give utils to wrap a plugin function/class as a command CLI execution:
argilla_plugins run end-of-life --dataset ... --exectuion .....
Then, plugins can be handled as a normal OS process, instead of providing specific utilities to describe, launch or stop a plugin.
A plugin can be executed multiple times at the same time. If we think of a plugin as an OS process, we can just give utils to wrap a plugin function/class as a command CLI execution:
Then, plugins can be handled as a normal OS process, instead of providing specific utilities to describe, launch or stop a plugin.
19