Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Concepts Overview

Quick reference for GHOST’s core concepts. Each links to its detailed chapter.

ConceptSummary
OPERATORThe human user. One per installation. Identified by Discord user ID.
GHOSTThe AI agent. Identity defined by workspace files. One per installation.
IdentityBOOT.md, SOUL.md, OPERATOR.md — files that define your GHOST’s personality and your preferences.
ProviderLLM backend (OpenRouter, Kimi Code, OpenAI OAuth). Configurable model aliases.
InterfaceCommunication transport. Discord is the primary interface.
SessionA chat thread between OPERATOR and GHOST. Maps 1:1 to a Discord thread.
KnowledgeNotes, references, and diary entries stored in SurrealDB with graph edges and embeddings.
SkillWorkflow file (agentskills.io format) that teaches your GHOST how to handle specific tasks.
AgentAutonomous background worker for complex multi-step tasks (research, reflection).
JobCron-scheduled markdown file that runs on a timer.
ToolA capability the GHOST can invoke during chat (file I/O, search, web fetch, etc.).