15 lines
422 B
Text
15 lines
422 B
Text
|
|
# {{ project }} — Ontology Overview
|
||
|
|
|
||
|
|
**Generated**: {{ generated_at }}
|
||
|
|
|
||
|
|
## Tools
|
||
|
|
{% for tool in tools -%}
|
||
|
|
- `{{ tool.name }}` ({{ tool.category }}) — {{ tool.description }}
|
||
|
|
{% endfor %}
|
||
|
|
## State
|
||
|
|
- Total invocations: **{{ stats.total_invocations }}**
|
||
|
|
- Active sessions: **{{ stats.active_sessions }}**
|
||
|
|
{% if stats.secs_since_config_reload -%}
|
||
|
|
- Last config reload: {{ stats.secs_since_config_reload }}s ago
|
||
|
|
{% endif %}
|