{% extends "base.html" %} {% block title %}Federation – MoE Admin{% endblock %} {% block flash %}
{% endblock %} {% block content %}
MoE Libris Federation
Federated knowledge exchange with MoE Libris hubs. Latin 'liber' = free & book.
Hub Connection
Leave empty to keep existing key
{% if config.last_push_at %}Last push: {{ config.last_push_at }}{% endif %} {% if config.last_pull_at %}
Last pull: {{ config.last_pull_at }}{% endif %}
Domain Policies
{% for p in policies %} {% endfor %} {% if not policies %} {% endif %}
Domain Mode Min Conf. Verified
{{ p.domain }}
No domain policies configured. Click + to add one.
Outbox Queue
{% for entry in outbox %} {% endfor %} {% if not outbox %} {% endif %}
ID Domain Triples Entities Status Created Sent Error
{{ entry.id[:8] }} {{ entry.domain }} {{ entry.triple_count }} {{ entry.entity_count }} {% if entry.status == 'pending' %}pending {% elif entry.status == 'sent' %}sent {% elif entry.status == 'failed' %}failed {% else %}{{ entry.status }}{% endif %} {{ entry.created_at[:16] if entry.created_at else '' }} {{ entry.sent_at[:16] if entry.sent_at else '—' }} {{ entry.error[:50] if entry.error else '' }}
No outbox entries.
{% endblock %}