Aller au contenu

Glossary

Ce contenu n’est pas encore disponible dans votre langue.

Short product vocabulary definitions. For details, see 03-concepts.


TermShort definition
AdminHighest RBAC role (level 3). Full access to all Cortex features.
ATOMAtomic unit of knowledge in Cortex: a typed, versioned, queryable artefact with six universal layers (identity, classification, shape, presence, lifecycle, enrichment).
BlocCatalogue block — a structured instruction for an agent. Five types: skill, expertise, methode, tool, scope.
ChangelogPer-table record of CREATE/UPDATE/DELETE operations with timestamps, version bumps and field diffs. Powered by SurrealDB CHANGEFEED.
CheckpointTraceAgent-to-agent handoff trace in a structured mission. Records validation mode, resilience protocol and pass/fail status.
COMPOSEAtom type: a composite atom that references other atoms.
Content hashSHA-256 hash of an artefact’s content, used for delta detection and idempotent ingestion.
ContributorRBAC role (level 1). Can draft workspace artefacts and deposit memory.
CortexOpen-source agentic memory and governance engine for LLM-driven teams.
CR (Completion Report)Structured report produced after task execution. Two types: Task CR (expert delivery) and QA CR (quality review).
Cross-pollinationMechanism that detects when two independent Cortex instances converge on the same artefact and recommends promoting it to the shared catalogue.
DecisionWorkspace artefact recording an explicit decision (who, when, why). Status: DRAFT, DECIDED, SUPERSEDED.
DispatchmapExecution flow definition for a mission: entry step, exit step, supported patterns and compatible task types.
Divergence reportComparison of two snapshots across five axes (topology, catalogue, profiles, governance, learning) with a global score (0-100).
DNA (Profile)Multi-dimensional score computed from a profile’s attached blocs: specialization, autonomy, diversity, expertise ratio, focus, methodicity, stability, popularity, sectority.
EmbeddingVector representation of an artefact, generated locally via Ollama + bge-m3. Used for semantic search.
ExpertiseBloc type: deep domain knowledge in a specific area.
FamilleTop-level taxonomy category for atoms.
FEUILLEAtom type: a leaf atom, indivisible.
Governance packCollection of governance atoms from transversal sous-familles, defining behavioral rules for agents.
HYOSProfile family for LLM agent identities. Structured entities carrying mission, mindset, scope, responsibilities and bloc composition.
InstanceImmutable snapshot of a catalogue artefact at the moment a project instantiates it. Used for drift detection.
InterventionLogged action by an actor on a target, with result and status.
MCT (Mission Contract)Top-level agreement framing a unit of work: cadrage, team casting, ODM plan, dates and expected outputs.
MCP serverModel Context Protocol server (port 3001). Interface for LLM clients (Claude, ChatGPT, Cursor). Supports OAuth 2.0.
MeiliSearchFull-text search engine used by Cortex for catalogue search.
MemoryPer-project persistence of decisions, errors, patterns, blockers, needs and feedbacks. Not chat history — structured semantic extraction.
MemoryDecisionAgent-level memory entry: an explicit decision with rationale and impact.
MemoryPatternAgent-level memory entry: a recurring observation with recurrence counter.
MethodeBloc type: a step-by-step process to follow.
MinIOS3-compatible object storage used by Cortex for documents and library files.
Modele (HYOS)Template profile from the catalogue, ready to be instantiated as a sur_mesure or variante.
NotePraxisOperational note written by an agent, with importance level (L2-L5, CR) and flow direction (H2A, A2A).
ODM (Ordre de mission)Individual work order within a mission contract, assigned to contributors with scope, objectives and acceptance criteria.
OllamaLocal inference server used by Cortex for embeddings (bge-m3 model) and optional LLM inference.
PostgreSQLRelational database used for authentication, audit trail, documents and provider credentials.
ProducteurRBAC role (level 2). Can ingest blocs, profiles and governance atoms into the catalogue.
ProfileSee HYOS.
ProjectWork context within a workspace, with its own memory scope and lifecycle (ACTIVE, PAUSED, ARCHIVED).
ProjectDriftReport listing all instantiated artefacts that have diverged from the current catalogue version.
QA CRQuality review report with method applied, dimensions evaluated, blocking issues, recommendations and verdict (PASS/FAIL/RESERVE/NOT_OBSERVABLE).
RBACRole-based access control. Four levels: reader, contributor, producteur, admin.
ReaderLowest RBAC role (level 0). Read-only access to catalogue, search and browse.
ResilienceProfile defining how failures, blocks, refusals and reserves are handled. Types: default, strict, tolerant, critique, rapide.
REST APIHTTP/JSON interface (port 9096). For scripts, CI pipelines, services and the web UI.
ScopeBloc type: a boundary or permission declaration.
SemverSemantic versioning (MAJOR.MINOR.PATCH) applied to every Cortex artefact.
SkillBloc type: a practical capability an agent can perform.
SnapshotFull state capture of a Cortex instance: blocs, profiles, modeles, governance, taxonomy, patterns and blockers.
Sous-familleSub-category within a famille in the taxonomy.
SurrealDBGraph + relational database used as Cortex’s primary data store.
Sur_mesureProfile origin: a custom profile created from scratch.
TaskExecutable unit within an ODM, assigned to a specific agent with QA agent and method.
Task CRExpert delivery report with files created/modified, evidence, test results and DOD validation.
ToolBloc type: an external tool the agent is allowed to use.
TransactionRecorded exchange between actors (dispatch, delivery, validation, escalation, QA verdict).
VarianteProfile origin: derived from an existing profile with modifications.
VersioningAutomatic semantic version management with content hashing, change classification, immutable instances and drift detection.
WorkspaceTop-level container in Cortex that groups projects.