From 4196af9adb8d5f118dd46c50f5ff0af67f1b4a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Tue, 10 Mar 2026 17:13:15 -0300 Subject: [PATCH] url fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 598fdac..a07f6f5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A multi-agent pipeline that takes a CoinMarketCap URL and produces a comprehensive markdown analysis report for a crypto project. -Built on [OpenClaw](https://openclaw.dev) with local LLMs via LM Studio / Ollama. +Built on [OpenClaw](https://openclaw.ai) with local LLMs via LM Studio / Ollama. The architecture is specifically designed to get good results from small local models (20B). Each agent has a narrow, well-defined job with tight instructions — operators are dumb and deterministic, the analyst reasons freely but on a pre-assembled payload. Context isolation, parallel execution, and explicit skill files do the heavy lifting so the models don't have to. On a capable model like GPT-4 or Claude, most of this pipeline would be unnecessary — a single agent could handle it all.