fix: dedup working_mem hint, flush incremental output tail, sche_tasks path, CLI KeyboardInterrupt handling; add Termux instructions to README

This commit is contained in:
Liang Jiaqing
2026-02-18 11:05:40 +08:00
parent b4ee34cbc6
commit 55b5b4f8a3
12 changed files with 252 additions and 35 deletions

View File

@@ -59,6 +59,14 @@ cp mykey_template.py mykey.py
python launch.pyw
```
**Also runs on Android** — tested successfully on Termux with `python agentmain.py` (CLI frontend):
```bash
# In Termux
cd /sdcard/ga
python agentmain.py
```
Once running, tell the agent: *"Execute web setup SOP to unlock browser tools"* — it handles the rest. See [WELCOME_NEW_USER.md](WELCOME_NEW_USER.md) for the full bootstrap sequence.
## vs. Alternatives
@@ -193,6 +201,14 @@ cp mykey_template.py mykey.py
python launch.pyw
```
**同样可在 Android 上运行** — 已在 Termux 上测试通过,通过 `python agentmain.py`CLI 前端)启动:
```bash
# 在 Termux 中
cd /sdcard/ga
python agentmain.py
```
启动后告诉 Agent"执行 web setup SOP 解锁浏览器工具"——剩下的它自己搞定。完整引导流程见 [WELCOME_NEW_USER.md](WELCOME_NEW_USER.md)。
## 对比