r/LocalLLaMAが共有、30超のAI agent frameworkをコードレベルで整理したハンドブック

Original: Cheat sheet on how popular AI agent frameworks are build under the hood View original →

Read in other languages: 한국어English
AI Mar 21, 2026 By Insights AI (Reddit) 1 min read Source

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を一覧化した地図として十分に有用だ。

出典: r/LocalLLaMA thread, GitHub repo.

Share: Long

Related Articles

Comments (0)

No comments yet. Be the first to comment!

Leave a Comment

© 2026 Insights. All rights reserved.