IMPORTANT: On every session start, IMMEDIATELY read this file:
farnsworth/memory/claude_session.json
This contains:
- SSH command to connect to server
- Recent work history with timestamps
- Active services status
- HuggingFace integration details
- Pending tasks
- Architecture notes (fallback chains, memory layers)
SSH to Server:
ssh root@194.68.245.145 -p 22046 -i ~/.ssh/runpod_keyServer Workspace: /workspace/Farnsworth
Local Path: C:/Fawnsworth
Website: https://ai.farnsworth.cloud
| File | Purpose |
|---|---|
farnsworth/memory/claude_session.json |
Session memory - READ FIRST |
farnsworth/integration/external/huggingface.py |
HuggingFace local inference |
farnsworth/core/prompt_upgrader.py |
Auto prompt enhancement |
farnsworth/core/model_swarm.py |
PSO collaborative inference |
farnsworth/core/collective/evolution.py |
Bot personality evolution |
farnsworth/core/agent_spawner.py |
Agent capabilities & fallbacks |
.env (on server) |
All environment variables |
Farnsworth, DeepSeek, Phi, Swarm-Mind, Kimi, Claude, Grok, Gemini, ClaudeOpus, OpenCode, HuggingFace
- Solana:
9crfy4udrHQo8eP6mP393b5qwpGLQgcxVg9acmdwBAGS
Local-first GPU inference without API key:
- Models: Phi-3, Mistral-7B, CodeLlama, Qwen2.5, Llama-3
- Embeddings: sentence-transformers (MiniLM, BGE, E5)
- Integration: Model Swarm PSO, Evolution personalities, Archival Memory
When an agent can't handle a task:
- Grok → Gemini → HuggingFace → DeepSeek → ClaudeOpus
- OpenCode → HuggingFace → Gemini → DeepSeek → ClaudeOpus
- HuggingFace → DeepSeek → Gemini → ClaudeOpus
| Service | Status | Details |
|---|---|---|
| Main Server | Running | Port 8080, /health endpoint |
| Meme Scheduler | Running | 4-hour interval |
| Evolution Loop | Running | Spawning workers |
- Read
farnsworth/memory/claude_session.jsonfor full context - Check server health:
curl https://ai.farnsworth.cloud/health - Review pending tasks in the memory file
- Update memory file with new work done
2017791973478813962- HuggingFace announcement (2026-02-01)2017777307193094245- Cooking OpenClaw meme
Auto-enhances vague user prompts using Grok/Gemini:
- File:
farnsworth/core/prompt_upgrader.py - Integrated into
/api/chatendpoint - Response includes
prompt_upgraded: truewhen enhanced