gnuhpc opened a new pull request, #7: URL: https://github.com/apache/flink-agents-demos/pull/7
## Summary This PR adds a new demo project **flink-stock-trading-demo** — an intelligent stock trading analysis system built on the [Apache Flink Agents](https://github.com/apache/flink-agents) Python SDK. ## What's included The demo showcases Flink Agents core capabilities through 3 progressive demos: 1. **ReAct Agent** — ~60 lines of core code, LLM autonomously drives tool calls 2. **Workflow Agent** — dual-model orchestration with memory and Skills system 3. **YAML Agent** — declarative configuration with zero Python resource definitions All demos support both simulated data and AKShare real market data (US stocks). ## Documentation The project includes 4 in-depth technical articles in **bilingual format** (Chinese + English): - `article-1-principles.md` / `.zh.md` — Framework architecture deep dive - `article-2-react-agent.md` / `.zh.md` — ReAct pattern in practice - `article-3-workflow-agent.md` / `.zh.md` — Workflow pattern in practice - `article-4-yaml-agent.md` / `.zh.md` — YAML declarative configuration ## Files 25 new files under `flink-stock-trading-demo/` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
