GenericAgent banner
lsdefine lsdefine

GenericAgent

Development community

Description

Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption

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

lsdefine%2FGenericAgent | Trendshift

English | δΈ­ζ–‡ | πŸ“„ Technical Report: arXiv Technical Report PDF Experiments & Reproduction Repo | πŸ“˜ 教程


🌟 Overview

**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).

Its design philosophy: **don't preload skills β€” evolve them.**

Every time GenericAgent solves a new task, it automatically crystallizes the execution path into an skill for direct reuse later. The longer you use it, the more skills accumulate β€” forming a skill tree that belongs entirely to you, grown from 3K lines of seed code.

**πŸ€– Self-Bootstrap Proof** β€” Everything in this repository, from installing Git and running `git init` to every commit message, was completed autonomously by GenericAgent. The author never opened a terminal once