Skip to main content

Glossary

This is a scan-first reference lexicon for Tyrum architecture terms. It is intentionally compact. Use the linked architecture pages when you need behavior or mechanics.

Quick orientation

  • Read this if: a term in the architecture docs is unfamiliar or overloaded.
  • Skip this if: you already know the vocabulary and need detailed behavior.
  • Go deeper: start from Architecture or the linked subsystem pages instead of treating this page as a tutorial.

Runtime and identity

TermShort meaning
AgentDurable runtime persona that keeps conversations, memory, work state, and policy coherent over time.
Admin modeTime-bounded elevated client posture for tenant administration.
ClientOperator peer connected as role: client.
DeviceCryptographic endpoint identity backed by a long-lived signing keypair.
MembershipA user's role/scopes binding inside one tenant.
NodeCapability provider connected as role: node.
TenantIsolation boundary for identity, policy, and durable state.
UserHuman principal authenticated through a tenant-configured auth provider.

Conversation and context

TermShort meaning
Agent loopOne turn from inbound input to durable progress.
ChannelExternal messaging integration such as Telegram, Discord, or Google Chat.
ConversationDurable context boundary for one agent on one surface.
Conversation stateMutable continuity layer that survives compaction inside one conversation.
Embedded local nodeNode runtime started by a client host but paired as its own node identity.
Heartbeat conversationDedicated periodic conversation for one (agent, workspace) continuity line.
MemoryDurable agent-scoped knowledge store used for later recall.
Memory itemAddressable long-term memory record.
Prompt contextOne turn's bounded model input assembled from durable state.
SurfaceBroad source of interaction such as UI, channel, automation, or delegation.
TranscriptAppend-only retained event history for one conversation.
TurnDurable unit of reasoning and progress inside one conversation.
Workspace (filesystem)Explicit working-directory boundary for workspace-backed tools.

Policy, coordination, and evidence

TermShort meaning
ApprovalDurable operator confirmation gate for risky or side-effecting work.
ArtifactDurable evidence object linked to a turn, work item, or exportable object.
DecisionRecordDurable record of a discrete planning or execution choice.
Execution profileNamed configuration for model, tool, and budget policy.
Policy overrideAuditable approval-derived exception that narrows future enforcement.
Turn processingGateway mechanics that queue, pause, resume, and recover turns durably.
ToolIntentRecord of why a tool call should happen and what evidence it should produce.

Work tracking

TermShort meaning
Child conversationDelegated conversation linked to a parent conversation for isolated context.
WorkArtifactTyped durable planning or execution artifact attached to a work item or workspace.
WorkBoardWorkspace-scoped work-tracking surface and drilldown state for long-lived work.
Work focus digestBudgeted per-turn summary derived from current work state.
WorkItemOperator-facing unit of work with a clear outcome.
WorkItem state KVAuthoritative current-truth values for one work item.
WorkSignalDurable time- or event-based trigger that can enqueue follow-up turns.

Transport, protocol, and extension

TermShort meaning
BackplaneCross-instance delivery path that moves durable outbox items to the owning edge.
Browser nodeBrowser-hosted node exposing browser APIs such as camera or geolocation.
CapabilityNamed typed interface a node can provide.
Capability providerExternal runtime exposing typed operations, typically a node or MCP server.
ContractVersioned schema for protocol messages or extension interfaces.
Desktop environmentGateway-managed sandbox desktop with a paired desktop node.
EventGateway-emitted server-push message.
GatewayLong-lived service boundary for routing, auth, policy, validation, and durable coordination.
Gateway pluginTrusted in-process gateway extension module.
OutboxDurable event log used for reliable backplane delivery and replay.
Request/ResponseCorrelated typed operation and reply keyed by request_id.
SkillInstruction bundle loaded on demand for specialized workflows.
ToolInvocable operation available to the runtime.

Scheduling, storage, and coordination

TermShort meaning
ConsolidationBudget-driven compression of episodic memory into lower-volume durable knowledge.
LeaseTime-bounded StateStore claim used to coordinate ownership.
Location triggerDurable automation rule that fires from enter/exit/dwell location events.
SchedulerComponent that emits time-based or watcher-driven turns under DB lease coordination.
StateStoreDurable system of record for conversations, approvals, evidence, audit, and routing.
TombstoneMinimal record proving a memory item was forgotten without keeping its content.