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
Liang Jiaqing
df6645adcc
fix: improve JSON parsing error handling with bad_json mechanism
2026-02-12 21:25:15 +08:00
Liang Jiaqing
87e522ff8e
feat: add ClaudeSession for native Claude Messages API support
2026-02-12 18:07:45 +08:00
Liang Jiaqing
69153f7a42
multi oai config support, timeout fix, execute_js_rich optimization
2026-02-12 16:56:11 +08:00
Jiaqing Liang
1276021422
refactor: restructure memory hierarchy and fix ljqCtrl coordinate logic
2026-02-11 12:54:09 +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
Jiaqing Liang
de0cce72e0
Fix stop signal handling and Sider streaming wrapper
2026-02-06 10:39:36 +08:00
Jiaqing Liang
b37b56a780
chore: sync core logic updates
2026-02-05 17:36:30 +08:00
Jiaqing Liang
52558c7f60
feat: optimize streaming output, add thread safety, and refine system prompts
2026-02-05 13:40:37 +08:00
Liang Jiaqing
16bf93dafa
Refine memory SOP and LLM session behaviour
2026-02-04 21:29:59 +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
Liang Jiaqing
74e1d74726
feat: update agent logic and main entry
2026-02-03 20:28:51 +08:00