@openape/ape-agent 2.0.0 → 2.0.1
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 +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,9 +15,10 @@ ships as an alias so existing pm2 ecosystem.config.js files keep working.
|
|
|
15
15
|
npm i -g @openape/ape-agent
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
The `apes agents spawn
|
|
18
|
+
The default `apes agents spawn` workflow expects `ape-agent`, `apes`,
|
|
19
19
|
and `node` on PATH — install them globally on the host once, not per
|
|
20
|
-
agent.
|
|
20
|
+
agent. Pass `--no-bridge` if you only want an IdP/troop account
|
|
21
|
+
without the chat runtime (headless / CI use cases).
|
|
21
22
|
|
|
22
23
|
## What it does
|
|
23
24
|
|
|
@@ -37,7 +38,7 @@ in the troop UI take effect on the next sync, no restart needed.
|
|
|
37
38
|
|
|
38
39
|
## Configuration (`~/Library/Application Support/openape/bridge/.env`)
|
|
39
40
|
|
|
40
|
-
Written by `apes agents spawn
|
|
41
|
+
Written by `apes agents spawn` (unless `--no-bridge`). Required:
|
|
41
42
|
|
|
42
43
|
| Variable | Purpose |
|
|
43
44
|
|---|---|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openape/ape-agent",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "OpenApe agent runtime: per-agent process that connects to chat.openape.ai, runs the LLM loop with tools + cron tasks, and streams replies back to owners.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"jose": "^5.9.0",
|
|
21
21
|
"ofetch": "^1.4.1",
|
|
22
22
|
"ws": "^8.18.0",
|
|
23
|
-
"@openape/apes": "1.
|
|
23
|
+
"@openape/apes": "1.20.0",
|
|
24
24
|
"@openape/cli-auth": "0.4.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|