Glossary
Short product vocabulary definitions. For details, see 03-concepts.
| Term | Short definition |
|---|---|
| Addon | Self-contained module that adds a capability to arka-deck (memory, governance, etc.). |
| Agent | Profile recruited on a project, ready to chat. |
| arka-deck | Local console for orchestrating AI agents on real projects. |
| ArkaDoc | Business document attached to a project (report, brief, spec, task, decision). |
| Atom | Atomic unit of knowledge in the Cortex (rule, pattern, constraint). |
| Bloc | Executable Cortex rule or capability (skill, expertise, tool, method, scope). |
| Cortex | Structured knowledge repository (graph). Public read-only or dedicated. |
| Cortex Actions | Addon that exposes a Cortex artifact panel in chat. |
| Cortex Lite | Local Cortex sidecar runtime materializing project context. |
| Public Cortex | public.arkalabs.app endpoint (read-only, no authentication). |
| Flowmap | Agentic execution sequence: phases, decisions, transitions. |
| Governance | Rules, permissions, traces framing the agents’ work. |
| Gouvernance Lite | Addon that executes local Cortex-compatible policies. |
| HYOS | Cortex profile family (architect, lawyer, QA, etc.). |
| Leader | Coordinating agent of a squad. |
| Memory Local | Addon that captures a project’s memory (decisions, learnings). |
| Mission | Unit of work entrusted to a squad (goal, phases, evidence, verdict). |
| Mission Guardian | Addon that manages gates and evidence of a structured mission. |
| Mode | Agent execution frame (e.g. audit mode, review mode). |
| Notion Connect | Addon that links Notion pages and sources to an arka-deck project. |
| Profile (HYOS) | Versioned specialized agent (role, mission, keywords, sectors, skills). |
| Project | Local folder on the machine, with its working .arka-deck/. |
| Provider | LLM engine configured to run the agents (Claude, Gemini, Codex). |
| Session | Chat exchange with an agent on a project (complete timeline). |
| Squad | Team of agents recruited for a mission, with a leader. |
| Squad Leader | Addon that composes and activates a squad on a project. |
| Squad Orchestration | LangGraph addon for multi-agent execution (mission, report, verdict). |
| Turn | Single exchange in a session (user message + agent response). |
| Worker | 1-shot headless LLM process (JSON input → JSON output). |
| Workspace | Logical container that groups several projects. |