Commit Graph

4 Commits

Author SHA1 Message Date
Filipe Salvio a249334f8d test(01-02): add comprehensive unit tests for Tradier data layer
- 25 tests across 10 test classes covering all Phase 1 DATA requirements
- TestGetExpirations (DATA-02): DTE filtering, single-item normalization (Pitfall 5)
- TestGetOptionsChain (DATA-01): structure, values, single-contract normalization (Pitfall 2)
- TestGreeksPresent (DATA-03): all 1st-order Greeks populated
- TestGreeksAbsent (Pitfall 1): null Greeks handled gracefully
- TestIVPresent (DATA-04): bid_iv, mid_iv, ask_iv, smv_vol values
- TestDTEFilter (DATA-05): range filtering with expiration list update
- TestVendorRegistration (DATA-08): VENDOR_LIST, TOOLS_CATEGORIES, VENDOR_METHODS
- TestRateLimitDetection: HTTP 429 and X-Ratelimit-Available=0
- TestSessionCache: cache hit avoids redundant calls, clear forces re-fetch
- TestSandboxURL: env var toggles production vs sandbox URL
- All mocked, no real API calls; pytest added as dev dependency
2026-03-29 20:35:56 -03:00
CadeYu 08bfe70a69 fix: preserve exchange-qualified tickers across agent prompts 2026-03-21 21:10:13 +08:00
Yijia Xiao 26c5ba5a78
Revert "Docker support and Ollama support (#47)" (#57)
This reverts commit 78ea029a0b.
2025-06-26 00:07:58 -04:00
Geeta Chauhan 78ea029a0b
Docker support and Ollama support (#47)
- 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
2025-06-25 23:57:05 -04:00