Revert "Docker support and Ollama support (#47)" (#57)

This reverts commit 78ea029a0b.
This commit is contained in:
Yijia Xiao
2025-06-26 00:07:58 -04:00
committed by GitHub
parent 78ea029a0b
commit 26c5ba5a78
23 changed files with 19 additions and 2141 deletions

View File

@@ -1,10 +0,0 @@
"""
TradingAgents Test Suite
This package contains all test scripts for the TradingAgents application:
- test_openai_connection.py: OpenAI API connectivity tests
- test_ollama_connection.py: Ollama connectivity tests
- test_setup.py: General setup and configuration tests
"""
__version__ = "1.0.0"