Skip to content

Commit 18f33c9

Browse files
committed
docs: add demo section for OpenClaw AI Agent powered by Gemma 4 in README.md
- Introduced a new demo section showcasing the OpenClaw AI Agent using Gemma 4 via mlx-openai-server. - Included a YouTube link and launch command for demonstration purposes, enhancing user engagement and understanding of the agent's capabilities.
1 parent e538e3d commit 18f33c9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,33 @@ A high-performance OpenAI-compatible API server for MLX models. Run text, vision
2121

2222
---
2323

24+
## 🎬 Demo: OpenClaw AI Agent powered by Gemma 4 (Zalo Demo)
25+
26+
> **OpenClaw AI Agent powered by Gemma 4 via mlx-openai-server (Zalo Demo)** — Gemma 4 serving as the reasoning + tool-calling backend for an agent, running fully local on Apple Silicon.
27+
28+
[![OpenClaw AI Agent powered by Gemma 4 via mlx-openai-server (Zalo Demo)](https://img.youtube.com/vi/ndXeMav7jFI/maxresdefault.jpg)](https://www.youtube.com/watch?v=ndXeMav7jFI)
29+
30+
**[▶ Watch the demo on YouTube](https://www.youtube.com/watch?v=ndXeMav7jFI)**
31+
32+
The agent in the demo is **Brelytics**, an open-source data analyst agent — source code at **[cubist38/openclaw-analyst](https://github.com/cubist38/openclaw-analyst)**.
33+
34+
Launch command used in the demo:
35+
36+
```bash
37+
mlx-openai-server launch \
38+
--model-path mlx-community/gemma-4-26b-a4b-it-mxfp8 \
39+
--model-type lm \
40+
--reasoning-parser gemma4 \
41+
--tool-call-parser gemma4 \
42+
--debug
43+
```
44+
45+
---
46+
2447
## Table of Contents
2548

2649
- [Demo: MLX OpenAI Server + Codex](#-demo-mlx-openai-server--codex)
50+
- [Demo: OpenClaw AI Agent powered by Gemma 4 (Zalo Demo)](#-demo-openclaw-ai-agent-powered-by-gemma-4-zalo-demo)
2751

2852
- [5-Second Quick Start](#5-second-quick-start)
2953
- [Installation](#installation)

0 commit comments

Comments
 (0)