| ID | {{ entry.id }} |
|---|---|
| Agent ID | {{ entry.agent_id or '—' }} |
| Type | {{ entry.memory_type }} |
| Trust Score | {{ '%.4f' | format(entry.trust_score) if entry.trust_score is not none else '—' }} |
| Created | {{ entry.created_at.isoformat() if entry.created_at else '—' }} |
| Last Accessed | {{ entry.last_accessed.isoformat() if entry.last_accessed else '—' }} |
{{ entry.content or '' }}
| {{ key }} | {% if key == 'content_hash' %}{{ value[:16] }}…{% else %}{{ value }}{% endif %} |
|---|
| {{ key }} | {{ value }} |
|---|