Plugin Development Procedure
When existing plugins cannot meet service requirements, you can develop new plugins based on the APIs provided by the SDK. The plugin development process includes plugin framework development, plugin input data obtaining, service logic development, output result sending, plugin building, and plugin debugging.
Avoid using static variables in plugin development. Ensure that multiple plugin instances do not interfere with each other.
Parent topic: Plugin Development Description