feat: --verbose flag, lazy mykeys loading, temperature config support

- agentmain: add --verbose arg for subagent monitoring mode
- llmcore: lazy-load mykeys/proxies via module __getattr__
- llmcore: fix auto_make_url regex for trailing slash cases
- llmcore: support temperature override from session config
- docs: update subagent.md with --verbose usage note
This commit is contained in:
Liang Jiaqing
2026-04-12 14:29:32 +08:00
parent 9e03a675ae
commit 2b5cbff7be
4 changed files with 21 additions and 15 deletions

View File

@@ -10,6 +10,7 @@
- 通信output.txt(append,`[ROUND END]`=轮完成) → 写reply.txt继续 → 不写10min退出。reply后输出为output1/2/3.txt(同格式)
- 干预文件:`_stop`(当轮结束退出) | `_keyinfo`(注入working memory) | `_intervene`(追加指令)
- **主agent空闲时应读output观察进度必要时用干预文件纠偏禁止无脑长时间sleep轮询**
- 监察模式启动时加`--verbose`output将包含工具执行结果主agent可直接审查原始数据而非仅信任摘要
## 场景1测试模式 - 行为验证
**用途**观察agent真实行为修正RULES/L2/L3/SOP