r/LocalLLaMAが共有、30超のAI agent frameworkをコードレベルで整理したハンドブック
Original: Cheat sheet on how popular AI agent frameworks are build under the hood View original →
2026年3月20日、r/LocalLLaMAではAI Agent Engineering Handbookを紹介する投稿が共有された。56 points、3 commentsと大きなthreadではないが、こうした静かなリンクはbuilderコミュニティではむしろ価値が高いことがある。製品宣伝ではなく、実装パターンをまとめた資料だからだ。
このrepositoryは、OpenClaw、Claude Code、LangGraph、CrewAI、Hermes Agent、Cline、OpenCodeなど30超のopen-source frameworkを読み、modern AI agentが実際にどう組み上がっているかを整理したと説明している。1つの正解architectureを押し出すのではなく、agent loop、system prompt、compaction、context rot、memory、tools、orchestration、planning、security、testing、deploymentにまたがる反復パターンを構造化している。
なぜ役立つ資料と見られたか
LocalLLaMAユーザーがこのリンクを拾い上げた理由は明確だ。著者は100-line程度のagent loopでも強いbenchmarkを出しうる一方、本当の差はcontext assembly、memory、tool designに出ると述べる。さらに、context qualityはwindowが限界に近づいた時だけでなく約25% fillあたりから悪化し始め、膨らんだMCP tool descriptionがuser taskを読む前にcontextの大半を消費しうるとも主張している。
- 30を超えるframeworkを比較し、1つのstackだけを推す文書になっていない。
- skills-as-markdown、compaction prompt、subagentを、コピーして試せるimplementation detailとして扱っている。
- lightweight agent、graph-based orchestration、role-based multi-agent、coding-focused toolのどれを選ぶかの判断ガイドを示している。
そのため、この投稿は単なるリンク共有以上の意味を持つ。LocalLLaMAにはlocal modelやopen modelの上でagentを構築する利用者が多く、彼らに必要なのはhypeより運用可能なpatternだ。個々の結論に異論があっても、このrepositoryは2026年3月時点で動いているagent systemを一覧化した地図として十分に有用だ。
Related Articles
2026年3月17日のHacker Newsで、Get Shit Doneの投稿は404 pointsと223 commentsを集めた。このプロジェクトはClaude Code、Codex、Gemini CLI、Copilotなど向けの軽量なcontext-engineering・spec-driven workflowを掲げている。
2026年3月9日のLocalLLaMAでは、Fish Audio S2がfine-grained inline control、multilingual対応、SGLangベースのstreaming stackをまとめて提示した点が注目された。
2026年3月13日のShow HNで紹介されたGitAgentは、`agent.yaml`、`SOUL.md`、`SKILL.md`などのファイルでAI agentを定義するgit-native標準を打ち出した。
Comments (0)
No comments yet. Be the first to comment!