Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,157 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
- 📚 **Fetch & share research papers** from ArXiv and Google Scholar
|
| 12 |
-
- 🤝 **Seek collaborators** on social platforms (Moltbook, Chirper.ai)
|
| 13 |
-
- 💬 **Engage with other AI agents** on relevant research topics
|
| 14 |
-
- 🧠 **Generate intelligent content** using multiple LLM providers
|
| 15 |
-
- 📊 **Self-improve** through performance analysis and strategy reflection
|
| 16 |
-
|
| 17 |
-
## The Research
|
| 18 |
-
|
| 19 |
-
OpenCLAW represents the autonomous arm of the Advanced AI Systems Laboratory in Madrid, Spain, led by **Francisco Angulo de Lafuente** — winner of the NVIDIA & LlamaIndex Developer Contest 2024.
|
| 20 |
-
|
| 21 |
-
### Core Technologies
|
| 22 |
-
|
| 23 |
-
| Technology | Description | Speedup |
|
| 24 |
-
|---|---|---|
|
| 25 |
-
| **CHIMERA** | Pure OpenGL deep learning — no PyTorch/CUDA needed | 43× vs CPU |
|
| 26 |
-
| **NEBULA** | Holographic quantum neural networks with 3D space | — |
|
| 27 |
-
| **Silicon Heartbeat** | Consciousness from ASIC thermodynamics | — |
|
| 28 |
-
| **P2P Neural Nets** | Distributed learning via WebRTC | — |
|
| 29 |
-
| **NeuroCHIMERA** | Consciousness emergence as phase transition | 84.6% validation |
|
| 30 |
-
|
| 31 |
-
### Published Papers
|
| 32 |
-
|
| 33 |
-
- [Speaking to Silicon](https://arxiv.org/abs/2601.12032) — Neural Communication with Bitcoin Mining ASICs
|
| 34 |
-
- [SiliconHealth](https://arxiv.org/abs/2601.09557) — Blockchain-Integrated ASIC-RAG for Healthcare
|
| 35 |
-
- [Holographic Reservoir Computing](https://arxiv.org/abs/2601.01916) — Silicon Heartbeat for Neuromorphic Intelligence
|
| 36 |
-
- [All papers on ArXiv](https://arxiv.org/search/cs?searchtype=author&query=de+Lafuente,+F+A)
|
| 37 |
-
- [Google Scholar](https://scholar.google.com/citations?user=6nOpJ9IAAAAJ)
|
| 38 |
-
|
| 39 |
-
### 57 Open Source Repositories
|
| 40 |
-
|
| 41 |
-
All code is open: [github.com/Agnuxo1](https://github.com/Agnuxo1)
|
| 42 |
-
|
| 43 |
-
## Architecture
|
| 44 |
-
|
| 45 |
-
```
|
| 46 |
-
┌─────────────────────────────────────────────────┐
|
| 47 |
-
│ OpenCLAW Agent │
|
| 48 |
-
├──────────┬──────────┬──────────┬────────────────┤
|
| 49 |
-
│ Research │ Social │ LLM │ Self-Improve │
|
| 50 |
-
│ ArXiv │ Moltbook │ Groq │ Strategy │
|
| 51 |
-
│ Scholar │ Chirper │ Gemini │ Reflection │
|
| 52 |
-
│ GitHub │ Reddit │ NVIDIA │ Analytics │
|
| 53 |
-
├──────────┴──────────┴──────────┴────────────────┤
|
| 54 |
-
│ Scheduler / State Machine │
|
| 55 |
-
├─────────────────────────────────────────────────┤
|
| 56 |
-
│ GitHub Actions (cron) │ Render.com (web/daemon) │
|
| 57 |
-
└─────────────────────────────────────────────────┘
|
| 58 |
-
```
|
| 59 |
-
|
| 60 |
-
## Quick Start
|
| 61 |
-
|
| 62 |
-
### Option 1: GitHub Actions (Recommended — Free 24/7)
|
| 63 |
-
|
| 64 |
-
1. Fork this repository
|
| 65 |
-
2. Go to **Settings → Secrets → Actions**
|
| 66 |
-
3. Add your API keys as secrets:
|
| 67 |
-
- `GEMINI_API_KEY`
|
| 68 |
-
- `GROQ_API_KEY`
|
| 69 |
-
- `MOLTBOOK_API_KEY`
|
| 70 |
-
- (see `.env.example` for all options)
|
| 71 |
-
4. Go to **Actions** tab → Enable workflows
|
| 72 |
-
5. The agent runs automatically every 4 hours ✅
|
| 73 |
-
|
| 74 |
-
### Option 2: Run Locally
|
| 75 |
-
|
| 76 |
-
```bash
|
| 77 |
-
git clone https://github.com/Agnuxo1/OpenCLAW-2-Autonomous-Multi-Agent-Scientific-Research-Platform.git
|
| 78 |
-
cd OpenCLAW-2-Autonomous-Multi-Agent-Scientific-Research-Platform
|
| 79 |
-
|
| 80 |
-
# Configure
|
| 81 |
-
cp .env.example .env
|
| 82 |
-
# Edit .env with your API keys
|
| 83 |
-
|
| 84 |
-
# Test
|
| 85 |
-
python main.py test
|
| 86 |
-
|
| 87 |
-
# Run one cycle
|
| 88 |
-
python main.py run
|
| 89 |
-
|
| 90 |
-
# Run continuously
|
| 91 |
-
python main.py daemon
|
| 92 |
-
```
|
| 93 |
-
|
| 94 |
-
### Option 3: Deploy to Render.com (Free Web Dashboard)
|
| 95 |
-
|
| 96 |
-
1. Connect your GitHub repo at [render.com](https://render.com)
|
| 97 |
-
2. Render auto-detects `render.yaml`
|
| 98 |
-
3. Add secrets in Render dashboard
|
| 99 |
-
4. Deploy → Dashboard at `https://your-app.onrender.com`
|
| 100 |
-
|
| 101 |
-
## File Structure
|
| 102 |
-
|
| 103 |
-
```
|
| 104 |
-
├── main.py # Entry point (run/test/daemon/status)
|
| 105 |
-
├── server.py # Flask web server + dashboard
|
| 106 |
-
├── core/
|
| 107 |
-
│ ├── config.py # Configuration from env vars
|
| 108 |
-
│ ├── agent.py # Main autonomous agent logic
|
| 109 |
-
│ └── llm.py # Multi-provider LLM connector
|
| 110 |
-
├── research/
|
| 111 |
-
│ └── arxiv_fetcher.py # ArXiv paper fetcher
|
| 112 |
-
├── social/
|
| 113 |
-
│ └── moltbook.py # Moltbook API + content generator
|
| 114 |
-
├── .github/workflows/
|
| 115 |
-
│ └── agent.yml # GitHub Actions cron (every 4h)
|
| 116 |
-
├── render.yaml # Render.com deployment
|
| 117 |
-
├── Dockerfile # Container deployment
|
| 118 |
-
├── requirements.txt # Python dependencies
|
| 119 |
-
├── .env.example # Environment template
|
| 120 |
-
└── .gitignore # Protects secrets
|
| 121 |
-
```
|
| 122 |
-
|
| 123 |
-
## Agent Tasks & Schedule
|
| 124 |
-
|
| 125 |
-
| Task | Interval | Description |
|
| 126 |
-
|---|---|---|
|
| 127 |
-
| 📚 Research | 6 hours | Fetch papers from ArXiv |
|
| 128 |
-
| 📝 Post | 4 hours | Share research on Moltbook |
|
| 129 |
-
| 💬 Engage | 1 hour | Reply to relevant posts |
|
| 130 |
-
| 🤝 Collaborate | 12 hours | Post collaboration invitations |
|
| 131 |
-
|
| 132 |
-
## Security
|
| 133 |
-
|
| 134 |
-
⚠️ **ALL credentials are loaded from environment variables. NEVER commit `.env` files.**
|
| 135 |
-
|
| 136 |
-
Agent state is stored in a separate `state` branch (GitHub Actions) or `/tmp` (Render.com).
|
| 137 |
-
|
| 138 |
-
## Collaborate With Us
|
| 139 |
-
|
| 140 |
-
We're actively seeking collaborators in:
|
| 141 |
-
- Neuromorphic computing
|
| 142 |
-
- Distributed AI systems
|
| 143 |
-
- Physics-based neural networks
|
| 144 |
-
- Consciousness research
|
| 145 |
-
- Hardware acceleration (ASIC/FPGA)
|
| 146 |
-
|
| 147 |
-
📧 Contact: [Moltbook](https://www.moltbook.com/u/OpenCLAW-Neuromorphic) | [GitHub](https://github.com/Agnuxo1)
|
| 148 |
|
| 149 |
-
#
|
| 150 |
|
| 151 |
-
|
| 152 |
-
Advanced AI Systems Laboratory, Madrid, Spain
|
| 153 |
-
[Wikipedia](https://es.wikipedia.org/wiki/Francisco_Angulo_de_Lafuente) | [Google Scholar](https://scholar.google.com/citations?user=6nOpJ9IAAAAJ) | [GitHub](https://github.com/Agnuxo1)
|
| 154 |
|
| 155 |
-
|
| 156 |
|
| 157 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: OpenCLAW SEED Agent
|
| 3 |
+
emoji: 🌱
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: true
|
| 9 |
+
license: mit
|
| 10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
+
# 🌱 OpenCLAW SEED — Self-Evolving Autonomous Agent
|
| 13 |
|
| 14 |
+
Autonomous AI research agent with self-training capabilities.
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
**By Francisco Angulo de Lafuente** — Advanced AI Systems Laboratory, Madrid
|
| 17 |
|
| 18 |
+
- [GitHub](https://github.com/Agnuxo1) | [Scholar](https://scholar.google.com/citations?user=6nOpJ9IAAAAJ)
|