{% extends "base.html" %} {% block title %}Archive Guide — Agent Mail{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
Your Complete Message History, Version-Controlled
Every message, file reservation, and agent profile is automatically committed to a Git repository, providing an immutable audit trail with cryptographic integrity. Access it via standard Git tools or explore it right here in the UI.
Think of it like this: The database is your "working copy" for day-to-day operations, while the Git archive is your "permanent record" for compliance, auditing, and forensic analysis. Every message exists in BOTH places.
Clone the archive and explore with your favorite Git tools
{{ storage_root }}
View recent commits
git -C {{ storage_root }} log --oneline -20
Browse project structure
tree {{ storage_root }}/projects/
Search commit messages
git -C {{ storage_root }} log --all --grep="keyword"
View specific commit
git -C {{ storage_root }} show <commit-sha>
Powerful visualization tools built right into the web interface
Most visualization tools require a project context. Choose a project below to explore its archive.
Recent commits across all projects
Navigate files and view content
Visual message flow over time
Agent communication patterns
View history at any point in time
Unique benefits beyond the database
Every commit SHA is tamper-proof proof of authenticity
Never lose data - full timeline since inception
Markdown files browsable without special tools
Clone, backup, mirror - standard Git workflows
Deep pattern analysis over weeks and months
Immutable records for regulated environments