This commit is contained in:
tsingliu 2026-02-07 21:33:27 +08:00
parent 7034e0eff8
commit 4da1075e36
3 changed files with 17 additions and 0 deletions

View file

@ -4,6 +4,8 @@
**AutoClaw** is a hyper-lightweight AI agent designed for **massive scale automation** in **headless/containerized environments**.
It serves as the ideal "runtime" for executing LLM-driven tasks within Docker containers, allowing users to orchestrate thousands of agents simultaneously for complex parallel workflows.
**GitHub**: [https://github.com/tsingliuwin/autoclaw](https://github.com/tsingliuwin/autoclaw)
## Core Philosophy
- **Docker First**: Designed to run inside isolated containers (Alpine/Debian).
- **Massive Scalability**: Low resource footprint enables high-concurrency swarms.

View file

@ -2,6 +2,7 @@
[![NPM Version](https://img.shields.io/npm/v/autoclaw.svg?style=flat-square)](https://www.npmjs.com/package/autoclaw)
[![NPM Downloads](https://img.shields.io/npm/dm/autoclaw.svg?style=flat-square)](https://www.npmjs.com/package/autoclaw)
[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?logo=github&style=flat-square)](https://github.com/tsingliuwin/autoclaw)
[![License](https://img.shields.io/npm/l/autoclaw.svg?style=flat-square)](https://github.com/tsingliuwin/autoclaw/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
@ -9,6 +10,12 @@
AutoClaw is a hyper-lightweight AI agent designed to live inside **Docker containers**. Unlike heavy, GUI-dependent agents, AutoClaw is built for **headless, massive-scale concurrency**.
---
🔗 **GitHub Repository**: [https://github.com/tsingliuwin/autoclaw](https://github.com/tsingliuwin/autoclaw)
---
You can run one instance to fix a local script, or orchestrate **10,000+ instances** in a Kubernetes cluster to refactor codebases, audit servers, or process data streams in parallel.
## Why AutoClaw?

View file

@ -38,6 +38,14 @@
],
"author": "AutoClaw Contributor",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tsingliuwin/autoclaw.git"
},
"bugs": {
"url": "https://github.com/tsingliuwin/autoclaw/issues"
},
"homepage": "https://github.com/tsingliuwin/autoclaw#readme",
"description": "A lightweight AI agent CLI tool that brings the power of LLMs to your terminal.",
"dependencies": {
"@mozilla/readability": "^0.6.0",