Skip to content

Releases: CytrexSGR/eve-copilot

v1.0.0 — Initial Open Source Release

05 Apr 11:23

Choose a tag to compare

EVE Co-Pilot v1.0.0

First public release of the EVE Online intelligence, industry & alliance management platform.

What's Inside

  • 17 Microservices — auth, character, market, finance, production, military, war-intel, wormhole, dotlan, shopping, scheduler, hr, mcp, ectmap, zkillboard, public-api, api-gateway
  • Dogma Engine v4 — Full EVE modifier pipeline with stacking penalties, T3D modes, Triglavian spool-up, fleet boosts, projected effects
  • 5 Frontends — Public combat dashboard, internal management suite, universe map (ectmap), capital map, sovereignty map
  • AI Copilot — Claude-powered conversational interface to 600+ EVE tools
  • Fitting System — EVE Workbench-style editor with full Dogma stat calculation
  • Combat Intelligence — Real-time battle detection from zKillboard, doctrine recognition via DBSCAN
  • Market Intelligence — Arbitrage finder, market hunter, price history, regional economics
  • Alliance Management — HR vetting, SRP, finance, logistics, sovereignty tracking
  • SaaS Platform — Tier-based feature gating, ISK payments, rate limiting

Tech Stack

  • Python 3.11+ / FastAPI / PostgreSQL 16 / Redis
  • React 19 / TypeScript 5 / Vite 7
  • Docker Compose orchestration
  • 3,029+ unit tests, 111+ migrations, 136+ tables
  • Prometheus + Grafana monitoring

Getting Started

git clone https://github.com/CytrexSGR/eve-copilot.git
cd eve-copilot
cp .env.example .env  # Fill in your EVE SSO credentials
docker compose up -d

See README for full setup instructions.

License

MIT