Releases: Tomortec/CryptoTradingAgents
Releases · Tomortec/CryptoTradingAgents
v0.2.0-preview
Added
- Export reports in PDF/Markdown format
- Send report files via email
- Support script-based execution
- Add a decision banner to the report
- Structured logging
- Provide example
.env.examplefiles for CLI and email configuration - Support LLM-based search via the new
search_backend_urlsetting
Fixed
- Corrected prompt reference for investment preferences in analysts
- Passed correct parameters to TAAPI technical indicator calls
新增
- 导出 PDF/Markdown 格式的报告
- 将报告文件通过电子邮件发送
- 支持脚本模式运行
- 在报告中添加最终决策的横幅
- 结构化日志记录
- 提供 CLI 和邮件配置的示例
.env.example文件 - 通过新的
search_backend_url设置,支持大模型搜索功能
修复
- 修正了分析师模块中投资偏好提示词的引用错误
- 向 TAAPI 技术指标调用正确传递了参数