feat: add Augur Investment Analysis page (17 investor personas)#907
Open
BruceLanLan wants to merge 1 commit into
Open
feat: add Augur Investment Analysis page (17 investor personas)#907BruceLanLan wants to merge 1 commit into
BruceLanLan wants to merge 1 commit into
Conversation
Adds a new /hermes/investment route with 17 investor persona cards. Integrates with Augur FastAPI backend (http://localhost:8000) to display multi-agent consensus analysis for any stock ticker. Features: - Ticker search with configurable Augur API URL - 17 investor persona cards with signal badges and score bars - Multi-agent consensus banner with overall score - Graceful fallback when Augur API is not running - Sidebar entry under the Agent group - i18n key added to all 9 supported locales Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR integrates Augur — a multi-agent investment analysis system — as a native page in Hermes Web UI.
/hermes/investmentroute withInvestmentView.vuehttp://localhost:8000) — URL is configurable per-sessionsidebar.investmentadded to all 9 supported locales (en, zh, zh-TW, ja, ko, de, es, fr, pt)Augur setup (prerequisites)
Test plan
python3 -m dashboard.app)🤖 Generated with Claude Code