# kmplug **Repository Path**: elainelover/kmplug ## Basic Information - **Project Name**: kmplug - **Description**: plugin for KM - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-12 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kmplug #### 介绍 demo plugin for KM #### compile mvn clean mvn package -DskipTests #### install cp demo/plugins/greeting-button-plugin/target/greeting-button-plugin-1.0.0-SNAPSHOT.jar /kykms/ragplug/ then use postman: load the plugin: http://bwipe.local:30016/ky/ragplug/reload http://bwipe.local:30016/ky/ragplug/start?pluginId=greeting-button-plugin then run the plugin: http://bwipe.local:30016/ky/ragplug/runsdk?name=Greeting the result should be: Greeting is running.