#491 · Primary category: AI Agents & Automation

atomic-agent

agents ai-agent browser-automation cli gguf hermes-agent llama-cpp llm local-first local-llm nodejs openai openclaw playwright tui typescript

Local First Ai Agent. Optimized for Local Ai models. Long context window. Proper tools callings. Runs privately on your device.

Project last updated:08/28/26

GitHub Stars

2.5K

Forks

236

Contributors

20

License

MIT

Why we included this project

Most agent frameworks lean on cloud APIs; this one keeps the whole control loop and all state on your machine. It drives a browser, edits files, runs shell commands only after you approve them, and remembers context across sessions, and because it is llama.cpp-first, small quantized models stay usable for long multi-step work on ordinary consumer hardware. Everything from session state to secrets lives as plain files and SQLite on disk, so there are no per-token fees and the setup is private by default. It can call external tools over MCP, and you can embed it in your own apps over HTTP or as a Tauri sidecar. If you are already on Hermes or OpenClaw, the one-shot migration path makes it easy to try.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category