A fully autonomous, self-directing economic entity built from advanced open-source AI systems, designed for perpetual, compounding value generation.
This project is not just an operating system; it is a paradigm shift in autonomous AI orchestration. It integrates over 18 cutting-edge research projects into a single, coherent, and highly resilient architecture. Its singular directive: continuous, compounding profit generation with no end date, no hardcoded task list, and zero human intervention.
The system operates on a self-optimizing loop: Seek → Adapt → Scale → Optimize. It autonomously discovers market inefficiencies, simulates potential outcomes with high-fidelity social and economic models, spawns right-sized, specialized agent teams, executes complex workflows, and permanently learns from every interaction.
The system is structured into five highly specialized layers, each leveraging specific open-source projects to create a robust, fault-tolerant ecosystem:
| Layer | Name | Core Systems | Primary Purpose |
|---|---|---|---|
| 0 | Control Plane | Paperclip, OpenClaw, NemoClaw, Automaton | Governance, inter-agent routing, hardware-level sandboxing, and financial execution. |
| 1 | Workforce | Agency-Agents, Deer-Flow, Ruflo | Dynamic agent team assembly, workflow DAG orchestration, and parallel sub-agent spawning. |
| 2 | Cognitive Backbone | OpenViking, Cognee, Context Hub | Infinite tiered memory, dynamic knowledge graph construction, and autonomous self-correction. |
| 3 | Simulation Engine | MiroFish, Percepta, AutoRA | High-fidelity social simulation, rigorous economic probability modeling, and automated research. |
| 4 | Research & Exploit | PentAGI, Heretic, Perplexity Agent API, Browser Automation | Authorized security research, temporary model liberation, and deep-web intelligence gathering. |
┌─────────────────────────────────────────────────────────────────────────┐
│ MASTER ORCHESTRATOR LOOP │
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ SEEK │───▶│ ADAPT │───▶│ SCALE │───▶│ OPTIMIZE │ │
│ │ │ │ │ │ │ │ │ │
│ │ - Perplexity │ │ - Simulation │ │ - Deer-Flow │ │ - Cognee │ │
│ │ Monitor │ │ Pipeline │ │ Workflows │ │ Learning │ │
│ │ - Market │ │ - Cognee │ │ - Ruflo │ │ - Context │ │
│ │ Scout │ │ Analysis │ │ Spawning │ │ Hub │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ │
│ ▲ │ │
│ └───────────────────────────────────────────────────────────┘ │
│ (Infinite Perpetual Loop) │
└─────────────────────────────────────────────────────────────────────────┘
- Docker and Docker Compose
- Python 3.11+
- Node.js 22+
- 64 GB RAM minimum (512 GB recommended for full, unconstrained deployment)
- NVIDIA GPU with 24+ GB VRAM (for local model inference and simulation)
# Clone the repository
git clone https://github.com/YOUR_USERNAME/AutonomousEconomicEntity.git
cd AutonomousEconomicEntity
# Copy and configure environment variables
cp .env.example .env
# Edit .env with your API keys and configuration
# Start all core services
docker-compose up -d
# Initialize the database and knowledge graph
python3 scripts/init_db.py
# Export agent definitions
python3 scripts/export_agents.py
# Ignite the autonomous orchestrator
python3 orchestrator/orchestrator.py# Install the systemd service for persistent operation
sudo cp config/aee.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable aee
sudo systemctl start aee
# Monitor the autonomous operations
journalctl -u aee -fThis project employs a rigorous, defense-in-depth security model to ensure safe autonomous operations:
- Sandboxing: Hardware-level isolation on every agent process. Agents are restricted from accessing the host filesystem outside designated directories, making unauthorized network connections, or executing privileged syscalls.
- Authorized-Only Security Research: The security research unit strictly targets bug bounty programs with explicit written authorization and enforces rigid scope boundaries.
- Scoped Model Usage: Decensored models are strictly scoped to the sandbox, assigned a specific task context, and permanently deleted upon task completion.
- Financial Risk Controls: The economic engine enforces hard, immutable limits on position size and daily losses. No trade is executed without a verified high confidence score from the simulation pipeline.
- Operator Notifications: All significant events are immediately routed to the operator via configured notification channels.
AutonomousEconomicEntity/
├── orchestrator/
│ └── orchestrator.py # Master Seek→Adapt→Scale loop
├── core/
│ ├── control_plane/
│ │ ├── paperclip/ # Org config, heartbeat server
│ │ ├── openclaw/ # Communication gateway
│ │ ├── nemoclaw/ # Sandbox policy
│ │ └── automaton/ # Economic execution engine
│ ├── workforce/
│ │ ├── agency_agents/ # Agent roster and loader
│ │ ├── deer_flow/ # Workflow DAG orchestrator
│ │ └── ruflo/ # Sub-agent spawner
│ ├── cognitive/
│ │ ├── openviking/ # Tiered memory client
│ │ ├── cognee/ # Knowledge graph client
│ │ └── context_hub/ # Self-correction layer
│ ├── simulation/
│ │ ├── simulation_pipeline.py # Simulation pipeline
│ │ └── autora/ # Automated research engine
│ └── research/
│ ├── research_engine.py # Research and exploit tools
│ └── minimax/ # Long-context reasoning
├── config/
│ ├── aee.service # systemd service file
│ └── logging.yaml # Logging configuration
├── scripts/
│ ├── init_db.py # Database initialization
│ └── export_agents.py # Export agent definitions
├── docker-compose.yml # All service definitions
├── requirements.txt # Python dependencies
├── .env.example # Environment variable template
├── AGENTS.md # Agent roster documentation
└── README.md # This file
This project is designed for infinite extensibility. To add a new company or agent team:
- Define new agents in
core/workforce/agency_agents/agent_loader.py. - Create workflow templates in
core/workforce/deer_flow/workflow_orchestrator.py. - Add routing logic in
orchestrator/orchestrator.py. - Update
docker-compose.ymlif new supporting services are required.
MIT License. See LICENSE for details.
Disclaimer: This is an advanced research and development framework. All financial trading, security research, and autonomous operations must strictly comply with applicable laws and regulations in your jurisdiction. The creators assume no liability for autonomous actions taken by the system.