Description
对主流程没有影响,影响在上下文压缩的时候,没有选择模型进行总结凝练就会转变为粗暴的丢弃(来自千问的解答)
日志里的信息有两块:
1.(这块是print出来的)⚠ No auxiliary LLM provider configured — context compression will drop middle turns without a summary. Run hermes setup or set OPENROUTER_API_KEY.
2. 这个是logger warning 日志 (也会存在于error 日志文件里)
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 23:03:43.
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth).
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 23:03:43.
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary auto-detect: no provider available (tried: openrouter, nous, local/custom, api-key). Compression, summarization, and memory flush will not work. Set OPENROUTER_API_KEY or configure a local model in config.yaml.
2026-07-08 23:02:43 WARNING run_agent: No auxiliary LLM provider for compression — summaries will be unavailable.
Steps to Reproduce
执行一次项目就会有
Expected Behavior
No response
Actual Behavior
No response
Windows Version
win10
Enikk Version
v0.7.0
Logs
Additional Information
No response
Description
对主流程没有影响,影响在上下文压缩的时候,没有选择模型进行总结凝练就会转变为粗暴的丢弃(来自千问的解答)
日志里的信息有两块:
1.(这块是print出来的)⚠ No auxiliary LLM provider configured — context compression will drop middle turns without a summary. Run
hermes setupor set OPENROUTER_API_KEY.2. 这个是logger warning 日志 (也会存在于error 日志文件里)
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary: marking openrouter unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 23:03:43.
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary Nous client unavailable: no Nous authentication found (run: hermes auth).
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary: marking nous unhealthy for 60s (payment / credit error). Subsequent auxiliary calls will skip it until 23:03:43.
2026-07-08 23:02:43 WARNING agent.auxiliary_client: Auxiliary auto-detect: no provider available (tried: openrouter, nous, local/custom, api-key). Compression, summarization, and memory flush will not work. Set OPENROUTER_API_KEY or configure a local model in config.yaml.
2026-07-08 23:02:43 WARNING run_agent: No auxiliary LLM provider for compression — summaries will be unavailable.
Steps to Reproduce
执行一次项目就会有
Expected Behavior
No response
Actual Behavior
No response
Windows Version
win10
Enikk Version
v0.7.0
Logs
Additional Information
No response