lsdefine/GenericAgent
#178 of 783 by Stars among GitHub repos
Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption
About
📌 Official: GitHub + only. DintalClaw is the sole authorized commercial partner; others are not affiliated.
GenericAgent is a minimal, self-evolving autonomous agent framework. Its core is just 3K lines of code. Through 9 atomic tools + a 100-line Agent Loop, it grants any LLM system-level control over a local computer — covering browser, terminal, filesystem, keyboard/mouse input, screen vision, and mobile devices (ADB).
Design philosophy — don't preload skills, evolve them.
Every time GenericAgent solves a new task, it automatically crystallizes the execution path into a reusable Skill. The longer you use it, the more skills accumulate — forming a personal skill tree grown entirely…
Excerpted from github.com/lsdefine/GenericAgent
Latest metrics
| Stars | 13.4k | 2026-07-16 |
|---|---|---|
| Forks | 1.6k | 2026-07-16 |
| Commits | 1.3k | 2026-07-16 |
| Releases | 4 | 2026-07-16 |
| Watchers | 34 | 2026-07-16 |
| Open issues | 102 | 2026-07-16 |
| Open PRs | 68 | 2026-07-16 |