Kronos Hub

Forecasting, multi-agent research, and execution workflows under one API.

Kronos Hub is an integration-first quant platform that connects Kronos forecasting, TradingAgents research, and AI Hedge Fund execution/backtesting through a shared gateway and worker runtime.

Forecast-aware research engine
Kronos Hub platform overview

Unified Platform Overview

One visual surface for the full path: forecast, research, and execution stitched together through the hub.

Execution and backtesting shell

Execution And Backtesting

Execution, portfolio, risk, and backtest surfaces can act as the downstream shell for the hybrid pipeline.

Forecast-aware research engine

Forecast-Aware Research

The hub now pushes forecast context into TradingAgents analysts, researchers, trader, risk agents, and the portfolio manager.

Live Routes

  • POST /predictions/kronos
  • POST /predictions/kronos/batch
  • POST /research/tradingagents
  • POST /execution/ai-hedge-fund/run
  • POST /execution/ai-hedge-fund/backtest
  • POST /runs

Why This Repo Exists

The upstream repos are useful on their own. Kronos Hub is for teams that want a shared API, isolated workers for dependency conflicts, and one place to build forecast-aware quant flows.

Docs & Demo

Use the hosted docs page as the public-facing landing surface, then route users into the README, API docs, and hybrid demo request template.

Try It Locally

Copy-Item .env.example .env
pip install -e .
python .\scripts\smoke_check.py
python -m uvicorn apps.api_gateway.main:app --reload --port 8010

Hybrid Demo Script

.\examples\scripts\invoke-hybrid-demo.ps1
.\examples\scripts\invoke-hybrid-demo.ps1 -EnableResearch
.\examples\scripts\invoke-hybrid-demo.ps1 -EnableResearch -EnableExecution

Repo Positioning

  • Integration-first architecture
  • Worker-backed orchestration
  • Forecast + research + execution stack
  • GitHub-ready public docs surface

License Boundary

The root integration layer is Apache-2.0. Vendored upstream projects keep their own licenses and notices.

Read third-party notices