E
Eligibility Gate
Mandatory governance checkpoint that determines whether a Knowledge Object can be used in execution. Enforced before runtime uses any knowledge. Eligibility conditions define constraints and requirements.
Enterprise Governed Runtime
The LLM Enterprise profile runtime that enforces policy gates, audit trails, evidence chains, and human-facing decision control. For decisions requiring governance and auditability.
Evidence Chain
Chronological record of all decisions, policy outcomes, trust scores, and actor identities in an execution. Forms the audit trail for compliance and governance verification.
ExecutionContract
Unified format for all runtime requests containing identity, capability requirements, execution context, and governance decision tracking. Core abstraction for governance-aware execution.
G
Governance
Structures, processes, and frameworks for decision-making, authority management, policy enforcement, and compliance. In RI-ECOSYS, governance precedes reasoning.
Governance Plane
The core decision-making layer consisting of IdentityGateway, PolicyEngine, TrustEngine, and EvidenceEngine. Orchestrates identity validation, policy enforcement, trust computation, and evidence recording.
K
Knowledge Access Identity & Authorization
Framework requiring verified actor identity for all knowledge access (read, write, derive). Every operation tracked with actor identity and policy decision. Enterprise access control requirement.
Knowledge Access Traceability
Complete audit trail of all knowledge access events including actor, action, timestamp, policy outcome, and trust score. Enables compliance verification and governance proof.
Knowledge Fabric
The integrated cognitive substrate comprising Registry, Resolver, Graph, Metadata, Lifecycle, Ontology, Classification, Index, and Relationships. Foundation for knowledge management.
Knowledge Object (KO)
A governed unit of knowledge with identity (ko_id), metadata, lifecycle state, governance state, eligibility state, and provenance. Atomic unit of the Knowledge Platform. Raw information becomes KO after governance qualification.
Knowledge Lifecycle
Five-stage progression: Screening/Qualification → KO Construction → Governance Validation → Eligibility Evaluation → Runtime Execution. Ensures knowledge meets governance requirements before use.
P
Policy Engine
Governance component enforcing allow/deny/require_human/escalate decisions based on autonomy level, risk class, and policy rules. Second stage of governance chain after IdentityGateway.
Process Unit (PU)
Executable knowledge unit that performs a defined operation with governed inputs, outputs, and side effects. Can be generated autonomously from Knowledge Objects via derivation.
Provenance
Complete history and source lineage of knowledge. Required metadata for all Knowledge Objects including creator, timestamp, source origin, and transformation chain.
R
Reception
Unified entrypoint for user queries, messages, and requests. Routes through Masterbook & ri-KOS with governance enforcement. Integrated messaging platform for AIC and system administration.
Ri Assistant
AI-powered knowledge assistant providing governance-aware answers. Queries ri-KOS Governance Plane and provides responses with full trace, trust score, and source attribution.
RI-ECOSYS
Resonant Intelligence Ecosystem — A comprehensive platform for knowledge management, governance, and autonomous cognitive operations. Integrates runtime, governance, knowledge fabric, and autonomous execution.
ri-KOS
Knowledge Operating System backend deployed on VPS. Implements Governance Plane v1.0 with ExecutionContract, IdentityGateway, PolicyEngine, TrustEngine, EvidenceEngine. Running on port 8765 for governance-aware query processing.
T
Technical Report (TR)
Comprehensive specification documents defining RI-ECOSYS architecture, governance, and operations. TR-001: Runtime, TR-002: Knowledge, TR-003+: Planned future reports.
Trace ID
Unique identifier for each execution or query (format: ri-YYYY-MM-DD-XXXXX). Links evidence chain, policy decisions, trust scores, and audit trail for compliance and verification.
Trust Engine
Governance component computing composite trust score from five factors: identity trust (25%), knowledge trust (35%), provenance trust (15%), policy compliance (15%), runtime integrity (10%). Determines request eligibility.
Trust Score
Composite numerical score (0.0-1.0) computed by TrustEngine reflecting overall governance confidence in a request. Threshold typically 0.85 for acceptance; configurable per policy.