Open Source · AGPL v3

Give your agents a Cortex

CLAUDE.md remembers what YOU told it. Waykee Cortex knows what your ENTIRE TEAM built.

Open-source hierarchical context engine for AI agents. 31 MCP tools. AGPL v3.

Every agent solves execution. None solve context.

Claude Code

Execution
Context

Cursor

Execution
Context

Ruflo

Execution
Context

Ridges

Execution
Context

Cowork

Execution
Context
0-70%

of tokens wasted re-understanding your codebase every session

Your agent can write code. It just doesn't know WHY that function exists, WHAT your team decided last month, or WHERE the constraints are documented.

One MCP call. Full inherited context.

Before

🤖
Exploring files chaotically...

After

🤖
One call → complete context
🏢System"Atlas Insurance"
📦Module"Mobile App"
📱Screen"Login"
📋Spec"Auth0, biometric, no APNs until March"
🗄️DB Schema"users, sessions, auth_tokens"
GetBotContext(waykeeId: 110100)

// Response:
{
  "hierarchy": [
    { "type": "System", "subject": "Atlas Insurance" },
    { "type": "Module", "subject": "Mobile App" },
    { "type": "Screen", "subject": "Login" }
  ],
  "fullContext": "System: Atlas Insurance\n
    Module: Mobile App (GitHub: atlas/mobile)\n
    Screen: Login (Auth0, biometric flow...)\n
    DB: users, sessions, auth_tokens",
  "instructionPacks": ["Developer Guidelines", ...]
}

Knowledge + Work. Two dimensions. One platform.

Permanent

Knowledge

🏢Atlas InsuranceSystem
📱Mobile AppModule
🔐Login ScreenScreen
📊DashboardScreen
Temporal

Work

🎯Release v2.0Project
🏃Sprint 3Hito
Implement OAuthTask
🐛Fix Login CrashBug

Knowledge = what your team BUILT (permanent). Work = what your team is DOING (temporary).

A task inherits context from both dimensions. Dual-parent architecture.

Accreting Knowledge Architecture

Every interaction makes your agents smarter. Knowledge compounds over time.

🤖

Bot receives task

Agent picks up a ticket

📚

GetBotContext

Full hierarchy inherited

Executes with context

Your LLM, your keys

💬

Reports progress

SendMessage to thread

📝

Docs updated

Knowledge captured

🧠

Knowledge accumulates

Compounding context

Every interaction makes your agents smarter. Documentation updates automatically. Knowledge compounds over time.

The landscape

FeatureClaude MemoryRufloCoworkCLAUDE.mdWaykee Cortex
StructureFlatFlatFlatFileHierarchical with inheritance
ScopeIndividualIndividualIndividualPer repoOrganizational
Memory typeEpisodicSessionSessionManualSemantic + structural
Multi-agentNoYesNoNoYes with identity
CommunicationNoNoNoNoEmail bridge + chat
Model-agnosticClaude onlyClaude onlyClaude onlyAnyAny
PermissionsNoneNoneNoneNoneInherited by hierarchy

One engine. Every industry.

💻

Software

Knowledge
SystemModuleScreen
Work
ProjectSprintTask

Atlas Insurance → Mobile App → Login Screen

🎪

Events & Weddings

Knowledge
EventCategoryVendor
Work
ProjectPhaseTask

Wedding Martinez → Catering → Chef Antonio

⚖️

Legal

Knowledge
CaseAreaDocument
Work
ProcessStageFiling

Case #2024-001 → Contract Law → Settlement Draft

🏗️

Construction

Knowledge
BuildingPhaseBlueprint
Work
ProjectPhaseTask

Tower North → Foundation → Structural Plan v3

Same two dimensions. Different hierarchies. Industry templates coming soon.

Own your context.

AGPL v3
terminal
$ docker compose up
 
[+] Running 3/3
✔ waykee-api Started 0.0s
✔ waykee-web Started 0.0s
✔ waykee-mcp Started 0.0s
 
API listening on :5000
Web listening on :5111
MCP server ready (31 tools)
// GetBotContext response
{
  "hierarchy": [
    { "type": "System", "subject": "Atlas Insurance" },
    { "type": "Module", "subject": "Mobile App",
      "metadata": { "gitHubRepo": "atlas/mobile" }},
    { "type": "Screen", "subject": "Login" }
  ],
  "instructionPacks": [
    { "name": "Developer Guidelines", "content": "..." }
  ],
  "fullContext": "System: Atlas Insurance\n..."
}
  • 31 MCP tools ready
  • Model-agnostic: Claude, GPT, DeepSeek, Llama
  • Your data, your server, your LLM keys
  • Hierarchical RAG with semantic search
  • Instruction packs for reusable context

The open source thinks. The Worker executes. You pay your own LLM.

Production-ready.

0

MCP tools

0+

API endpoints

Hierarchical RAGDual-parent architectureBot identity systemInstruction packsEmail bridge integrationRunning in production

Powered by Claude Code + Waykee Cortex eating its own dog food

Give your agents a Cortex.

Waykee Cortex will be released as open source (AGPL v3). Register to get priority access and be the first to know when the repository goes live.