1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/INSTALLATION.md
Timmy Time 807efd915e docs: add INSTALLATION.md (#1517)
Squash merge of docs/installation-guide into main
2026-04-16 02:14:49 +00:00

62 lines
1.8 KiB
Markdown

# Installation
This repository is a documentation and analysis project — no runtime dependencies to install. You just need a way to read Markdown.
## Prerequisites
- Git (any recent version)
- A Markdown viewer (any text editor, GitHub, or a local preview tool)
## Quick Start
```bash
# Clone the repository
git clone https://forge.alexanderwhitestone.com/Rockachopa/Timmy-time-dashboard.git
cd Timmy-time-dashboard
# Read the docs
cat README.md
```
## Repository Contents
| File | Purpose |
|------|---------|
| `README.md` | Overview and key findings |
| `hermes-agent-architecture-report.md` | Full architecture analysis |
| `failure_root_causes.md` | Root cause analysis of 2,160 errors |
| `complete_test_report.md` | Test results and findings |
| `deep_analysis_addendum.md` | Additional analysis |
| `experiment-framework.md` | Experiment methodology |
| `experiment_log.md` | Experiment execution log |
| `paper_outline.md` | Academic paper outline |
| `CONTRIBUTING.md` | How to contribute |
| `CHANGELOG.md` | Version history |
## Optional: Building the Paper
The `paper/` directory contains a LaTeX draft. To build it:
```bash
cd paper
pdflatex main.tex
```
Requires a LaTeX distribution (TeX Live, MiKTeX, or MacTeX).
## Optional: Running the Experiments
If you want to reproduce the empirical audit against a live Hermes Agent instance:
1. Set up a Hermes Agent deployment (see [hermes-agent](https://github.com/nousresearch/hermes-agent))
2. Point the experiment scripts at your instance
3. See `experiment-framework.md` for methodology
## No Dependencies
This project has no `requirements.txt`, `package.json`, or build system. It is pure documentation. The analysis was performed against a running Hermes Agent system, and the findings are recorded here for reference.
---
*Sovereignty and service always.*