{% extends "base.html" %} {% block title %}Traces - Memorizz{% endblock %} {% block content %}
Search agents, inspect trace volume, then open full timeline logs per agent.
| Agent | ID | Mode | Memories | Tools | Trace Events | Last Activity |
|---|---|---|---|---|---|---|
|
{{ row.name }}
|
{{ row.agent_id[:10] }}... |
{{ row.mode }} | {{ row.memory_count }} | {{ row.tool_count }} | {{ row.event_count }} | {{ row.last_activity }} |
|
Thread {{ thread_row.thread_id|truncate(24) }}
|
{{ thread_row.thread_id|truncate(18) }} |
thread |
{{ thread_row.memory_id|truncate(16) }} |
- |
{{ thread_row.event_count }} |
{{ thread_row.last_activity }} |
No matching agents
Try a different search query.
{{ selected_agent.agent_id }}
{{ selected_thread_row.thread_id }}
{{ selected_thread_row.memory_id }}
No traces recorded yet
Run the agent in Playground to generate trace logs.