Skip to main content
Zylon supports feature toggling, allowing you to enable or disable certain features on demand. This is managed through the features field in your configuration file. Each feature can define its own set of keys to control behavior.
features:
  audit:
    enabled: true
  database:
    enabled: true
  mcp:
    enabled: true
  webExtract:
    enabled: false
  webSearch:
    enabled: false
  multimodal-image:
    enabled: false
Remember to run sudo zylon-cli sync after updating the configuration file for the changes to take place.