From 3f48ae71be013d7c458a8118cb01ffb9c064ede4 Mon Sep 17 00:00:00 2001 From: Dudka Date: Sun, 26 Jul 2026 11:04:18 +0300 Subject: [PATCH 1/3] 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 + +Stars  +Forks  +Last Commit  +Docs + +

+ 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 Stars  @@ -245,46 +280,11 @@ A complete REST API for [ClawHub](https://github.com/openclaw/clawhub). The offi --- -### Atomic Agent - -Stars  -Forks  -Last Commit  -Docs - -

- 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

- Discord  - X  + Discord  + X  LinkedIn

From e7a72e30edd9c393b94dcf99bd41a3ec059a94e5 Mon Sep 17 00:00:00 2001 From: Dudka Date: Sun, 26 Jul 2026 13:37:21 +0300 Subject: [PATCH 2/3] Profile README: Atomic Agent first, header links point to Atomic Agent From 5031b239429906f1b02d81c8a72fde80ffd69f0e Mon Sep 17 00:00:00 2001 From: Nadya Atomic Date: Mon, 27 Jul 2026 16:07:30 +0200 Subject: [PATCH 3/3] Profile README: trim to four products, rewrite Atomic Agent copy - Show four products in order: Atomic Chat, Atomic Agent, Atomic LLaMA, Atomic Computer Use. Drop the Atomic Hermes, Atomic Claw, and ClawHub Layer API sections. - Replace the Atomic Agent description: the old copy led with "operator agent" and "Standalone SEA binary", which say nothing to a first-time reader. New copy matches the wording in the atomic-agent repo. - Add the Windows PowerShell install command alongside the macOS/Linux one, and label both. - Atomic LLaMA no longer claims to power Atomic Hermes, which is off the page now. Co-Authored-By: Claude Opus 5 --- profile/README.md | 162 +++++++++++++--------------------------------- 1 file changed, 44 insertions(+), 118 deletions(-) diff --git a/profile/README.md b/profile/README.md index f26c821..103a856 100644 --- a/profile/README.md +++ b/profile/README.md @@ -17,41 +17,6 @@ --- -### Atomic Agent - -Stars  -Forks  -Last Commit  -Docs - -

- 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 Stars  @@ -115,6 +80,49 @@ curl http://localhost:1337/v1/chat/completions -d '{

--- +### Atomic Agent + +Stars  +Forks  +Last Commit  +Docs + +

+ Atomic Agent +

+ +A local-first AI agent that runs on your machine, with local or cloud models. It drives your browser, reads and edits files, runs approved shell commands, and remembers context across sessions. Runs on our TurboQuant `llama.cpp`, so small quantized models stay useful for long, multi-step work on ordinary hardware. + +#### Install + +macOS / Linux: + +```sh +curl -fsSL https://api.atomicbot.ai/agent-install | sh +``` + +Windows (PowerShell): + +```powershell +irm https://raw.githubusercontent.com/AtomicBot-ai/atomic-agent/main/scripts/install.ps1 | iex +``` + +#### 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 LLaMA Stars  @@ -151,71 +159,7 @@ llama-server -m gemma-4-target.gguf -c 16384 -ngl 99 -ngld 99 -fa on \ - `TQ3_1S` / `TQ4_1S` weight quantization via `llama-quantize` — 25-35% smaller than Q8_0, single-digit % PPL delta - Regularly synced with `ggml-org/llama.cpp` -- Powers local inference in Atomic Chat, Atomic Hermes, and Atomic Agent - ---- - -### Atomic Hermes - -Stars  -Forks  -Last Commit  -Docs - -

- Atomic Hermes -

- -A native autonomous AI agent for desktop. Built on the [Hermes Agent](https://github.com/NousResearch/hermes-agent) core by Nous Research, with computer use, time-travel file history, and offline operation. - -#### Download - -

- Download for macOS -

- -#### Highlights - -- Computer use with native OCR (Apple Vision / Windows.Media.Ocr) — pixel-accurate click coordinates, no guessing -- Time-travel file history: every file the agent touches is snapshotted before and after, one-click diff or restore -- Self-improving skills and memory: the agent writes its own procedures and decides what to remember across sessions -- Bundled inference engine, or 20+ cloud providers (OpenRouter, Anthropic, OpenAI, Gemini, DeepSeek, others) -- One agent across 16+ messengers — Telegram, Discord, Slack, WhatsApp, Signal, iMessage, Email, Matrix, Teams -- 40+ tools, MCP-native: file ops, web search, code execution, subagents, cron, browser automation, [agentskills.io](https://agentskills.io) Skills Hub -- Approval modals for dangerous shell commands and writes - ---- - -### Atomic Claw - -Stars  -Forks  -Last Commit  -Docs - -

- Atomic Bot -

- -A native desktop app that turns [OpenClaw](https://github.com/openclaw/openclaw) (330k+ stars) into a personal AI assistant. No terminal, no config, no Docker. - -#### Download - -

- Download for macOS  - Download for Windows  - Linux — coming soon -

- -#### Highlights - -- Drafts emails, schedules meetings, summarizes docs, automates the browser -- 13,000+ skills from ClawHub -- Multi-model: Claude, GPT, Gemini — switch on the fly with your own API keys -- One AI across Telegram, Slack, Discord, WhatsApp -- Built-in Whisper transcription, local or cloud -- Persistent memory across sessions and tasks -- Auto-updates to the latest OpenClaw release +- Powers local inference in Atomic Chat and Atomic Agent --- @@ -262,24 +206,6 @@ await type("hello"); --- -### ClawHub Layer API - -Stars  -Forks  -Last Commit  -Docs - -A complete REST API for [ClawHub](https://github.com/openclaw/clawhub). The official ClawHub API exposes a subset of the data; this layer aggregates everything into clean endpoints, no Convex knowledge required. - -#### Highlights - -- Full coverage: skills, metadata, and everything the official API doesn't expose -- Auto-syncing: periodically pulls and caches the latest data from Convex -- Standard REST, no upstream dependency at query time -- Drop-in for apps, bots, and workflows - ---- - ### Community