| 分類 | 資源 | 先學什麼 | 評分 |
|---|---|---|---|
| 模型執行 | ollama/ollama | 先在本機跑一個模型,再讓 starter 呼叫它 | ⭐⭐⭐⭐⭐ |
| vllm-project/vllm | 需要伺服器級吞吐量時再學 | ⭐⭐⭐ | |
| Python SDK | openai/openai-python | 理解 OpenAI-compatible client 與 response shape | ⭐⭐⭐⭐⭐ |
| anthropics/anthropic-sdk-python | 比較 Anthropic messages 與 tool schema | ⭐⭐⭐⭐⭐ | |
| 驗證與資料 | pytest-dev/pytest | 從小型 assert 走到可重複的測試 | ⭐⭐⭐⭐ |
| pydantic/pydantic | 驗證工具輸入、結構化輸出與錯誤 | ⭐⭐⭐⭐ |