Commit Graph

10 Commits

Author SHA1 Message Date
Liang Jiaqing
467c4c0eb2 fix: 自主行动按钮立即生效,去掉scope=fragment 2026-02-19 10:26:53 +08:00
Liang Jiaqing
f8e501a27a feat: add XaiSession backend, improve handler switch & tg resilience 2026-02-17 13:18:09 +08:00
Liang Jiaqing
4163341bb3 harden execute_js_rich + fix GBK encoding crash on pyw 2026-02-13 15:54:52 +08:00
Liang Jiaqing
8d3582e3b7 feat: add ACK mechanism for WS execute_js + timeout diagnostics
- TMWebDriver: add self.acks dict, HTTP implicit ACK on longpoll dequeue, WS explicit ACK handler, enhanced timeout diagnostics (4 cases)
- Fix: data.get('type') in 'result' -> == 'result'
- JS userscript: send ACK on script receive
- tgapp: fix proxy URL prefix
- mykey_template: add tg/proxy fields
2026-02-13 15:30:49 +08:00
Liang Jiaqing
6bc5f3e80d feat: add verbose mode and telegram bot integration
- Add exhaust() helper for generator handling
- Add verbose parameter to control output verbosity
- Extend next_llm() to support direct index switching
- Add list_llms() and get_llm_name() query methods
- New tgapp.py: Telegram bot with streaming updates
- Update stapp.py to use new LLM query API
2026-02-13 11:21:14 +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
a9209daaf7 feat: stream LLM responses and improve agent UI 2026-02-04 18:56:50 +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