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 |
|