TradingAgents/tradingagents/llm_clients
Ahmet Guzererler 0b4260a4e2 feat: add agentic memory scaffold and migrate tracking files to docs/agent/
Migrate DECISIONS.md, MISTAKES.md, PROGRESS.md, agents/, plans/, and
tradingagents/llm_clients/TODO.md into a structured docs/agent/ scaffold
with ADR-style decisions, plans, templates, and a live state tracker.

This gives agent workflows a standard memory structure for decisions,
plans, logs, and session continuity via CURRENT_STATE.md.

Agent-Ref: docs/agent/plans/global-macro-scanner.md
State-Updated: Yes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 17:14:11 +01: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 footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
base_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
factory.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
google_client.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
openai_client.py feat: Complete 3-phase LLM scanner pipeline with inline tool execution 2026-03-17 08:41:40 +01:00
validators.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00