Commit Graph

3 Commits

Author SHA1 Message Date
2380dd4617 feat: add python-dotenv support for local .env files
- 添加 python-dotenv 依赖
- 在 config.py 中加载 .env 文件
- 添加 .env.example 示例文件
2026-04-17 23:35:37 +08:00
4a8de8925e feat: implement MVP LLM router service
实现基于 token 长度的简单规则路由服务:
- FastAPI 基础服务 (/v1/chat/completions)
- 根据 token 长度自动选择模型 (gpt-3.5/gpt-4o-mini/gpt-4o)
- 成本追踪和统计 (/stats)
- 健康检查端点 (/health)
- 总计 224 行代码
2026-04-17 23:33:43 +08:00
55506952c1 docs: add X402 ecosystem technical architecture research report
新增X402生态竞品技术架构深度调研文档,包含:
- tx402.ai、Claw402等头部竞品技术架构分析
- 学术理论与生产实现对比
- 7篇顶会论文技术映射
- 技术选型建议与实施路线
2026-04-17 23:24:55 +08:00