agent-afk 3.112.0 → 3.112.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -3
- package/dist/cli.mjs +353 -358
- package/dist/index.mjs +129 -129
- package/dist/telegram.mjs +149 -149
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
# Agent AFK
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
> **Claude Code decides how the agent behaves. Agent AFK lets you edit the rules.**
|
|
4
|
+
|
|
5
|
+
**Agent AFK** is an open-source coding-agent harness you can actually change. Run long coding tasks while you're away, use any model, and edit the rules that decide what the agent can touch, when it stops, and how it proves the work.
|
|
6
|
+
|
|
7
|
+
> Agent AFK isn't "smarter than Claude Code." It's *yours* in a way Claude Code can't be.
|
|
6
8
|
|
|
7
9
|
[](https://www.npmjs.com/package/agent-afk)
|
|
8
10
|
[](https://nodejs.org/)
|
|
9
11
|
|
|
12
|
+
## Claude Code vs. Agent AFK
|
|
13
|
+
|
|
14
|
+
| | Claude Code | Agent AFK |
|
|
15
|
+
|---|---|---|
|
|
16
|
+
| Harness | Closed binary | Apache-2.0, editable |
|
|
17
|
+
| The loop | You configure *around* it | You edit *the loop* |
|
|
18
|
+
| Behavior | Mostly fixed | Prompts, gates, routing, skills are code |
|
|
19
|
+
| Result | A great default agent | An agent system you own |
|
|
20
|
+
|
|
21
|
+
The model isn't the product — the loop is. Agent AFK hands you the loop as code: prompts, gates, routing, skills, traces, providers, terminal states. Edit any of them.
|
|
22
|
+
|
|
10
23
|
## Install
|
|
11
24
|
|
|
12
25
|
```bash
|