Awesome Agent Frameworks banner
subinium subinium

Awesome Agent Frameworks

AI community

Description

Architecture-focused guide to open-source personal AI agent frameworks (the Claw ecosystem)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome Agent Frameworks

**English** | [中文](README_CN.md) | [日本語](README_JA.md) | [한국어](README_KO.md)

An architecture-focused guide to the open-source personal AI agent ecosystem (the "Claw" family).

Not a link dump. Each entry explains **what problem it solves, how it solves it, and why that approach matters**.


Table of Contents


Disclaimer

This guide describes **architecture and design intent**, not guaranteed working software.

**Verification scope**: We cloned all repos and read source code to verify repo existence, license files, primary language, and structural claims (file counts, module organization, trait definitions). We did **not** build binaries, run tests, or verify runtime behavior. Performance numbers (binary size, RAM, boot time) are taken from project READMEs — not independently measured. Channel and tool counts are based on code definitions, not confirmed integrations.

**LOC and numeric claims**: Many projects market themselves with selective metrics. "~4K LOC" may refer to a core subset while the full codebase is 10-50x larger. "Zero unsafe code" may mean workspace-level deny with per-crate exceptions.