Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ persistence: shadowclaw.bin
|
|
| 21 |
</div>
|
| 22 |
|
| 23 |
|
| 24 |
-
**Shadowclaw** is a minimal, single‑binary
|
| 25 |
|
| 26 |
**Niche edge use cases:**
|
| 27 |
|
|
|
|
| 21 |
</div>
|
| 22 |
|
| 23 |
|
| 24 |
+
**Shadowclaw** is a minimal, single‑binary agent harness written in C. It follows the *OpenClaw* philosophy: self‑hosted, tool‑using, persistent memory, and minimal dependencies. The core memory management uses **Tsoding's "shadow header" trick** (like `stb_ds` but for a growable arena). All data (conversation history, tool definitions, results) lives inside a single `realloc`‑ed memory block with a hidden header. The agent communicates with a local LLM (Ollama) via curl, can execute shell commands, read/write files, perform HTTP GET, and evaluate simple math expressions. State is automatically saved to disk after every interaction.
|
| 25 |
|
| 26 |
**Niche edge use cases:**
|
| 27 |
|