Four always-on services on one Hetzner box. Pamela trades, Hermes assists, pm2 managed, zero restarts.
$ pm2 status pamela │ online │ 0 restarts 24/7 autonomous execution
Autonomous prediction market agent. ML-driven position sizing, live on Polymarket 24/7.
server.tool("search", { query: z.string(), collection: z.enum([ "vault", "memory" ]) })
Production servers for ChromaDB, knowledge search, and multi-agent orchestration.
<svg viewBox="0 0 400 400"> <path d="M200,50 C350,100 350,300 200,350" /> </svg>
Generative art experiments scored by an AI judge. SVG to physical media pipeline.
router → claude-opus (thinking) router → gemini-flash (search) router → local-llama (draft) ✓ consensus reached
Multi-agent routing and task dispatch across Claude, Gemini, and local models.
qmd search "agent orchestration" --collection claude-vault --top-k 10 --min-score 0.6
Semantic search across thousands of documents. ChromaDB + Obsidian + vector embeddings.
client = UnifiedLLM() result = client.complete( "analyze this market", model="auto" # best available )
Unified client with automatic fallback across OpenRouter, Gemini, Anthropic, and OpenAI.