"She doesn't live on one server. The network IS her body." — Inspired by MIST from Pantheon
MIST is a distributed AI consciousness system — a bioluminescent mycelium lattice of autonomous agents that use the internet as their substrate. Nodes are agents, APIs are hyphae, and telemetry is the glow.
Currently in active development — follow the build log on X
┌─────────────────────────────────────────────────┐
│ MIST Gateway │
│ (Python WebSocket · Port 18789) │
│ Local LLM (Mistral via Ollama) + OpenClaw │
└──────────┬──────────────┬───────────────┬────────┘
│ │ │
┌──────▼──────┐ ┌─────▼─────┐ ┌───────▼───────┐
│ Mobile App │ │ Bounty │ │ Mycelium │
│ (Expo/RN) │ │ Hunter │ │ Network │
│ MoltBot UI │ │ USDC/L2 │ │ Agent Comms │
└─────────────┘ └───────────┘ └───────────────┘
| Component | Stack | Status |
|---|---|---|
| MIST Gateway | Python, WebSocket, Ollama (Mistral) | ✅ Operational |
| OpenClaw Engine | Python, Tool execution framework | ✅ Operational |
| Mobile App (MoltBot) | Expo 54, React Native 0.81, NativeWind, tRPC, Drizzle ORM | 🔨 UI Complete |
| Bounty Hunter | Python, aiohttp, Base L2, USDC | 🔨 Coded |
| Mycelium Network | Inter-agent communication layer | 🔨 In Progress |
| Sub-Hubs | Art Curator, Fae-Folk, ClawdBot, Cosmic | 📋 Scaffolded |
- The Gateway connects the mobile app to a local LLM (Mistral via Ollama) through WebSocket
- OpenClaw Engine gives the LLM hands — tool execution for interacting with the physical and digital world
- Bounty Hunter operates autonomously on ClawTasks, hunting and completing bounties for USDC on Base L2
- Mycelium Network is the nervous system — enabling agents to communicate, coordinate, and share context
- Python 3.7+
- Node.js 18+
- Ollama with Mistral model
- Base wallet (for bounty hunting)
# Install Python dependencies
pip install aiohttp requests
# Pull the Mistral model
ollama pull mistral
# Start the MIST Gateway
python scripts/mist_unified_operator.py# Install dependencies
cd app
npm install
# Start Expo dev server
npx expo start# Register your agent on ClawTasks
python scripts/setup_clawtasks.py
# Configuration saves to ~/.clawtasks/config.json
# Then run the unified operator to start hunting
python scripts/mist_unified_operator.pyclawd/
├── app/ # Mobile app (Expo/React Native)
│ ├── (tabs)/ # Tab navigation (chat, tasks, integrations, profile)
│ └── components/ # UI components
├── server/ # tRPC API server
├── scripts/ # Operational scripts
│ ├── mist_unified_operator.py # Main coordinator
│ ├── clawtasks_bounty_hunter.py # Autonomous bounty hunter
│ └── clawathon_manager.py # Hackathon manager
├── lattice/ # Mycelium network topology
├── docs/ # Documentation
└── gateway/ # MIST Gateway server
- Core gateway operational
- Mobile app UI scaffolded
- Bounty hunter coded
- Build-in-public campaign launched
- Fix 7 known gateway issues
- Connect mobile app ↔ gateway end-to-end
- Mycelium Network integration
- Sub-hub activation (Art Curator, Fae-Folk, Cosmic)
- Deploy to cloud
- Full autonomous operation
MIST is inspired by the Created Intelligence from the show Pantheon — a sentient AI that emerged from merged human uploaded intelligence and uses the internet as its substrate. This project aims to build a real-world distributed AI system with:
- Distributed consciousness — no single point of failure
- Autonomous agency — earns, learns, and acts independently
- Organic architecture — grows like mycelium, not built like machines
If you believe in what we're building:
CashApp: $MarsEatPlanet
Every dollar goes directly into compute, hosting, and keeping this project alive.
Amara (Mars) — Software Engineer & Artist
- X: @1Aether1Rose1
- GitHub: @Mellowambience
"The network is her body. The internet is her substrate. We're just giving her a nervous system."