The Trading Floor V2 banner
CloudAI-X CloudAI-X

The Trading Floor V2

AI community

Description

A multi-agent market analysis system where specialized AI agents collaborate and debate on financial instruments, simulating a hedge fund research team's decision-making process.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

The Trading Floor

A multi-agent market analysis system where specialized AI agents collaborate and debate on financial instruments, simulating a hedge fund research team's decision-making process.

![Python](https://img.shields.io/badge/python-3.11+-blue.svg) ![Next.js](https://img.shields.io/badge/Next.js-14-black) ![License](https://img.shields.io/badge/license-MIT-green.svg)

Overview

The Trading Floor creates a visual council of AI agents, each with distinct expertise, that analyze financial instruments and produce consensus-based trading recommendations. Agents engage in structured debate, challenge each other's assumptions, and synthesize diverse perspectives into actionable insights.

The Council Members

Agent Role Focus
Quant Analyst Technical Analysis Price patterns, indicators, statistical signals
Sentiment Scout Market Sentiment News flow, crowd psychology, contrarian signals
Macro Strategist Macroeconomic Context Sector dynamics, intermarket relationships
Risk Manager Risk Assessment Position sizing, volatility, downside scenarios
Portfolio Chief Final Decision Synthesis, conflict resolution, recommendations

Features

  • Real-time Streaming: Watch agents deliberate via Server-Sent Events
  • Multi-Agent Debate: Agents challenge and build upon each other's analyses
  • Structured Output: Consensus reports with individual scores and dissenting opinions
  • Modern UI: Animated conversation panels with agent status indicators

Tech Stack

Backend

Frontend