Added comprehensive tests and simplified ollama dockersetup
This commit is contained in:
parent
a4725b575b
commit
109cb66b3a
|
|
@ -0,0 +1,10 @@
|
|||
"""
|
||||
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"
|
||||
Loading…
Reference in New Issue