You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lxy
e2c8d5976d
feat: add AI reanalysis backend for trade reflections
...
- Added TradeAIAnalysis model for multi-version AI analysis results
- Created reflection_ai_analysis.py service with reflection-enhanced prompt
- Implemented analyze_with_reflection(): builds prompt, calls AI, parses JSON, saves version
- Added get_analysis_history(), get_latest_analysis(), save_suggestion_as_experience()
- Added 4 new API endpoints: POST /reanalyze, GET /reanalyze/{id}/history,
GET /reanalyze/{id}/latest, POST /ai-analysis/{id}/save-experience
- Updated analysis_db.py to import TradeAIAnalysis
- Verified app imports successfully
2 weeks ago
..
__pycache__
feat: add trade reflection system data models and preset tags initialization
2 weeks ago
api
feat: add AI reanalysis backend for trade reflections
2 weeks ago
services
feat: add AI reanalysis backend for trade reflections
2 weeks ago
static
feat: add trade reflection frontend sub-tabs and views
2 weeks ago
__init__.py
feat: 初始化工程代码
2 months ago
analysis_db.py
feat: add AI reanalysis backend for trade reflections
2 weeks ago
analysis_migration.py
fix: 修复 MySQL session 创建失败降级和迁移对象 detached 问题
2 weeks ago
analysis_models.py
feat: add AI reanalysis backend for trade reflections
2 weeks ago
auth_service.py
fix: 增加登陆权
2 months ago
config.py
fix: 修复时区不匹配导致行情数据读取失败
2 weeks ago
config_migration.py
fix: 检查 _save_to_mysql 返回值,迁移时 JSON 损坏不回填
2 weeks ago
config_store.py
fix: 动态读取 MySQLSessionLocal,避免模块导入顺序导致迁移跳过
2 weeks ago
database.py
feat: 初始化工程代码
2 months ago
main.py
feat: add trade reflection system data models and preset tags initialization
2 weeks ago
migration.py
fix(storage): address final review findings on atomic writes, migration, config and URL encoding
2 weeks ago
models.py
feat: 将 symbols/ai 配置迁移到 MySQL,保留 JSON fallback
2 weeks ago
mysql_database.py
fix(storage): address final review findings on atomic writes, migration, config and URL encoding
2 weeks ago
redis_client.py
feat(cache): add Redis client module
2 weeks ago
schemas.py
完善定时任务功能
2 months ago
storage_manager.py
feat: 将 futures_analysis.db 迁移到 MySQL 并支持 Redis 缓存
2 weeks ago
user_models.py
fix: 增加登陆权
2 months ago