TradingAgents/cli
Felix Dunand Carre 3aad988472 Add Cerebras as LLM provider using OpenAI-compatible API
- Register Cerebras base URL and API key env var in openai_client.py
- Route cerebras provider through OpenAIClient in factory.py
- Add available Cerebras models to validators.py
- Add Cerebras to CLI provider menu and model selection in cli/utils.py
- Add cerebras override in cli/main.py config
- Set main.py to use Cerebras llama3.1-8b (llama3.1-8b has working tool calling)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 23:54:54 -04:00
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
announcements.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
config.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
main.py Add Cerebras as LLM provider using OpenAI-compatible API 2026-03-24 23:54:54 -04:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
stats_handler.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
utils.py Add Cerebras as LLM provider using OpenAI-compatible API 2026-03-24 23:54:54 -04:00