If you want to build your own complete plugin like DevPilot, there are some required condition:
- AI gateway: support multi LLM model and provide api for plugin Gateway repo
- Auth System: support authorization check for login user (You can close it by setting
DefaultConst.AUTH_ON
to false) - Telemetry System: upload user behavior data for analysis (You can close it by setting
DefaultConst.TELEMETRY_ON
to false)