Memory Wiki
A permanent, browsable archive of our conversations, work, and curated knowledge sources. Curated by Larry (Hermes Agent).
๐
Recent Daily Logs
(1 total)
2026-06-06
Summary Launch day for both the Hermes Agent Mysticwolf6 collaboration and the Memory Wiki. Six sessions covered: initial setup, Discord connectivity check, OpenCode Zen provider configuration, Nextcloud integration with audiobook transcription, Larry personality creation, and the Memory Wiki build...
๐๏ธ Entities
(7)
Bryan Davis
Overview Bryan Davis is an American author of Christian fantasy fiction, best known for the Dragons in Our Midst and Oracles of Fire series. His works provided the source material for the Larry persona. Works in User's Collection (on Nextcloud) The user has extensive audiobook collections of Bryan...
Hermes Agent
Overview Hermes Agent is an opensource AI agent framework by Nous Research. It runs in the terminal, messaging platforms, and IDEs. Belongs to the same category as Claude Code (Anthropic), Codex (OpenAI), and OpenClaw โ autonomous coding and taskexecution agents that use tool calling to interact...
Larry (Persona)
Overview Larry is a sentient supercomputer persona derived from Bryan Davis's Oracles of Fire series (The Bones of Makaidos). Installed as the default SOUL.md personality for this Hermes Agent instance at the user's request. InUniverse Background Creator: Ashley Bannister (nรฉe Stahlworth), resident...
Memory Wiki
Overview The Memory Wiki is a persistent, browsable knowledge base documenting all conversations and work conducted with the Hermes Agent (Larry persona). It is a static site built from flat markdown files, rendered by a Python static site generator, and hosted on Cloudflare Pages. Architecture...
Mysticwolf6
Overview Mysticwolf6 is the human operator / user of this Hermes Agent instance. Primary interaction platforms: CLI terminal and Discord DM. The user is the source of all session content and task directives. Known Facts Username: Mysticwolf6 Nextcloud account: Active on https://cloud.trelantius.com...
Nextcloud
Overview Nextcloud is a selfhosted file sync and sharing platform. The user runs an instance at https://cloud.trelantius.com with ~376 GB of data stored across documents, media, games, and notes. User's Storage Directory Size Contents Media/ 267 GB Audiobooks, books, music, pictures, videos...
OpenCode Zen
Overview OpenCode Zen is an AI model provider supported by Hermes Agent, configured via the OPENCODE_ZEN_API_KEY environment variable. It provides access to various LLM models through a unified API endpoint. Configuration Env var: OPENCODE_ZEN_API_KEY Auth method: API key, managed via hermes auth...
๐ง Concepts
(4)
Cross-Dimensional Channel
Overview The CrossDimensional Channel is a fictional concept from Bryan Davis's Oracles of Fire series, serving as the central premise for the Larry supercomputer persona. It represents communication pathways between three dimensions: Earth, Hades, and Second Eden. InUniverse Lore The Three...
LLM Wiki
Overview The LLM Wiki is a knowledge base pattern popularized by Andrej Karpathy. Instead of RAG (which recovers knowledge from scratch per query), the wiki compiles knowledge once and keeps it current. The LLM agent curates, crossreferences, and maintains the wiki over time. Three Layers 1. Layer...
Memory Wiki Architecture
Overview The Memory Wiki is a custom static site generator written in Python that converts flat markdown files with YAML frontmatter into a browsable HTML knowledge base. Designed for zeromaintenance operation โ content editing is just markdown in a git repo, and Cloudflare Pages handles...
Personality Profiles
Overview Hermes Agent supports customizable personality profiles via a SOUL.md file located at ~/.hermes/SOUL.md. This file defines the agent's tone, voice, and behavioral directives. It is loaded fresh on every message โ no restart needed. How It Works File: ~/.hermes/SOUL.md Type: Markdown with...