Skip to content

Glossary

TermMeaning
GormesGo-native AI agent runtime that ports Hermes-style agent workflows into one binary.
HermesUpstream Python agent whose user-visible behavior is a compatibility reference for Gormes.
Hermes compatibilityGormes matching intentional Hermes behavior where it matters to operators.
Hermes parityContributor-facing term for formal behavior matching and evidence.
GonchoGormes’ local memory compatibility work; operator docs usually say SQLite memory.
ProfileNamed Gormes state/config boundary for separating clients, projects, or agents.
WorkspaceFilesystem location exposed to the model/tool runtime for a profile or invocation.
ProviderModel backend such as OpenAI-compatible APIs, OAuth providers, or local endpoints.
ModelThe model selected within a provider.
GatewayLong-running Gormes process that receives messages from channels such as Telegram, Discord, or Slack.
Channel bindingRouting rule that connects a channel/user/profile/agent/workspace intentionally.
SessionPersisted conversation and runtime state that can be inspected or resumed.
MemoryDurable local context used across sessions.
SkillReusable agent procedure or capability surfaced through the skills system.
DoctorReadiness check command. gormes doctor --offline proves local readiness without network calls.
Runtime-readyPromoted for configured use in the current Go runtime.
PlannedTracked, but not user-ready.
Experimental or internalUseful for contributors; not public setup guidance.