You will find instructions for every configuration option that affects the SystemWeaver AI Extension (the SWExtension.AIView that runs inside swExplorer and the SystemWeaver.AIHost backend it talks to) in this section of the portal.
- Configuring the View
- Configuring AIHost Settings
- Configuring the Per-Provider LLM Plugin Settings
- Runtime UI Options (not persisted config)
- Configuration Interplay & Gotchas
- Parameter-Impact Diagrams
There are three distinct configurations:
| Surface | Owner / location | Format | Audience |
|---|---|---|---|
| AIView XML config | The AIExtension view’s configuration in the SystemWeaver model (<AIViewConfig>) | XML | SystemWeaver Architect |
| AIHost settings | AIHost/appsettings.json (staged next to the extension) | JSON | Deployer / ops |
| Per-provider LLM plugin settings | AIHost/plugins/<Provider>/settings.json | JSON | Deployer / ops |
Architecture in one line: the AIExtension client talks to AIHost over the AIFE protocol — HTTPS + mandatory client-certificate mTLS on |