AutoAgent: Fully-Automated and Zero-Code LLM Agent Framework
AutoAgent is a fully automated, zero-code LLM agent framework that lets users create agents and workflows using natural language instead of manual coding and configuration. It is structured around modes that cover both “use” and “build” scenarios: a user mode for running a ready-made multi-agent research assistant, plus editors for creating individual agents or multi-agent workflows from conversational requirements. The framework emphasizes self-managing workflow generation, where it can...
OpenAGI is a package for AI agent creation designed to connect large language models with domain-specific tools and workflows in the AIOS (AI Operating System) ecosystem. It provides a structured Python framework, pyopenagi, for defining agents as modular units that encapsulate execution logic, configuration, and dependency metadata. Agents are organized in a well-defined folder structure that includes code (agent.py), configuration (config.json), and extra requirements...
GitClaw is an open-source framework for building AI agents whose entire identity, configuration, memory, and capabilities live inside a Git repository. Instead of storing agent state in databases or application code, the framework treats a repository itself as the agent’s environment, allowing developers to version, inspect, and collaborate on agents using standard Git workflows.