LangChain workflow starter for turning a topic into keywords, outlines, drafts, and shareable boards.
- Clear, runnable project scope instead of a placeholder repository.
- Screenshot-first README so visitors understand the product in seconds.
- Small enough to study, fork, and customize for your own workflow.
- Bilingual documentation for both global and Chinese-speaking developers.
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
copy .env.example .env
python -m agents.search_agent- English guide: README.en.md
- 中文说明:README.cn.md
If this project helps you, starring and forking it makes the work easier for others to discover.
