# AGENTS.md

LLM 驱动的多市场股票智能分析系统：多源行情、实时新闻、决策看板与自动推送，支持零成本定时运行。  LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.

## Setup

```
pip install -r requirements.txt
```

## Commands

```
# TODO: nothing declares a build or test command, so an agent has to guess.
# This is the single most valuable section of this file. Fill it in.
```

## Layout

- `apps/`          295 source files
- `tests/`         272 source files
- `src/`           237 source files
- `api/`           38 source files
- `bot/`           22 source files
- `data_provider/` 20 source files

## Conventions

- Tests live alongside the code they cover, following `apps/dsa-desktop/tests/main.test.js`.
- CI defines what passing means. See `.github/workflows/00-daily-analysis.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `src/services/system_config_service.py` is 233KB. It will not fit comfortably in context, so read it in parts.
- Copy `.env.example` before running anything that needs configuration.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
