broad-train-34581
07/17/2023, 9:58 AMmy_custom_task
as a supported task type in the helm values
3. Looking at the backend plugin feature on 1.6.0 and agent service, its suggesting that implementing backend plugin requires Golang proficiency, but i see that the backend plugins are written in python. Is there something im getting confused with?broad-train-34581
07/17/2023, 10:43 AMAgentBase
interface (BackendPluginServiceServicer
for Golang) and register to AgentRegistry
.
2. Build a image with the custom plugin installed
3. Configure helm chart to run with the above image will make the custom type known to the server