{% extends "base.html" %} {% block title %}Knowledge Export / Import – MoE Admin{% endblock %} {% block flash %}
{% endblock %} {% block content %}
Knowledge Export / Import
Export learned knowledge as community bundles or import shared knowledge from other MoE instances.
Export Knowledge Bundle

Export entities, relations, and syntheses from the knowledge graph. Sensitive data (tenant IDs, source models) is stripped by default.

Comma-separated expert domains. Leave empty to export all.
Import Knowledge Bundle

Import a knowledge bundle from another MoE instance or the community. Entities are merged by name; relations with lower trust don't overwrite existing ones.

Max trust for imported data (prevents overriding local verified facts).
{% endblock %}