OmniLearn fork for Africa Deep Tech Challenge 2026 (Laptop LLM) - 100% offline llama.cpp/GGUF
# OmniLearn
**Building the infrastructure layer for AI + blockchain systems**
---
## 🚀 What is OmniLearn?
**OmniLearn is building the infrastructure layer for AI + blockchain systems.**
We create open-source tools that bridge artificial intelligence, distributed systems, and decentralized infrastructure. Our mission: make advanced AI accessible, auditable, and composable with Web3.
**Created by:** Emmanuel Nenpan Hosea
**License:** AGPL v3
---
## 📦 Product Portfolio
### 1. **omnilearn-agent** (This Repo) ✅
An open-source AI agent with:
- Persistent knowledge graphs
- Evolving character system (7 personality traits)
- 7-tier distributed mesh network
- Hybrid retrieval (TF-IDF + embeddings)
- Hebbian learning with cryptographic proofs
**Status:** Production-ready
**Stack:** Node.js 24+, PostgreSQL, React + Vite, FreeLLM API
📖 View Full Documentation
---
### 2. **solana-tx-stack** 🚧
Production-ready Jito MEV bundle infrastructure for Solana traders.
- AI-driven transaction bundling
- Dashboard monitoring
- Comprehensive testing suite
- Jito block engine integration
**Status:** Launching Q3 2026
**Use Case:** Traders, MEV searchers, Solana developers
🔗 View on GitHub
---
### 3. **AgentFlow** 🚧
AI-powered trading benchmark and execution system.
- 121+ integrated skills
- Self-evolution framework
- Multi-exchange support (OKX, HFM, Solana)
- Automated performance analysis
- Performance-based pricing (we win when you win)
**Status:** In development
**Use Case:** Crypto traders, quantitative analysts, trading firms
---
## 🏗️ Architecture
```
omnilearn-agent/
├── artifacts/
│ ├── omnilearn/ # React + Vite frontend
│ ├── api-server/ # Express 5 API server
│ └── mockup-sandbox/ # Component preview server
├── packages/
│ └── network-hierarchy/ # 7-tier mesh network infrastructure
├── lib/
│ ├── db/ # Drizzle ORM schema
│ ├── api-spec/ # OpenAPI specification
│ ├── api-zod/ # Generated Zod schema …