diff --git a/README.md b/README.md index 8adc80d..5411139 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ Most "AI office" tools bolt a chat panel onto a document. We inverted the model: - **Agent-native, auditable.** Every AI mutation is visible and reversible — a unified _Proposed Change_ pipeline (diff preview → atomic apply) that the agent itself goes through, in every app. - **Hermes is the backbone.** Identity, memory, sessions and skills come from the open-source [Hermes Agent](https://hermes-agent.nousresearch.com) — not from a proprietary cloud. +## Screenshots + +| Docs | Sheets | +| ---------------------------------- | -------------------------------------- | +| ![Docs](docs/screenshots/docs.png) | ![Sheets](docs/screenshots/sheets.png) | + +| Slides | PDF | +| -------------------------------------- | -------------------------------- | +| ![Slides](docs/screenshots/slides.png) | ![PDF](docs/screenshots/pdf.png) | + ## Apps | App | What it is | diff --git a/docs/screenshots/docs.png b/docs/screenshots/docs.png new file mode 100644 index 0000000..3874000 Binary files /dev/null and b/docs/screenshots/docs.png differ diff --git a/docs/screenshots/pdf.png b/docs/screenshots/pdf.png new file mode 100644 index 0000000..1e57c1a Binary files /dev/null and b/docs/screenshots/pdf.png differ diff --git a/docs/screenshots/sheets.png b/docs/screenshots/sheets.png new file mode 100644 index 0000000..6d8cac7 Binary files /dev/null and b/docs/screenshots/sheets.png differ diff --git a/docs/screenshots/slides.png b/docs/screenshots/slides.png new file mode 100644 index 0000000..7dd70b8 Binary files /dev/null and b/docs/screenshots/slides.png differ