Commit Graph

3 Commits

Author SHA1 Message Date
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
Yijia Xiao 26c5ba5a78
Revert "Docker support and Ollama support (#47)" (#57)
This reverts commit 78ea029a0b.
2025-06-26 00:07:58 -04:00
Geeta Chauhan 78ea029a0b
Docker support and Ollama support (#47)
- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER
2025-06-25 23:57:05 -04:00