Multi-agent equity research system with deterministic signal fusion — 3 specialized agents (ReAct, FinBERT, Plan-and-Solve + RAG) produce BUY/NEUTRAL/SELL decisions through a mathematical Decision Hub. No LLM in the critical path.
Stars
187
Forks
21
Watchers
187
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
1
commits
Merge pull request #2 from alexander-schneider/codex/public-sentiment-context
93ef02cView on GitHubfeat: add optional public sentiment context to sentiment agent
907da85View on GitHubfix: strip markdown fences from LLM JSON responses in fundamental agent
c824606View on GitHubdocs: Rewrite README for new 3-Agent + Decision Hub architecture
31d5dbeView on GitHubfeat: Rewrite frontend for Decision Hub display and clean up obsolete code
d4bbad0View on GitHubfeat: Add Fundamental agent with RAG stack (Qdrant + edgartools)
8d0175eView on GitHubfeat: Add Technical Analysis agent with ReAct loop and 6 indicator tools
a2e2de6View on GitHubfeat: Add Decision Hub with consistency scoring and signal fusion
4c8bab6View on GitHubfeat: Add Pydantic domain models, config, and test infrastructure
af74141View on GitHubfeat: Add agent enhancements with reflection loop and reasoning chains
048fffeView on GitHub