AIAny
AI Client2026
Icon for item

daily_stock_analysis

Generates daily LLM-powered decision dashboards for A/H/US stocks by combining multi-source market data, real-time news, technical signals and agent-style strategy reasoning; deploys via GitHub Actions or Docker and pushes reports to multiple channels.

Introduction

Most retail traders and small research teams lack an automated pipeline that reliably merges live market quotes, structured fundamentals, news/sentiment, and multi-step LLM reasoning into a concise, actionable daily report. This repository fills that gap by turning heterogeneous market feeds and search results into a reproducible, LLM-driven "decision dashboard" that can run on a schedule and deliver multi-channel notifications.

What Sets It Apart
  • LLM-first decision dashboard: instead of only outputting raw indicators, the system prompts an LLM to synthesize technical signals, chip distribution, fundamentals and news into a short actionable conclusion with buy/hold/sell guidance and explicit checklists. So what: it reduces the manual effort of reading multiple sources and produces a compact operational summary for daily routines.
  • Multi-source, fail-open pipeline: integrates AkShare/Tushare/Pytdx/YFinance for quotes, several web search APIs (SerpAPI, Tavily, Brave/MiniMax) for news, and optional social sentiment APIs for US stocks. So what: missing feeds degrade gracefully (fail-open) to keep the analysis running rather than failing entirely.
  • Agent & strategy skills: built-in Agent modes and 11 strategy skills (moving average, Chanlun, wave theory, Regime Strategy, etc.) let users run multi-step strategy dialogues and backtest-like validations. So what: you can both automate daily signals and interactively ask the system for strategy reasoning without leaving the platform.
  • Zero-cost scheduling options: designed to run in GitHub Actions or Docker, with extensive environment-variable driven configuration for LLM channels, notification targets and report templates. So what: small teams can run scheduled analyses without hosting costs.
Key capabilities (compact)
  • Generates per-stock and market-level dashboards with a headline conclusion, exact entry/stop/target points, and an operational checklist.
  • Supports A-share, HK and US markets plus US indices; supports vision-based import (image → stock list) and CSV/clipboard import.
  • Multi-channel notifications: corporate WeChat, Feishu, Telegram, Discord, Slack, email and more, including options to render Markdown to image for channels that need it.
  • Model-agnostic LLM integration: configurable to use Gemini/Anthropic/OpenAI/AIHubMix/Ollama/local models via LiteLLM or OpenAI-compatible endpoints; includes multi-key/fallback and rate-conservative settings.
Who it's for — tradeoffs and limitations

Great fit if you are an individual trader or small team who wants a reproducible daily analysis pipeline that blends data, news and LLM reasoning and can be run with minimal infra cost (GitHub Actions / Docker). It’s also useful for developers wanting a modular base to extend strategies or add notification channels. Look elsewhere if you need a fully audited, latency-sensitive execution platform (this project is for analysis and notifications, not automated order execution), or if you require institutional-grade market data SLAs—third-party data freshness and LLM outputs depend on configured providers and entail API costs. Also, outputs are intended as research/decision support and not financial advice.

Where it fits

This project sits between simple signal scripts and full commercial analytics platforms: it’s heavier than single-indicator bots because it fuses news + LLM synthesis, but lighter and more deployable than enterprise-grade terminals because it’s open-source, GitHub-Action friendly, and designed to be extensible by users who accept the external-data and LLM reliability tradeoffs.

Information

  • Websitegithub.com
  • AuthorsZhuLinsen
  • Published date2026/01/10

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).