Liang Jiaqing
d25cfa5a2a
refactor: vision_sop精简改写 + 新增vision_api.template.py
2026-04-20 23:22:36 +08:00
Liang Jiaqing
273150a9ce
feat: publish memory_cleanup_sop
2026-04-15 09:26:46 +08:00
Liang Jiaqing
97560a4fba
feat: publish ocr_utils, vision_sop, ui_detect to public repo
2026-04-15 00:00:14 +08:00
Liang Jiaqing
0da9bd15c9
refactor: turn_end_callback + desktop pet + keychain
...
- agent_loop: next_prompt_patcher -> turn_end_callback with full context
- agent_loop: exit logic unified (break + callback), no early return
- ga: summary extraction moved from tool_after_callback to turn_end_callback
- ga: _turn_end_hooks support for external subscribers
- stapp: desktop pet button with HTTP status push
- keychain: XOR-masked secret storage with SecretStr
- gitignore: whitelist keychain.py
2026-04-13 18:27:17 +08:00
Liang Jiaqing
946c239c03
refactor: rename mem_scanner→procmem_scanner, add L4 layer, remove make_prompts.py
2026-04-11 18:30:00 +08:00
Liang Jiaqing
de8adf76a9
feat: L4 session archiver + scheduler cron integration
...
- Add compress_session.py: compress raw model_responses into L4 archives
- Integrate 12h silent cron into scheduler.check() (runs before TASKS dir check)
- Whitelist compress_session.py in .gitignore (archives excluded)
- llmcore: refactor SSE warn handling, max_retries default 2->1
- scheduler: remove unused health_check(), INTERVAL 60->120
2026-04-11 15:55:35 +08:00
Liang Jiaqing
5e28902cb4
cleanup: rm user.js, untrack copilot_proxy.pyw; ljqCtrl: DPI via GDI + GrabWindow(hwnd)
2026-04-10 22:17:24 +08:00
Liang Jiaqing
18d5aafed8
gitignore: universal __pycache__ exclusion, remove tracked .pyc files
2026-03-30 20:39:46 +08:00
Jiaqing Liang
f6c5011eb0
refactor: rewrite GETTING_STARTED, cleanup README, add hub.pyw, remove QUICK_START.pdf
2026-03-27 12:58:13 +08:00
Liang Jiaqing
bbde5399cf
add skill_search SOP to tracked memory files
2026-03-14 20:33:54 +08:00
Liang Jiaqing
3f66368689
add autonomous_operation_sop folder to tracking; update .gitignore whitelist; agent_loop changes
2026-03-13 14:16:43 +08:00
Liang Jiaqing
cccbecb974
Merge PR #6 : 火山引擎适配 + 路径修复
...
# Conflicts:
# .gitignore
# agentmain.py
2026-03-06 21:43:04 +08:00
Liang Jiaqing
524944dfc8
安全性提升:TID动态生成+Streamlit页面排除+工作记忆修复
2026-03-06 18:54:09 +08:00
wangmc1024
ffd08bcd21
允许消息内容中包含HTML代码并直接渲染 | 将纯相对路径改为基于脚本文件的绝对路径,便于全局调用
2026-03-05 22:59:26 +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
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
Liang Jiaqing
75ddf8fd1d
ljqCtrl: 兼容RDP断开场景的屏幕尺寸/DPI获取; ljqCtrl_sop: ClientToScreen避坑; .gitignore清理
2026-03-01 23:18:36 +08:00
Jiaqing Liang
66989fc2e0
chore: 清理 .gitignore 中文注释和乱码
2026-02-27 23:43:24 +08:00
Liang Jiaqing
06f7f630e4
feat: iframe postMessage bridge, screenshot SOP, quick start pdf
2026-02-26 14:12:10 +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
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
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
04833eda0e
update SOPs (web_setup, tmwebdriver, autonomous_op) + whitelist adb_ui.py
2026-02-15 13:53:41 +08:00
Liang Jiaqing
f0b7c00876
add tmwebdriver_sop.md to git tracking with file upload guidelines
2026-02-15 09:27:08 +08:00
Liang Jiaqing
12d79b7847
feat: 添加定时任务调度器和相关配置
...
- 新增定时任务调度器(agentmain.py):支持基于时间戳的任务自动执行
- 添加scheduled_task_sop.md:定时任务执行流程文档
- 优化agent_loop.py:移除错误提示emoji
- 调整sidercall.py:降低context_win至10000
- 更新.gitignore:忽略tasks目录,白名单scheduled_task_sop.md
2026-02-14 10:10:10 +08:00
Liang Jiaqing
4a2807f200
chore: remove VS workspace files and temp files, update .gitignore
2026-02-12 21:27:09 +08:00
Liang Jiaqing
656a3fe45e
feat: add memory scanner tool and sync updated SOP with LLM mode and permission fixes
2026-02-09 17:37:10 +08:00
Jiaqing Liang
9bdb896ed1
chore: allow tracking of autonomous_operation_sop.md
2026-02-09 15:00:01 +08:00
Liang Jiaqing
1b9438e7b4
feat: optimize web driver, update memory SOP and root welcome guide
2026-02-08 12:10:56 +08:00
Liang Jiaqing
38a8498640
refactor: 配置 memory_management_sop.md 白名单
...
- 在 .gitignore 中添加白名单规则
- 允许追踪 memory/memory_management_sop.md
- 保持 memory/ 中其他敏感文件被忽略
2026-02-01 14:23:22 +08:00
Jiaqing Liang
32a5af2608
chore: auto update by agent
2026-01-29 15:34:22 +08:00
Liang Jiaqing
27c78d08db
chore: ignore zip files
2026-01-16 23:50:07 +08:00
Liang Jiaqing
1c13bf5526
Initial commit for GenericAgent
2026-01-16 23:43:35 +08:00