Tutorial: MediGenius — LangGraph 多 Agent 醫療 AI 助手 一份「讀完就能理解架構 + 知道怎麼改 + 清楚資安邊界」的內部技術手冊。 目標讀者:已會 Python + FastAPI,想學 LangGraph multi-agent 編排、RAG pipeline、和 fallback chain 設計模式的工程師。 1. 為什麼要看 MediGenius? 1.1 「多 Agent」vs「純 Prompt」的關鍵差異 大多數 medical AI chatbot 的做法是「塞一大段 system prompt 進 LLM,讓它扮演醫生」——這是 pure-prompt approach(...

30-seconds-of-code 詳細教學 §1 定位 30-seconds-of-code (30soc) 是 Angelos Chalaris 自 2017 年起獨自維護的 curated coding snippets 教學站。三句話說清楚它是什麼、不是什麼: 是:每篇「30 秒讀完」的短文 + code block + 解釋,分 JavaScript / CSS / Python / React / Git / HTML 六大類,由單一作者把關品質 不是:cheatsheet(沒有解釋)、不是社群 wiki(PR 只收 bug 不收新內容)、不是教材(沒有循序漸進的學習路徑) 128k stars / 12.5k...

open-slide 詳細教學 對應 repo: https://github.com/1weiho/open-slide(3.5k stars / 248 forks / @open-slide/core@1.6.0,截至 2026-05-22) 1. 專案定位 1.1 它是什麼 1weiho (Yiwei Ho) 開源的 agent-native React 簡報框架。核心理念:「slides are visual code, agents are great at writing code; the missing runtime turns ‘make slides about X’ into a polished...

dari-docs 詳細教學 對應 repo: https://github.com/mupt-ai/dari-docs(34 stars / 0 forks / v0.1.5,截至 2026-05-21) 1. 專案定位 1.1 它是什麼 mupt-ai 公司開源的 「測你的文件能不能被 agent 跑通」工具。把 docs 包 tarball 上傳給 dari.dev hosted agents(或自家 dari.dev org 的 agents),讓 simulated developer agent 試著按文件完成 task,最後產出兩種結果: failure report:哪邊卡住、哪邊有 ambiguity、...

SwiftClip 詳細教學 本教學對應 repo commit 1ab3903 (2026-05-11),最後驗證日 2026-05-20。 涵蓋專案定位、安裝、核心架構、CLI 詳細用法、應用情境、資安、FAQ、進階技巧、整合建議共 11 章。 1. 專案定位 1.1 是什麼 SwiftClip 同時是三件事: Remotion 影片模板庫 — 32 個生產級 .tsx 模板,從 ProductLaunch 到 Macintosh(含 WebGL panorama 的 AppleMovie) Next.js 16 預覽站 — swift-clip.vercel.app,可線上預覽每個模板 Claude Code / Codex...