From 3f48ae71be013d7c458a8118cb01ffb9c064ede4 Mon Sep 17 00:00:00 2001
From: Dudka
Date: Sun, 26 Jul 2026 11:04:18 +0300
Subject: [PATCH 1/2] Update README.md
---
profile/README.md | 82 +++++++++++++++++++++++------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
diff --git a/profile/README.md b/profile/README.md
index 851d28a..f26c821 100644
--- a/profile/README.md
+++ b/profile/README.md
@@ -5,10 +5,10 @@
- Website ·
- Docs ·
- Discord ·
- X
+ Website ·
+ Docs ·
+ Discord ·
+ X
@@ -17,6 +17,41 @@
---
+### Atomic Agent
+
+
+
+
+
+
+
+
+
+
+A local-first operator agent for `llama.cpp`. Standalone SEA binary, tuned for small local models. Data, traces, browser profile, memory, and model traffic stay on your machine.
+
+#### Install
+
+```sh
+curl -fsSL https://api.atomicbot.ai/agent-install | sh
+```
+
+#### Run
+
+```sh
+atomic-agent
+```
+
+#### Capabilities
+
+- System browser via ARIA snapshots, shell, filesystem, documents (PDF/DOCX/XLSX), git, clipboard, HTTP, notifications
+- GBNF grammar-constrained tool calls, parallel tool batches, cache-hot prompt prefix, externalized state in SQLite
+- Local Markdown skills loaded on demand, FTS5 note recall, durable cron and webhook-triggered tasks
+- TUI, CLI, OpenAI-compatible HTTP server, and a Tauri sidecar speaking newline-delimited JSON
+- Policy-gated dangerous actions, append-only NDJSON traces with prompt-drift replay
+
+---
+
### Atomic Chat
@@ -245,46 +280,11 @@ A complete REST API for [ClawHub](https://github.com/openclaw/clawhub). The offi
---
-### Atomic Agent
-
-
-
-
-
-
-
-
-
-
-A local-first operator agent for `llama.cpp`. Standalone SEA binary, tuned for small local models. Data, traces, browser profile, memory, and model traffic stay on your machine.
-
-#### Install
-
-```sh
-curl -fsSL https://api.atomicbot.ai/agent-install | sh
-```
-
-#### Run
-
-```sh
-atomic-agent
-```
-
-#### Capabilities
-
-- System browser via ARIA snapshots, shell, filesystem, documents (PDF/DOCX/XLSX), git, clipboard, HTTP, notifications
-- GBNF grammar-constrained tool calls, parallel tool batches, cache-hot prompt prefix, externalized state in SQLite
-- Local Markdown skills loaded on demand, FTS5 note recall, durable cron and webhook-triggered tasks
-- TUI, CLI, OpenAI-compatible HTTP server, and a Tauri sidecar speaking newline-delimited JSON
-- Policy-gated dangerous actions, append-only NDJSON traces with prompt-drift replay
-
----
-
### Community
-
-
+
+
From e7a72e30edd9c393b94dcf99bd41a3ec059a94e5 Mon Sep 17 00:00:00 2001
From: Dudka
Date: Sun, 26 Jul 2026 13:37:21 +0300
Subject: [PATCH 2/2] Profile README: Atomic Agent first, header links point to
Atomic Agent