Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 491 Bytes

BUILD_PLUGIN.md

File metadata and controls

6 lines (5 loc) · 491 Bytes

Prerequisite

If you want to build your own complete plugin like DevPilot, there are some required condition:

  1. AI gateway: support multi LLM model and provide api for plugin Gateway repo
  2. Auth System: support authorization check for login user (You can close it by setting DefaultConst.AUTH_ON to false)
  3. Telemetry System: upload user behavior data for analysis (You can close it by setting DefaultConst.TELEMETRY_ON to false)