更新RM
This commit is contained in:
parent
7034e0eff8
commit
4da1075e36
3 changed files with 17 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://www.npmjs.com/package/autoclaw)
|
||||
[](https://www.npmjs.com/package/autoclaw)
|
||||
[](https://github.com/tsingliuwin/autoclaw)
|
||||
[](https://github.com/tsingliuwin/autoclaw/blob/main/LICENSE)
|
||||
[](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?
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue