mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-05-01 22:43:10 +03:00
- 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
10 lines
301 B
Python
10 lines
301 B
Python
"""
|
|
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" |