TradingAgents
多智能体 AI 股票分析平台
📊 股票分析
📋 历史任务
⚙️ 系统状态
📈 发起股票分析
API 状态: {{ apiStatus === 'online' ? '在线' : apiStatus === 'offline' ? '离线' : '检测中...' }}
开始分析
💡 提示: 美股直接输入代码 (AAPL),A股格式为 代码.市场 (如 600519.SS 表示上交所)
📊 分析结果
{{ currentJob.request?.symbol }}
{{ statusText(currentJob.status) }}
创建时间: {{ formatTime(currentJob.created_at) }}
开始时间: {{ formatTime(currentJob.started_at) }}
完成时间: {{ formatTime(currentJob.completed_at) }}
❌ 错误
{{ currentJob.error }}
📄 分析报告
📋 历史分析任务
🔄 刷新
暂无历史任务
{{ job.request?.symbol || 'N/A' }}
{{ statusText(job.status) }}
创建时间: {{ formatTime(job.created_at) }}
错误: {{ job.error.substring(0, 50) }}...
⚙️ 系统状态
API 状态
{{ healthInfo.timestamp ? '✓' : '✗' }}
服务运行
健康检查
{{ JSON.stringify(healthInfo, null, 2) }}
🔧 配置信息
LLM 提供商: OpenRouter 模型: nvidia/nemotron-3-super-120b-a12b:free 后端地址: https://ai.juxunkeji.cn API 文档: https://ai.juxunkeji.cn/docs