AI agent framework for task automation
Top 8.8% on sourcepulse
Anus is an open-source AI agent framework designed for task automation, enabling users to build agents that execute natural language instructions, collaborate in multi-agent systems, and interact with various digital resources. It targets developers, researchers, and AI enthusiasts seeking a flexible and accessible platform for AI-powered applications.
How It Works
Anus employs a hybrid architecture supporting both single-agent and multi-agent collaboration. Its dynamic task planning breaks down complex requests into manageable steps, with adaptive resource allocation and memory management for context retention. Specialized agent roles (e.g., Researcher, Coder) can be defined, facilitating structured inter-agent communication and consensus mechanisms for collaborative problem-solving.
Quick Start & Requirements
pip install anus-ai
(recommended), from source, or via Docker (docker pull anusai/anus:latest
).[documents]
), browser automation ([browser]
), and code execution ([code]
) are available.anus init
and .anus/config.yaml
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
playwright install
. Platform-specific system dependencies may be needed (e.g., windows-curses
on Windows, python@3.11
on macOS).4 months ago
Inactive