Meta-Agentic AGI framework for economic transformation
Top 99.3% on SourcePulse
This project provides a framework for developing and deploying meta-agentic AGI systems, aiming to identify, learn, think, design, strategize, and execute across various industries. It targets researchers, developers, and power users interested in advanced AI applications for economic transformation and strategic advantage. The core benefit is a structured approach to building autonomous, self-improving AI agents capable of generating economic value.
How It Works
The system employs a "Meta-Agentic" approach, where agents are designed to create, select, evaluate, and reconfigure other agents and their interaction rules. It utilizes a "Multi-Agent AI DAO" model for scalable infrastructure and incorporates an "Experience-First Loop" (Sense → Imagine → Act → Adapt) powered by techniques like MuZero for latent planning. The architecture includes a central orchestrator, a world model, and a vector-graph memory fabric (pgvector + Neo4j) for knowledge representation. Agents are designed to be polyglot, with graceful degradation for GPU-less or API-key-less operation.
Quick Start & Requirements
pip install -r requirements.lock
or pip install -r requirements-dev.txt
, and run ./quickstart.sh
.docker compose up --build
or docker run --pull=always -p 8000:8000 ghcr.io/montrealai/alpha-factory:latest
.openai-agents
, google-adk
, llama-cpp-python
or ctransformers
for offline inference.Highlighted Details
Maintenance & Community
The project is actively maintained, with Vincent Boucher credited as a pioneer. Community contributions are welcomed, with detailed guides in AGENTS.md
. Links to documentation and contribution guidelines are provided.
Licensing & Compatibility
Distributed under the Apache 2.0 license, allowing for commercial use and integration with closed-source projects.
Limitations & Caveats
The project is described as a "conceptual research prototype" with aspirational goals for AGI and superintelligence. Users are advised to use it at their own risk, and no financial advice is provided. Some demos, like alpha_agi_business_3_v1
, are not included in the published package and require running from source.
1 day ago
Inactive