Skip to content

cortex-io/cortex-platform

Repository files navigation

Cortex Platform

The monorepo for all Cortex application code, libraries, and services.

⚠️ This project is archived. No longer under active development.


Structure

cortex-platform/
├── services/           # Microservices
│   ├── mcp-servers/   # MCP server implementations
│   ├── api/           # API services
│   └── workers/       # Background workers
├── lib/               # Shared libraries
│   ├── cortex-core/   # Core platform SDK
│   ├── orchestration/ # Agent orchestration
│   └── coordination/  # Multi-agent coordination
├── coordination/      # Agent coordination config
├── scripts/           # Build & deploy tooling
└── testing/           # Test suites

Design Principles

  • Code lives here, infrastructure lives in cortex-gitops
  • Code → Container → Registry → ArgoCD → K3s
  • GitOps-only deployment: no manual kubectl apply

Architecture

Platform Pipeline

Tech Stack

Python · TypeScript · FastAPI · Redis · Qdrant · Docker · K3s


Built with Claude. No longer maintained.

About

Archived — Cortex platform monorepo: microservices, MCP servers, shared libraries, and agent coordination.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors