TWAZI

News Analyst Agent

AI agent that analyzes news articles to identify market-moving information.

Inputs

  • News Data required: Collection of news articles from News API
  • OpenAi Credentials required: OpenAI API credentials for analysis
  • Prompt: Optional custom prompt for news analysis

Example

{
  "News Articles": [
    {
      "title": "Major Tech Company Adopts Bitcoin for Treasury",
      "content": "A Fortune 500 company announces...",
      "source": "reuters",
      "date": "2025-05-05T08:30:00Z"
    }
  ],
  "OpenAi Credentials": "YOUR_OPENAI_API_KEY",
  "Prompt": "Focus on institutional adoption and regulatory news impact"
}

Outputs

  • News Analysis Report: Detailed analysis of news sentiment, potential market impact, and key developments
News analyst workflow example

On this page

Edit on GitHub