All threads resolved!
+ 19
- 10
The pod launches a plugin when a `PluginRun` item is created by a client. This item contains the address of the docker image the Pod should launch, and an optional run configuration. Additionally, the plugin can record its `status` and `progress` in this `PluginRun` Item. The full schema of a `PluginRun` can be found in the [Memri schema](https://gitlab.memri.io/memri/schema/-/blob/dev/types/PluginRun.json).
The [Next section](Plugins.md#manually-trigger-a-plugin-via-pod-api) describes how to manually start any plugin. However, both the [Pymemri](https://gitlab.memri.io/memri/pymemri) and [Flutter](https://gitlab.memri.io/memri/flutter-app) clients have functionalties that handle this for you. **If you just want to run a specific plugin, the readme file of a plugin contains all information to run your plugin.** For example, check out the [readme of our Whatsapp importer](https://gitlab.memri.io/memri/plugins/whatsapp-multi-device/-/blob/dev/README.md).
@@ -44,7 +53,7 @@ curl -X POST -H "Content-Type: application/json" --insecure "http://localhost:30