TradingAgents/tradingagents
Trading Agents Dev f37c751a3c feat: add testing infrastructure and utility modules
- Add dev dependencies (pytest, ruff, mypy) to pyproject.toml
- Configure pytest with test markers (unit, integration, slow)
- Configure ruff linting rules
- Configure mypy strict mode
- Add tests directory with initial test structure
- Add config_validation module for configuration validation
- Add logging_config module for structured logging
- Add types module with TypedDict definitions
2026-03-07 06:28:58 +00:00
..
agents fix(risk_manager): 修复基本面报告数据源错误 2026-02-09 18:21:21 +08:00
dataflows refactor: clean up codebase and streamline documentation 2026-02-03 22:27:20 +00:00
graph feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
llm_clients chore: clean up dependencies and fix Ollama auth 2026-02-03 23:08:12 +00:00
config_validation.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00
default_config.py feat: add yfinance support to accommodate community request for stability and quota 2026-02-03 22:27:20 +00:00
logging_config.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00
types.py feat: add testing infrastructure and utility modules 2026-03-07 06:28:58 +00:00