99. リンク集・参考資料¶
公式ドキュメント¶
- LangGraph 公式トップ — 入口
- Concepts — State / Node / Edge / Checkpoint の概念
- Durable Execution — 永続化機構
- Human-in-the-loop — interrupt / Command
- Multi-agent — Supervisor / Swarm / Subgraph
- LangGraph Platform — クラウドホスティング
- LangGraph Studio — 可視化デバッガ
チュートリアル(公式)¶
設計思想を学ぶ¶
- Anthropic: Building effective agents — agent と workflow の違い、設計原則。必読
- Simon Willison: Designing agentic loops — tool in a loop の本質
- OpenAI: Unrolling the Codex agent loop — Codex の内部構造
Temporal 統合¶
- Temporal: Of course you can build dynamic AI agents with Temporal
- Temporal: Durable Execution meets AI
- Temporal: OpenAI Agents SDK integration
- Replit case study
- Building durable agents with Temporal and Vercel AI SDK
他フレームワーク比較(読むと視野が広がる)¶
- Restate: Durable AI Loops — framework agnostic な durable loop
- Inngest: How to Build a Durable AI Agent
- Pydantic AI + DBOS
- Diagrid: Durable Agentic Workflows with Dapr
- AWS: LangGraph + DynamoDB Checkpointer
- Medium: LangGraph vs Temporal for AI Agents
GitHub リポジトリ(手で動かす)¶
- langchain-ai/langgraph — 本体
- langchain-ai/langgraph-swarm-py — Handoff パターン公式実装
- langchain-ai/langgraph-supervisor-py — Supervisor パターン公式
- temporal-community/temporal-ai-agent — Temporal × agent リファレンス
- temporalio/openai-agents-python
- knowledgestack/ks-cookbook — 32サンプル横断
- restatedev/ai-examples
- triggerdotdev/trigger.dev
- dapr/dapr-agents
動画・カンファレンス¶
- Replay 2025: AI Agents using Temporal (keynote)
- Replay 2025 Video Library
- LangChain YouTube channel — 公式チュートリアル動画多数
ニュース・コミュニティ¶
関連する自分のノート¶
次に深掘りすべきこと(メモ)¶
- [ ] LangGraph Platform を実際に試す(無料枠ある)
- [ ] LangSmith でトレース・評価まで含めて触る
- [ ]
~/research-orchestratorで LangGraph subgraph として組み込めるか検討 - [ ]
~/ai-business-labの起業アイデアに durable agent をどう使えるか - [ ] Claude Code 自体の harness 設計と LangGraph の対比メモを書く
作成: 2026-05-16 / 最終更新: 2026-05-16