Agentic Coding - Project Template
This is a project template for Agentic Coding with Pocket Flow, a 100-line LLM framework, and your editor of choice.
-
We have included the .cursorrules, .clinerules, and .windsurfrules files to let Cursor AI (also Cline, or Windsurf) help you build LLM projects.
-
Want to learn how to build LLM projects with Agentic Coding?
- Check out the Agentic Coding Guidance
- Check out the YouTube Tutorial
資料庫初始化
每次你有 model/schema 變動時,請先執行:
python scripts/init_db.py
這會自動建立(或更新)所有 SQLite 資料表,確保資料庫結構正確。