Commit Graph

4 Commits

Author SHA1 Message Date
Florian Bley 72f34187c1 feat: add Claude Code subagent pipeline (no API keys required)
Adds cc_tools.py CLI wrapper for data gathering and a trading-analysis
skill that orchestrates ~12 specialized subagents through Claude Code's
Agent tool, replacing the LangGraph pipeline's dependency on external
LLM API keys.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 23:12:13 +01: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