- Project brief: PROJECT_BRIEF.md
- Long-range roadmap: MASTER_PLAN.md
- Current execution entry: CURRENT_PLAN.md
- Candidate backlog: TODO_BACKLOG.md
- Governance log: docs/project-governance/WORKLOG.md
- Automation notes: docs/AUTOMATION_COMMANDS.md
- Long-running autonomy: docs/LONG_RUNNING_AUTONOMY.md
- Verification entry:
python3 tools/verify.py
- Positioning: Interactive visualization tool for LLM token streaming speed and perceived responsiveness.
- Stack: Vite + TypeScript frontend.
- Current goal: Standardize the demo repository so future polish work has a stable execution loop and verification entrypoint.
一个旨在可视化大语言模型 (LLM) 流式输出速度的工具。通过调整每秒 Token 数 (TPS),用户可以直观地感受到不同 AI 模型的响应流畅度。
- 实时速度控制: 支持从 1 到 1500 TPS 的精准调节,感受从“慢读”到“极速”的差异。
- 动态渲染: 内置 Markdown 渲染支持,模拟真实 AI 交互中的格式展示。
- 监控大屏: 自动实时统计生成用时、总 Token 数以及瞬时 TPS。
- 高级渲染策略: 针对高速输出进行了性能优化,自动管理长文本滚动。
- 极简设计: 响应式深色模式界面,基于现代交互美学设计。
- Node.js (建议最新 LTS 版本)
-
安装依赖:
npm install
-
配置环境变量: 复制
.env.example为.env.local并配置您的 API 密钥(如需):cp .env.example .env.local
-
启动开发服务器:
npm run dev
默认端口为
3000。
- 前端框架: React 19
- 构建工具: Vite 6
- 样式方案: Tailwind CSS 4
- 动画引擎: Motion (Framer Motion)
- 图标库: Lucide React
由 Antigravity 辅助开发。