Commit Graph

27 Commits

Author SHA1 Message Date
pys306
bf8914856e Update Streamlit address to 192.168.50.101 for external access 2026-04-26 02:29:42 +09:00
Liang Jiaqing
97abc43a40 refactor(simphtml): rewrite list detection & cutlist for multi-list support
- simphtml: replace center-point ancestor-chain approach with global container scan;
  support multiple lists per page; add container-scoped selector prefixes;
  inline FAKE ELEMENT hints with hidden item previews; remove findMainContent
- ga: hot-reload simphtml on each web_scan; fix file_read total_lines for keyword search;
  add errors='replace' for global_mem encoding safety
- llmcore: stabilize NativeClaude session/device IDs across requests;
  rename no_system_prompt to fake_cc_system_prompt; deep-copy message content
- launch: adjust window width 700->600
2026-04-03 19:38:51 +08:00
Liang Jiaqing
4e2b806917 Refactor: use native st.expander for folding turns, optimize stream trigger, and adjust window width 2026-04-03 11:47:07 +08:00
Jiaqing Liang
04448dcee9 update userscript guard and scheduler flag 2026-03-27 15:41:42 +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
47ad98239f enhance SSE parsing, add stream error/truncation detection, fix tool_call fallback extraction 2026-03-26 18:42:09 +08:00
Liang Jiaqing
87d557260c refactor: move frontend apps to frontends/ and fix path references 2026-03-22 17:45:20 +08:00
Vivi 8n24
6fe93e9cb4 Add chat app adapters for QQ, Feishu, WeCom, and DingTalk 2026-03-13 16:04:18 +08:00
Jiaqing Liang
006b915533 refactor: scheduler to JSON+cooldown, update SOP 2026-03-11 12:11:22 +08:00
Liang Jiaqing
14f1009ddc fix: unified auto_make_url for all API base_url formats, closes #12 2026-03-08 10:24:54 +08:00
wangmc1024
ffd08bcd21 允许消息内容中包含HTML代码并直接渲染 | 将纯相对路径改为基于脚本文件的绝对路径,便于全局调用 2026-03-05 22:59:26 +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
75f8ef2564 refactor: improve update_working_checkpoint description and adjust TG bot default behavior 2026-02-27 20:17:49 +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
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
5c3ef2a532 压缩 launch.pyw 代码:124行→90行 (减少34行)
- 合并 import 语句为单行
- 压缩配置变量定义
- 合并 argparse 参数定义
- 压缩 socket 和 subprocess 代码
- 参数名优化:--no-scheduler → --no-sched
- 使用 lambda 统一清理资源
2026-02-14 10:34:52 +08:00
Liang Jiaqing
ab48b35ca9 refactor: 使用假端口实现调度器单例控制
- 恢复 agentmain.py 到原始状态
- launch.pyw 使用端口 65432 检测单例
- 避免重复启动调度器实例
2026-02-14 10:17:26 +08:00
Liang Jiaqing
cf8c191ae9 feat: 添加调度器单例控制和launch启动集成
- agentmain.py: 添加单例锁机制,防止重复启动
- launch.pyw: 集成调度器启动,支持--no-scheduler参数
2026-02-14 10:13:16 +08:00
Liang Jiaqing
b06cd52cf2 feat: add --no-tg flag to launch.pyw for multi-machine sync 2026-02-13 14:10:02 +08:00
Liang Jiaqing
98c349a1e8 fix: greedy match for file_content extraction; tgapp: add running indicator, HTML formatting, single instance lock; misc improvements 2026-02-13 13:34:21 +08:00
Jiaqing Liang
3f1fad8ab9 feat: upgrade architecture, add idle monitor, and include new assets 2026-02-09 13:24:08 +08:00
Liang Jiaqing
8cfafe119d Refactor: decouple task queues, add JS injection support, and simplify stapp rendering 2026-02-09 09:24:53 +08:00
Jiaqing Liang
70d7894898 Refactor LLM backend structure and optimize config/launch 2026-02-06 14:18:09 +08:00
Liang Jiaqing
541d44567d Refactor: replace agentapp.py with stapp.py, optimize abort logic and cross-platform compatibility 2026-02-03 20:45:33 +08:00
Liang Jiaqing
9b20ca8297 fix: restore files removed by mistake and keep zip ignored 2026-01-16 23:50:19 +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