Provides a minimal, self-evolving framework for LLMs to gain full system control over a local computer.
GenericAgent is a self-evolving autonomous agent with a ~3K line Python core and a ~100-line Agent Loop. It uses 9 atomic tools to control browsers, terminals, filesystems, and even mobile devices via ADB. Instead of preloaded skills, it automatically crystallizes successful task execution paths into reusable skills, storing them in a memory layer for direct recall on similar future tasks, exemplified by turning 'Read my WeChat messages' into a one-line skill after initial setup.
Provides a minimal, self-evolving framework for LLMs to gain full system control over a local computer.
Anyone who wants to automate complex, multi-step tasks on their computer using an LLM, building a personalized set of capabilities over time.