AlphaEar Sentiment Skill Overview This skill provides sentiment analysis capabilities tailored for financial texts, supporting both FinBERT (local model) and LLM-based analysis modes. Capabilities Capabilities 1. Analyze Sentiment (FinBERT / Local) Use for high-speed, local sentiment analysis using FinBERT. Key Methods: - : Get sentiment score and label using localized FinBERT model. - Returns : . - Score Range : -1.0 (Negative) to 1.0 (Positive). - : Batch process unanalyzed news in the database (FinBERT only). 2. Analyze Sentiment (LLM / Agentic) For higher accuracy or reasoning capabilitie…