Skip to content

Instantly share code, notes, and snippets.

@birdietan
birdietan / TradingAgents-Baseline-Reproduction-Report.html
Created May 27, 2026 06:39
TradingAgents Baseline 复现报告 - PaperRun Demo (2026-05-27)
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TradingAgents Baseline 复现报告</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700&display=swap');
* { margin:0; padding:0; box-sizing:border-box; }
body {