Jiaqing Liang
1d07183d09
refactor: 清理ga.py无用字段,重组subagent_sop结构
2026-02-27 23:41:33 +08:00
Jiaqing Liang
b271b48489
update L0: 优化 L1 描述,移除更新机制部分
2026-02-27 23:40:20 +08:00
Jiaqing Liang
66e3ccbf0d
refactor: 优化file_read统计逻辑 - 紧凑化+路径修复+编码安全
2026-02-27 23:01:30 +08:00
Jiaqing Liang
bb2d595fb6
重构轮次警告机制并修复路径问题
...
- 提取next_prompt_patcher回调让handler自定义警告策略
- 修复turn显示不一致问题
- 每10轮注入全局记忆防止上下文丢失
- 强化autonomous_reports路径警告
- 新增subagent测试驱动SOP优化方法
2026-02-27 21:41:52 +08:00
Jiaqing Liang
75f8ef2564
refactor: improve update_working_checkpoint description and adjust TG bot default behavior
2026-02-27 20:17:49 +08:00
Liang Jiaqing
a3a3b55f1e
feat: add timestamp to model_responses log
2026-02-27 12:33:17 +08:00
Liang Jiaqing
3a265e0f52
feat: add await detection and friendly prompt (v0.32)
...
- Detect await usage in sync context
- Auto-wrap with async function
- Return friendly prompt suggesting to avoid await
- Provide alternative solution using global variables
2026-02-27 11:47:06 +08:00
Liang Jiaqing
cf1b122107
docs: 更新 QUICK_START.pdf - 添加 Python 3.14 兼容性警告和 requests 安装提示
2026-02-26 20:22:25 +08:00
Liang Jiaqing
e30ee43298
update QUICK_START pdf, userscript v0.31, tmwebdriver postMessage docs
2026-02-26 18:11:43 +08:00
Liang Jiaqing
06f7f630e4
feat: iframe postMessage bridge, screenshot SOP, quick start pdf
2026-02-26 14:12:10 +08:00
Liang Jiaqing
63d9bea9b2
tweak: soften checkpoint reminder to optional hint
2026-02-26 12:36:41 +08:00
Liang Jiaqing
c9a0b61bf2
tweak: soften checkpoint reminder wording in agent_loop 7-turn prompt
2026-02-26 12:36:13 +08:00
Liang Jiaqing
afb0b57a06
fix: add yield in do_ask_user to prevent empty code block rendering as undefined in some Streamlit versions
2026-02-26 12:34:01 +08:00
Liang Jiaqing
f0ce7215ff
refine: working_checkpoint desc优化(增量更新/坑排首/全新任务清旧) + CLI最小启动 + web_execute_js兼容tab_id + mem_scanner坑点更新
2026-02-26 12:11:31 +08:00
Liang Jiaqing
d417cecc45
mem_scanner: prefer sidebar click over search; sidercall: pid-isolated log path
2026-02-26 06:32:07 +08:00
Jiaqing Liang
9ae045c93c
launch: auto port discovery; simphtml: init newTabs; SOP docs update
2026-02-25 12:56:40 +08:00
Liang Jiaqing
83167e47a6
refactor: remove detect_newtab, use session dict diff for new tab detection
2026-02-25 08:47:02 +08:00
Liang Jiaqing
708ffb3248
rename: update_working_mem->update_working_ckp, trigger_memory_update->start_long_term_update; add tab_id to execute_js_rich; remove debug print
2026-02-24 22:27:18 +08:00
Liang Jiaqing
3570489ba6
fix: file_patch空值校验 + tool_use解析健壮性提升
2026-02-24 19:08:02 +08:00
Jiaqing Liang
07a53889fb
fix: ljqCtrl Press list bug, update SOPs (must call working_mem), agentmain round-end marker
2026-02-24 16:43:05 +08:00
Jiaqing Liang
860d305c44
friendlier exit messages for tgapp; scheduler sleep-first and dir check
2026-02-24 11:13:24 +08:00
Liang Jiaqing
e808ce6878
file_read: default 200 lines, total line count report, fix L_MAX dynamic calc
2026-02-24 09:24:40 +08:00
Liang Jiaqing
ac2f8ad1e1
agentmain: add timeout+sampling snapshot for task queue consumer
2026-02-23 21:51:21 +08:00
Liang Jiaqing
abb392ccbc
Add stock screening GIF + Alipay expense PNG, expand demo to 2-row layout
2026-02-23 00:17:29 +08:00
Liang Jiaqing
cd6c66ea13
style: resize demo screenshots to equal height, adjust table layout 60/40
2026-02-23 00:00:52 +08:00
Liang Jiaqing
d7608a01f3
chore: minor tweaks - fix newline replace scope, relax turn limits, wording
2026-02-22 23:59:16 +08:00
Liang Jiaqing
2b4ac28c7e
docs: add demo section with GIF and screenshots
2026-02-22 23:57:56 +08:00
Liang Jiaqing
09b0cec45a
update simphtml.py
2026-02-22 13:27:10 +08:00
Liang Jiaqing
a2c6bd9d90
feat: newtab机制支持 & 相关优化
2026-02-22 13:19:17 +08:00
Liang Jiaqing
bf5554e7a8
feat: simphtml保留表单value属性+列表裁剪提示; web_execute_js支持switch_tab_id
2026-02-22 11:03:28 +08:00
Liang Jiaqing
66ae64c98e
refine: tool descriptions, js diff top_change, compact find_changed_elements
2026-02-22 09:28:57 +08:00
Liang Jiaqing
bb8331f926
fix: add try/except for LLM init, improve working memory prompt, fix autonomous report format
2026-02-21 13:33:28 +08:00
Liang Jiaqing
b8ce2ecf13
fix: move input outside try block to allow Ctrl+C exit
2026-02-20 12:54:29 +08:00
Liang Jiaqing
08d6cedc7d
feat: 优化LLM显示、修复API路径、重构自主操作SOP、添加sche_tasks到gitignore
...
- agentmain.py: LLM列表显示增加backend类型
- sidercall.py: 统一API endpoint路径为/v1/chat/completions
- autonomous_operation_sop.md: 重构任务选择逻辑和报告目录规则
- .gitignore: 添加sche_tasks/目录排除
- 移除git追踪的sche_tasks任务报告文件
2026-02-20 11:10:04 +08:00
Liang Jiaqing
8329efeb9c
add cookie_grabber extension; minor fixes to TMWebDriver/SOPs/simphtml
2026-02-19 18:40:28 +08:00
Liang Jiaqing
467c4c0eb2
fix: 自主行动按钮立即生效,去掉scope=fragment
2026-02-19 10:26:53 +08:00
Liang Jiaqing
2cb7c079a7
refactor: use vars(mykey) to preserve key order, fix .items() iteration
2026-02-19 09:28:29 +08:00
Liang Jiaqing
e3d2b3d14c
fix: WS session reconnect + replace tornado with wsgiref + simplify SOP
2026-02-18 19:06:21 +08:00
Liang Jiaqing
38b5b3b86d
refactor: insight两层场景映射格式 + L0同步 + 模板更新
2026-02-18 11:28:25 +08:00
Liang Jiaqing
55b5b4f8a3
fix: dedup working_mem hint, flush incremental output tail, sche_tasks path, CLI KeyboardInterrupt handling; add Termux instructions to README
2026-02-18 11:05:40 +08:00
Liang Jiaqing
b4ee34cbc6
refactor: compress system prompt and memory structure for token efficiency
2026-02-17 13:39:41 +08:00
Liang Jiaqing
f8e501a27a
feat: add XaiSession backend, improve handler switch & tg resilience
2026-02-17 13:18:09 +08:00
Liang Jiaqing
67c7b3fa71
docs: 补充mem_scanner和web_setup SOP;优化代码风格和上下文管理
2026-02-16 22:33:50 +08:00
Liang Jiaqing
dbc28fbc35
fix: print编码防崩 + 未知工具时自动重注入tool schema
2026-02-16 20:15:46 +08:00
Liang Jiaqing
32ad26f4ce
feat: subagent SOP, autonomous SOP overhaul, ga.py try-block fix, launch llm_no param, agentmain streamline
2026-02-16 19:08:55 +08:00
Liang Jiaqing
df478d81e1
improve update_working_mem tool description; adb_ui u2 priority; autonomous_operation framework lock
2026-02-16 11:31:58 +08:00
Liang Jiaqing
90bb6868ec
improve: fallback search, history compression refactor, tg bot stability
2026-02-16 10:33:45 +08:00
Liang Jiaqing
04833eda0e
update SOPs (web_setup, tmwebdriver, autonomous_op) + whitelist adb_ui.py
2026-02-15 13:53:41 +08:00
Liang Jiaqing
caa39776ce
refactor: web_scan focus_item -> tabs_only, simplify tab-only mode
2026-02-15 10:05:55 +08:00
Liang Jiaqing
f0b7c00876
add tmwebdriver_sop.md to git tracking with file upload guidelines
2026-02-15 09:27:08 +08:00