Cortex — The Growth Operating System
A context engine and knowledge graph that gives agents memory, structure, and intelligent reasoning.
What is Cortex?
Cortex is the shared intelligence layer behind HangarX — transforming your data into structured memory your agents can use to think, plan, and act.
Knowledge Graph
Structured entities + typed relationships across people, teams, orgs, docs, sites.
Context Engine
Long-running memory, relevance scoring, context windows, event linking.
Data Ingestion
URLs, documents, datasets, analytics → automatically turned into graph objects.
Shared State
Every agent uses the same memory layer → no siloed prompts.
Tool-Oriented Reasoning
Cortex routes queries to tools and transforms outputs into graph updates.
Workflow Coordination
Cortex acts as the logic layer controlling multi-agent processes.
Architecture Overview
A layered system designed for intelligent coordination
Mission Control
Interface Layer
Cortex Kernel
Intelligence Layer
Knowledge Graph
Memory Layer
Data Sources
Ingestion Layer
Agent Apps
Execution Layer
Why Cortex?
Traditional AI tools work in isolation. Cortex changes that by giving every agent access to the same structured knowledge — creating compounding intelligence.
- Eliminates context fragmentation
- Makes agents smarter over time
- Creates a unified memory layer
- Enables multi-step reasoning
- Connects data sources into one model
- Powers automation at scale
For Developers
Integrate your apps with Cortex through multiple pathways. Build on top of structured knowledge, not raw prompts.
- APIcoming soon
- MCPcoming soon
- Graph queries
- Webhook-style ingestion
- Agent App templates
import { cortex } from '@hangarx/sdk'
// Query the knowledge graph
const entities = await cortex.graph.query({
type: 'COMPANY',
related: ['PERSON', 'DOCUMENT'],
limit: 10
})
// Get context for an agent
const context = await cortex.context.build({
entityIds: entities.map(e => e.id),
includeMemory: true,
relevanceThreshold: 0.7
})Try Cortex
Start building with structured intelligence. Launch Mission Control and see what context-aware agents can do.
Get Started