diff --git a/python/configs/agent_cards/hedge_fund_agent.json b/python/configs/agent_cards/hedge_fund_agent.json index 2031bb854..644a1599c 100644 --- a/python/configs/agent_cards/hedge_fund_agent.json +++ b/python/configs/agent_cards/hedge_fund_agent.json @@ -1,5 +1,168 @@ { "name": "AIHedgeFundAgent", "url": "http://localhost:10001/", + "description": "AI Hedge Fund Agent provides multi-strategy analysis and investment insights. It can act like various famous analysts and specialists (valuation, technical, sentiment) to analyze stocks, portfolios, and market trends. Use its skills to get tailored perspectives ranging from deep fundamental valuation to technical trading signals.", + "skills": [ + { + "id": "aswath_damodaran_agent", + "name": "Aswath Damodaran", + "description": "Valuation-focused analysis using robust discounted cash flow and intrinsic value methods.", + "examples": [ + "Value Tesla using a DCF with scenario analysis", + "What's the intrinsic value range for Nvidia based on conservative growth assumptions?" + ], + "tags": ["valuation", "DCF", "intrinsic value"] + }, + { + "id": "ben_graham_agent", + "name": "Ben Graham", + "description": "Margin-of-safety and value-investing oriented screens and stock selection.", + "examples": [ + "Find stocks trading below intrinsic value with strong balance sheets", + "Screen for deep value opportunities in the small-cap universe" + ], + "tags": ["value investing", "margin of safety"] + }, + { + "id": "bill_ackman_agent", + "name": "Bill Ackman", + "description": "Event-driven and activist-investor style analysis focused on catalysts and corporate structure improvements.", + "examples": [ + "Identify potential activist targets with undervalued assets", + "What catalysts could unlock value at Company X?" + ], + "tags": ["activist", "event-driven", "catalyst"] + }, + { + "id": "cathie_wood_agent", + "name": "Cathie Wood", + "description": "High-conviction growth and disruptive-innovation oriented analysis with long-term thematic views.", + "examples": [ + "Assess the long-term growth thesis for ARK-style thematic investments", + "How might disruptive technology revenues evolve over the next 5 years?" + ], + "tags": ["growth", "disruption", "thematic"] + }, + { + "id": "charlie_munger_agent", + "name": "Charlie Munger", + "description": "Broad multidisciplinary perspective, focus on high-quality businesses with durable competitive advantages.", + "examples": [ + "Identify companies with long-term competitive moats", + "Evaluate management quality and capital allocation decisions" + ], + "tags": ["quality investing", "moat", "capital allocation"] + }, + { + "id": "michael_burry_agent", + "name": "Michael Burry", + "description": "Contrarian, deep-research driven value and special-situation analysis.", + "examples": [ + "Find contrarian opportunities overlooked by the market", + "Analyze distressed or deeply undervalued securities" + ], + "tags": ["contrarian", "deep value", "special situations"] + }, + { + "id": "mohnish_pabrai_agent", + "name": "Mohnish Pabrai", + "description": "Concentrated, low-risk value investing with a focus on high-upside asymmetric bets.", + "examples": [ + "Build a concentrated portfolio of high-conviction value ideas", + "Where are asymmetric risk-reward opportunities today?" + ], + "tags": ["concentrated", "value", "asymmetric"] + }, + { + "id": "peter_lynch_agent", + "name": "Peter Lynch", + "description": "Bottom-up, growth-at-a-reasonable-price (GARP) style stock picking and idea generation.", + "examples": [ + "Spot consumer-facing growth stories with reasonable valuations", + "Which small-cap growth companies show durable revenue expansion?" + ], + "tags": ["GARP", "bottom-up", "growth"] + }, + { + "id": "phil_fisher_agent", + "name": "Phil Fisher", + "description": "Qualitative growth investing focused on management, R&D, and long-term industry positioning.", + "examples": [ + "Assess a company's management and research capabilities", + "What are the long-term secular growth drivers for Company Y?" + ], + "tags": ["qualitative", "management", "R&D"] + }, + { + "id": "rakesh_jhunjhunwala_agent", + "name": "Rakesh Jhunjhunwala", + "description": "Concentrated, conviction-driven investing with an emphasis on high-growth emerging opportunities.", + "examples": [ + "Identify high-growth opportunities in emerging markets", + "Which mid-cap names have the potential to scale rapidly?" + ], + "tags": ["emerging markets", "conviction", "growth"] + }, + { + "id": "stanley_druckenmiller_agent", + "name": "Stanley Druckenmiller", + "description": "Macro-driven allocation and tactical trading insights combining top-down macro views with security selection.", + "examples": [ + "Develop a macro-informed allocation between equities and bonds", + "What macro catalysts are likely to affect tech stocks this quarter?" + ], + "tags": ["macro", "allocation", "tactical"] + }, + { + "id": "warren_buffett_agent", + "name": "Warren Buffett", + "description": "Long-term value investing with emphasis on durable businesses, simple economics, and shareholder-friendly management.", + "examples": [ + "Evaluate a company's long-term competitive advantage and free cash flow generation", + "Which businesses should be held for decades?" + ], + "tags": ["long-term", "value", "moat"] + }, + { + "id": "technical_analyst_agent", + "name": "Technical Analyst", + "description": "Chart-based technical analysis for entries, exits, trend identification and momentum signals.", + "examples": [ + "Provide support/resistance levels for AAPL", + "Identify bullish or bearish chart patterns for TSLA" + ], + "tags": ["technical", "charts", "momentum"] + }, + { + "id": "fundamentals_analyst_agent", + "name": "Fundamentals Analyst", + "description": "Financial-statement-driven analysis covering profitability, cash flows, and balance sheet strength.", + "examples": [ + "Analyze revenue and margin trends for Microsoft", + "Assess liquidity and leverage for Boeing" + ], + "tags": ["fundamentals", "financial statements", "metrics"] + }, + { + "id": "sentiment_analyst_agent", + "name": "Sentiment Analyst", + "description": "Market sentiment and positioning analysis using newsflow, social signals, and positioning data.", + "examples": [ + "Gauge retail sentiment around meme stocks", + "Summarize recent news sentiment for Amazon" + ], + "tags": ["sentiment", "news", "social"] + }, + { + "id": "valuation_analyst_agent", + "name": "Valuation Analyst", + "description": "Multi-method valuation using DCF, comparables, and precedent transactions to derive price targets.", + "examples": [ + "Produce a 12-month price target using DCF and comps", + "Compare valuation multiples across peers" + ], + "tags": ["valuation", "comparables", "DCF"] + } + ], "enabled": true } \ No newline at end of file