Commit Graph

443 Commits

Author SHA1 Message Date
Liang Jiaqing
959cf6a5a6 refactor: use script_dir for init paths 2026-03-06 21:44:49 +08:00
Liang Jiaqing
cccbecb974 Merge PR #6: 火山引擎适配 + 路径修复
# Conflicts:
#	.gitignore
#	agentmain.py
2026-03-06 21:43:04 +08:00
Liang Jiaqing
2272f255f2 feat: add file sending support for telegram bot 2026-03-06 19:19:56 +08:00
Liang Jiaqing
524944dfc8 安全性提升:TID动态生成+Streamlit页面排除+工作记忆修复 2026-03-06 18:54:09 +08:00
Jiaqing Liang
c6af92e612 feat: web_scan iframe穿透 + plan_sop术语优化 2026-03-06 00:09:52 +08:00
wangmc1024
ffd08bcd21 允许消息内容中包含HTML代码并直接渲染 | 将纯相对路径改为基于脚本文件的绝对路径,便于全局调用 2026-03-05 22:59:26 +08:00
wangmc1024
19d4e65133 增加了对火山引擎平台的模型适配,避免路径错误 2026-03-05 20:31:05 +08:00
Liang Jiaqing
ed75d103f5 优化中间输出频率/plan_sop重构/autofill batch示例/README便携版链接 2026-03-04 17:14:13 +08:00
Liang Jiaqing
313f8a28f0 feat: CDP bridge batch support - cookies/tabs/cdp mixed commands, lazy attach, $N chain refs, file upload & screenshot verified 2026-03-04 13:06:21 +08:00
Liang Jiaqing
3f8407a853 CDP bridge扩展完善+SOP精简+insight修复+plan_sop+autonomous_sop更新 2026-03-04 12:02:50 +08:00
Liang Jiaqing
ffe1f3c4c0 fix: update extension display name to TMWD CDP Bridge 2026-03-04 11:16:42 +08:00
Liang Jiaqing
0ab90af250 rename cookie_grabber -> tmwd_cdp_bridge (CDP bridge extension) 2026-03-04 11:15:32 +08:00
Liang Jiaqing
dcf65d72c7 launch: bind streamlit to localhost + use high port range 18501-18599 2026-03-03 21:05:34 +08:00
Jiaqing Liang
9219042a8f feat: add --reflect mode with error handling + scheduler/autonomous scripts 2026-03-02 23:25:31 +08:00
Jiaqing Liang
5c3193f326 non-verbose output: exhaust stream silently, yield content only; add plan_sop; subagent_sop cleanup 2026-03-02 23:06:07 +08:00
Jiaqing Liang
d010ab1995 refine insight: trim impl details, keep trigger keywords only (1049t) 2026-03-02 21:24:54 +08:00
Jiaqing Liang
066a2995e4 update start_long_term desc: remove single-call limit, add 15-turn rule 2026-03-02 17:25:37 +08:00
LJQ
82991c4a69 Merge pull request #2 from frank-marecogito/main
chore(gitignore): add mykey.py to ignore sensitive API keys and credentials
2026-03-02 09:49:19 +08:00
Frank Fu
4ba1dcc7a2 chore(gitignore): add mykey.py to ignore sensitive API keys and credentials
Add `mykey.py` to `.gitignore` to prevent accidental commits of files containing API keys or other sensitive credentials.
2026-03-02 02:23:21 +03:00
Jiaqing Liang
2655d79acb Update autonomous_operation_sop.md 2026-03-01 23:19:00 +08:00
Liang Jiaqing
f27c067b1d autonomous_sop: 加强autonomous_reports路径防护(SOP文本+checkpoint模板双层) 2026-03-01 23:18:36 +08:00
Liang Jiaqing
75ddf8fd1d ljqCtrl: 兼容RDP断开场景的屏幕尺寸/DPI获取; ljqCtrl_sop: ClientToScreen避坑; .gitignore清理 2026-03-01 23:18:36 +08:00
LJQ
392747798a Merge pull request #1 from redreamality/fix/oai-responses-api-mode
Add responses api_mode support for OpenAI relay
2026-03-01 23:16:47 +08:00
remy
df3b347653 Add retry/backoff and richer error logs for relay calls 2026-03-02 00:38:27 +10:00
remy
998382aebe Add responses api_mode support for OpenAI relay 2026-03-02 00:17:25 +10:00
Jiaqing Liang
66989fc2e0 chore: 清理 .gitignore 中文注释和乱码 2026-02-27 23:43:24 +08:00
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