Skip to main content

Glossary

TermMeaning
Action itemA discrete task extracted from a conversation / transcript.
AgentA configured AI persona with a name, system prompt, model, tool selection, KB list, and visibility.
AppAPINextcloud's app system for ExApps. Handles install, lifecycle, signed proxy.
Audit logThe persistent record of guardrail events + admin actions. Stored in Postgres, queryable in Admin → Audit.
AutomationA trigger-driven workflow that runs steps (AI / tool / code / approval / condition / loop).
BackstopThe 6-hourly cron that re-syncs NC users / groups in case webhook events were missed.
bge-m3The default multilingual embedding model used by Knowledge Bases. 1024-dim.
BootstrapThe first-install flow on the connector that provisions a tenant key against the Bee Flow service.
BSNBurgerservicenummer — the Dutch national ID number. Built-in PII category.
CitationA reference to a KB source in a model's reply, rendered either inline or as a card.
Community tierFree tier. Single user, 2 agents, 1 000 messages / month.
ComponentAn AI-built sandboxed UI fragment that an agent can emit instead of plain Markdown.
ConnectorThe Bee Flow Nextcloud ExApp. Container at ghcr.io/bee-flow/connector, AGPL-3.0.
ConversationA chat thread between a user and an agent, persisted in Postgres.
DLPData Loss Prevention. Enterprise feature that blocks / redacts / asks before sensitive prompts reach the model.
DSRData Subject Request — GDPR term for a user requesting access, portability, or erasure of their data.
EmbeddingA high-dimensional vector representation of text used for similarity search.
Enterprise tierIncludes DLP, GDPR, SAML, audit export, unlimited users / agents / messages.
ExAppNextcloud "External App" — a Docker container that integrates with NC via AppAPI.
Fair-codeSource-available licensing that permits self-hosting + modification but restricts third-party SaaS resale. SUL is fair-code.
Full tierTop tier: Enterprise + white-label + sub-licence issuance.
GuardrailA check the server performs on prompts / tool results — PII, custom term, moderation, unicode-smuggling.
HaRPNextcloud's "Hostname/Reverse Proxy" deployment daemon for ExApps.
HiveThe frontend repo (Bee-Flow/hive). React + Vite SPA.
HMACKeyed hash used to sign requests between connector and Bee Flow service (SHA-256).
Idempotency keyA client-supplied UUID on POST that lets the server cache the first response and replay it on duplicates.
IntegrationA connector to an external service (Gmail, Outlook, GitHub, n8n, …). Each exposes one or more tools.
JWTJSON Web Token. Used for sessions, NC handshakes, and licence keys.
Knowledge Base (KB)A document collection the agent can search. Local (Postgres) or vector (pgvector / Qdrant).
Licence keyA signed JWT that unlocks premium tiers. Verified against bundled-public-key.pem.
MemoryPer-user (or per-agent) facts the Memory Extractor system agent populates over time.
ModerationPost-generation safety check via Azure Content Safety.
NCNextcloud.
n8nWorkflow automation tool, fair-code, separately runnable. Bee Flow integrates via API.
OCSOpen Collaboration Services — Nextcloud's REST API style for non-DAV endpoints.
Org / Organisation / TenantA self-contained Bee Flow workspace. Has users, groups, agents, settings, licence.
PGVectorPostgres extension providing native vector similarity search. Used for KBs in default deploys.
PIIPersonally Identifiable Information — what the Privacy Shield detects + redacts.
Pro tier25 users, 20 agents, 50k msg/mo. Includes automations, voice, web pages, meeting notes, skills, ticket assistant.
Privacy ShieldThe in-tenant PII filter that redacts sensitive content before it reaches the model. Always-on; level configurable.
RerankerA cross-encoder that re-orders top-K KB search results for better quality. Optional.
RoutineThe end-user name for an automation in the SPA (/app/routines).
RRFReciprocal Rank Fusion — combines vector + BM25 search results into a single ranked list.
SkillA reusable bundle (prompt extension + tools + KB) attachable to any agent. Pro+ feature.
SSEServer-Sent Events. The streaming protocol for chat replies.
SULSustainable Use Licence — Bee Flow's fair-code licence for the server + frontend.
System agentOne of 10 built-in agents seeded by the system (Title Generator, Memory Extractor, etc.).
TemplateA pre-built agent recipe (prompt + tools + KB). Cloning produces an editable agent.
Tenant keyThe HMAC secret bound to an org's connector pairing. Stored in connector cache + Bee Flow DB.
ToolA typed function the agent's model can call (gmail_search, nextcloud_files_read, …).
Tool callA specific invocation of a tool by the model in a turn. Streamed as tool_call SSE events.
VADVoice Activity Detection. Energy-based with hysteresis; tunes when "user is speaking".
VoxtralThe default voice provider (STT + TTS). Multilingual.
WizardThe 4-step first-run admin onboarding flow.