TradingAgents/tradingagents/llm_clients
Jeff Hicken 8b1289f5fc feat: enhance LM Studio integration and configuration
- Updated .env.example to include API keys and configuration for various LLM providers, including LM Studio.
- Modified cli/utils.py to implement fetch_lmstudio_models function for dynamic model retrieval.
- Updated cli/main.py and cli/utils.py to support LM Studio as a provider option.
- Enhanced tradingagents/llm_clients to accommodate LM Studio in client creation and API key handling.
- Updated .gitignore to exclude results and reports directories.
2026-03-25 17:05:27 -06:00
..
TODO.md feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
__init__.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
anthropic_client.py feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00
base_client.py chore: consolidate install, fix CLI portability, normalize LLM responses 2026-03-22 21:38:01 +00:00
factory.py feat: enhance LM Studio integration and configuration 2026-03-25 17:05:27 -06:00
google_client.py chore: consolidate install, fix CLI portability, normalize LLM responses 2026-03-22 21:38:01 +00:00
openai_client.py feat: enhance LM Studio integration and configuration 2026-03-25 17:05:27 -06:00
validators.py chore: update model lists, bump to v0.2.1, fix package build 2026-03-15 23:34:50 +00:00