Skip to content

Glossary

This glossary defines terms as they are used in the current Agent App standard.

TermMeaning
Agent AppA complete installable intelligent application package for a host runtime.
APP.mdRequired discovery entry with YAML frontmatter and human-readable guide.
Runtime packageUI, worker, storage, workflow, artifact, eval, and support files referenced by APP.md.
HostClient or platform that installs, projects, authorizes, and runs the app.
Desktop hostHost class for desktop apps, including Lime Desktop Platform, Electron adapters, Tauri adapters, and runtime-backed shells that share the same Agent App contract.
Lime Desktop PlatformLime's standard desktop host implementation for app center, shared settings, OAuth, OEM, billing, updates, Host Bridge, and Agent App lifecycle.
Host BridgeStandard event bridge between sandboxed UI and the host, using lime.agentApp.bridge.
Capability SDKStable API surface injected by the host, such as lime.ui and lime.storage.
CapabilityA host-provided service an app can call through the SDK.
Shared platform capabilityHost capability such as lime.cloudSession, lime.modelSettings, lime.branding, lime.billing, or lime.appUpdates that should be shared across apps instead of reimplemented in each app.
EntryHost-visible launch point such as page, command, workflow, artifact, background task, or settings.
ExpertChat-first entry. In current manifests it is represented as expert-chat, not as the whole app.
ProjectionDeterministic compilation from manifest to host catalog objects.
ReadinessStatic setup and compatibility check before runtime execution.
OverlayTenant, workspace, user, or customer-specific configuration outside the official package.
Knowledge templateSlot describing required or optional Agent Knowledge binding.
Skill referenceReference to an Agent Skill that provides procedural capability.
Tool referenceRequirement for an external or host callable tool.
Artifact typeDurable output contract created or viewed by the app.
EvalQuality gate, readiness check, or human review rule for output acceptance.
EvidenceProvenance and support record for tasks, tools, Knowledge sources, Artifacts, and evals.
Secret slotCredential placeholder resolved by host secret manager.
Package hashIntegrity hash for package contents.
Manifest hashIntegrity hash for the manifest or APP.md frontmatter.
Local runtimeHost-side execution model where app code runs under host authorization.
Server-assistedMode where remote services help with catalog, gateway, or tools without becoming hidden default runtime.

Deprecated or compatibility terms

TermStatus
scene entryLegacy compatibility term. Current apps should use page, command, workflow, artifact, background-task, or settings.
home entryLegacy compatibility term. Use page for app home or dashboard.

Naming guidance

Use Agent App for the standard and app for a package instance. Use domain names such as Content Factory App for product examples. Avoid names that imply a single conversation box when the package owns UI, workflow, storage, and artifacts.

Term groups

GroupTerms to review together
PackagingAgent App, APP.md, runtime package, package hash, manifest hash.
RuntimeHost, Capability SDK, capability, local runtime, server-assisted.
UI and workflowEntry, expert, projection, readiness, overlay.
CompositionKnowledge template, Skill reference, Tool reference, Artifact type.
GovernanceEval, Evidence, secret slot, policy, compatibility.

How to use this glossary

Use the glossary as a naming guardrail when writing manifests, SDK docs, release notes, and host UI copy. If a proposed term overlaps an existing one, prefer the existing term unless the new concept owns a different runtime boundary.

Ambiguity rules

  • If it changes how the agent behaves, start with Skill.
  • If it supplies trusted facts, start with Knowledge.
  • If it calls an external system, start with Tool.
  • If it is a durable output, start with Artifact.
  • If it combines UI, workflow, storage, permissions, and lifecycle, use Agent App.

Draft host-platform standard for installable agent applications.