Liang Jiaqing
|
5eac3c1027
|
refactor: unified mykeys dict, support mykey.py and mykey.json dual format
|
2026-03-07 23:33:13 +08:00 |
|
Liang Jiaqing
|
61d07a16a6
|
update: minor fixes to agentmain, mykey_template, sidercall
|
2026-03-07 22:34:23 +08:00 |
|
Liang Jiaqing
|
2156bc6fc6
|
restore context_win=10000 max_tokens=6144
|
2026-03-06 21:46:41 +08:00 |
|
wangmc1024
|
ffd08bcd21
|
允许消息内容中包含HTML代码并直接渲染 | 将纯相对路径改为基于脚本文件的绝对路径,便于全局调用
|
2026-03-05 22:59:26 +08:00 |
|
wangmc1024
|
19d4e65133
|
增加了对火山引擎平台的模型适配,避免路径错误
|
2026-03-05 20:31:05 +08:00 |
|
Liang Jiaqing
|
3f8407a853
|
CDP bridge扩展完善+SOP精简+insight修复+plan_sop+autonomous_sop更新
|
2026-03-04 12:02:50 +08:00 |
|
Jiaqing Liang
|
066a2995e4
|
update start_long_term desc: remove single-call limit, add 15-turn rule
|
2026-03-02 17:25:37 +08:00 |
|
remy
|
df3b347653
|
Add retry/backoff and richer error logs for relay calls
|
2026-03-02 00:38:27 +10:00 |
|
remy
|
998382aebe
|
Add responses api_mode support for OpenAI relay
|
2026-03-02 00:17:25 +10:00 |
|
Liang Jiaqing
|
a3a3b55f1e
|
feat: add timestamp to model_responses log
|
2026-02-27 12:33:17 +08:00 |
|
Liang Jiaqing
|
d417cecc45
|
mem_scanner: prefer sidebar click over search; sidercall: pid-isolated log path
|
2026-02-26 06:32:07 +08:00 |
|
Liang Jiaqing
|
3570489ba6
|
fix: file_patch空值校验 + tool_use解析健壮性提升
|
2026-02-24 19:08:02 +08:00 |
|
Liang Jiaqing
|
e808ce6878
|
file_read: default 200 lines, total line count report, fix L_MAX dynamic calc
|
2026-02-24 09:24:40 +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
|
2cb7c079a7
|
refactor: use vars(mykey) to preserve key order, fix .items() iteration
|
2026-02-19 09:28:29 +08:00 |
|
Liang Jiaqing
|
f8e501a27a
|
feat: add XaiSession backend, improve handler switch & tg resilience
|
2026-02-17 13:18:09 +08:00 |
|
Liang Jiaqing
|
67c7b3fa71
|
docs: 补充mem_scanner和web_setup SOP;优化代码风格和上下文管理
|
2026-02-16 22:33:50 +08:00 |
|
Liang Jiaqing
|
dbc28fbc35
|
fix: print编码防崩 + 未知工具时自动重注入tool schema
|
2026-02-16 20:15:46 +08:00 |
|
Liang Jiaqing
|
90bb6868ec
|
improve: fallback search, history compression refactor, tg bot stability
|
2026-02-16 10:33:45 +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
|
37a1ff5513
|
feat: add orig-based tag compression to LLMSession.make_messages
|
2026-02-13 13:43:05 +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 |
|
Liang Jiaqing
|
39f6a851dd
|
refactor: optimize ClaudeSession context trimming with tag compression, fix tool_use parsing to use last match
|
2026-02-12 22:52:47 +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 |
|
Jiaqing Liang
|
61daedec3f
|
Update core scripts and tools schema
|
2026-02-09 14:55:41 +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
|
fa98abcea5
|
优化:Streamlit fragment性能 + code_run灵活性 + LLM context_win配置
|
2026-02-03 18:13:12 +08:00 |
|
Liang Jiaqing
|
6e6e5d989d
|
优化:移除unused依赖、懒加载和容错处理
|
2026-02-01 20:03:39 +08:00 |
|
Liang Jiaqing
|
f0ccb7dfb9
|
Update agent code and tool schema
|
2026-02-01 16:07:18 +08:00 |
|
Liang Jiaqing
|
d6c9bf8d20
|
Update global memory: remove obsolete git status and mail tool references
|
2026-02-01 09:53:04 +08:00 |
|
Liang Jiaqing
|
ead42063f4
|
Auto-commit: sync local changes
|
2026-02-01 09:45:14 +08:00 |
|
Liang Jiaqing
|
669095699e
|
feat: refine vision processing logic and update SOP
|
2026-01-31 15:47:23 +08:00 |
|
Jiaqing Liang
|
01c477c050
|
chore: self-commit core logic updates and agent state
|
2026-01-30 14:51:52 +08:00 |
|
Liang Jiaqing
|
35ce8f7c9e
|
fix: resolve path inconsistency between code_run and file_read
|
2026-01-29 20:06:09 +08:00 |
|
Liang Jiaqing
|
424ddc4ab1
|
Update core logic and prompts
|
2026-01-28 09:29:56 +08:00 |
|
Liang Jiaqing
|
00e9d8f5e4
|
Update core files and tools schema
|
2026-01-17 00:15:14 +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 |
|