refactor: remove all Debate Arena feature code

Remove the entire AI Debate Arena module (~5,300 lines) to simplify
the codebase. This removes the multi-AI debate trading decision system
including backend engine, API handlers, database store, frontend page,
navigation, translations, and documentation references.
This commit is contained in:
tinkle-community
2026-03-11 17:32:41 +08:00
parent 5b82b51b17
commit 94ef009bb5
23 changed files with 22 additions and 5439 deletions

View File

@@ -77,7 +77,6 @@ Tương thích với **[ClawRouter](https://github.com/BlockRunAI/ClawRouter)**
| **Đa AI** | DeepSeek, Qwen, GPT, Claude, Gemini, Grok, Kimi chuyển đổi bất cứ lúc nào |
| **Đa Sàn** | Binance, Bybit, OKX, Bitget, KuCoin, Gate, Hyperliquid, Aster, Lighter |
| **Strategy Studio** | Trình xây dựng trực quan nguồn coin, chỉ báo, kiểm soát rủi ro |
| **AI Debate Arena** | Nhiều AI tranh luận giao dịch (Bull vs Bear vs Analyst), bỏ phiếu, thực thi |
| **AI Competition** | AI cạnh tranh thời gian thực, bảng xếp hạng hiệu suất |
| **Telegram Agent** | Chat với trợ giao dịch streaming, gọi công cụ, bộ nhớ |
| **Backtest Lab** | phỏng lịch sử, đường vốn chỉ số hiệu suất |

View File

@@ -79,7 +79,6 @@ x402 流程:
| **多 AI** | DeepSeekQwenGPTClaudeGeminiGrokKimi 随时切换 |
| **多交易所** | BinanceBybitOKXBitgetKuCoinGateHyperliquidAsterLighter |
| **策略工作室** | 可视化构建器 币种来源指标风控 |
| **AI 辩论竞技场** | 多个 AI 辩论交易多空对决投票执行 |
| **AI 竞赛** | AI 实时竞争排行榜排名 |
| **Telegram Agent** | 与交易助手对话 流式输出工具调用记忆 |
| **回测实验室** | 历史模拟权益曲线和性能指标 |
@@ -193,7 +192,6 @@ curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bas
| [架构概览](../../architecture/README.md) | 系统设计和模块索引 |
| [策略模块](../../architecture/STRATEGY_MODULE.md) | 币种选择、AI 提示词、执行 |
| [回测模块](../../architecture/BACKTEST_MODULE.md) | 历史模拟、指标计算 |
| [辩论模块](../../architecture/DEBATE_MODULE.md) | 多 AI 辩论、投票共识 |
| [常见问题](../../faq/README.md) | FAQ |
| [快速开始](../../getting-started/README.md) | 部署指南 |