hermes - 💡(How to fix) Fix [Bug]: Wechat adapter: ingest some arxiv paper error [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#28647Fetched 2026-05-20 04:02:54
View on GitHub
Comments
2
Participants
2
Timeline
9
Reactions
0
Author
Timeline (top)
labeled ×6commented ×2cross-referenced ×1

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Code Example

<invoke name="web_extract">
<paramete name="urls">["https://arxiv.org/abs/2106.09685"]</paramete>
</invoke>
<minimax:tool_call>

---

2026-05-19 16:37:40,393 INFO agent.auxiliary_client: Vision auto-detect: using active provider custom (minimax-m2.5-ali)2026-05-19 16:37:40,485 INFO agent.model_metadata: Could not detect context length for model 'minimax-m2.5-ali' at https://xxx/personal/openai/api/v1 — defaulting to 128,000 tokens (probe-down). Set model.context_length in config.yaml to override.
2026-05-19 16:37:40,543 INFO agent.auxiliary_client: Auxiliary auto-detect: using main provider custom (minimax-m2.5-ali)
2026-05-19 16:37:49,400 INFO gateway.run: response ready: platform=weixin chat=o9cq803VdCvW1lek6jmMpAFzxxxx@im.wechat time=14.0s api_calls=1 response=130 chars
2026-05-19 16:37:49,425 INFO gateway.platforms.base: [Weixin] Sending response (130 chars) to o9cq803VdCvW1lek6jmMpAFzxxxx@im.wechat

---

hermes agent log

2026-05-19 16:37:40,393 INFO agent.auxiliary_client: Vision auto-detect: using active provider custom (minimax-m2.5-ali)2026-05-19 16:37:40,485 INFO agent.model_metadata: Could not detect context length for model 'minimax-m2.5-ali' at https://xxx/personal/openai/api/v1 — defaulting to 128,000 tokens (probe-down). Set model.context_length in config.yaml to override.
2026-05-19 16:37:40,543 INFO agent.auxiliary_client: Auxiliary auto-detect: using main provider custom (minimax-m2.5-ali)
2026-05-19 16:37:49,400 INFO gateway.run: response ready: platform=weixin chat=o9cq803VdCvW1lek6jmMpAFzxxxx@im.wechat time=14.0s api_calls=1 response=130 chars
2026-05-19 16:37:49,425 INFO gateway.platforms.base: [Weixin] Sending response (130 chars) to o9cq803VdCvW1lek6jmMpAFzxxxx@im.wechat

---
RAW_BUFFERClick to expand / collapse

Bug Description

when call /llm-wiki to ingest some paper urls, wechat response

<invoke name="web_extract">
<paramete name="urls">["https://arxiv.org/abs/2106.09685"]</paramete>
</invoke>
<minimax:tool_call>

hermes agent log

2026-05-19 16:37:40,393 INFO agent.auxiliary_client: Vision auto-detect: using active provider custom (minimax-m2.5-ali)2026-05-19 16:37:40,485 INFO agent.model_metadata: Could not detect context length for model 'minimax-m2.5-ali' at https://xxx/personal/openai/api/v1 — defaulting to 128,000 tokens (probe-down). Set model.context_length in config.yaml to override.
2026-05-19 16:37:40,543 INFO agent.auxiliary_client: Auxiliary auto-detect: using main provider custom (minimax-m2.5-ali)
2026-05-19 16:37:49,400 INFO gateway.run: response ready: platform=weixin [email protected] time=14.0s api_calls=1 response=130 chars
2026-05-19 16:37:49,425 INFO gateway.platforms.base: [Weixin] Sending response (130 chars) to [email protected]

Steps to Reproduce

1、chat with Wechat Bot 2、/llm-wiki 创建一个用户存储大模型微调论文的知识库

Expected Behavior

Wechat reponse correctly

Actual Behavior

stopped

Affected Component

Tools (terminal, file ops, web, code execution, etc.)

Messaging Platform (if gateway-related)

No response

Debug Report

hermes agent log

2026-05-19 16:37:40,393 INFO agent.auxiliary_client: Vision auto-detect: using active provider custom (minimax-m2.5-ali)2026-05-19 16:37:40,485 INFO agent.model_metadata: Could not detect context length for model 'minimax-m2.5-ali' at https://xxx/personal/openai/api/v1 — defaulting to 128,000 tokens (probe-down). Set model.context_length in config.yaml to override.
2026-05-19 16:37:40,543 INFO agent.auxiliary_client: Auxiliary auto-detect: using main provider custom (minimax-m2.5-ali)
2026-05-19 16:37:49,400 INFO gateway.run: response ready: platform=weixin chat=[email protected] time=14.0s api_calls=1 response=130 chars
2026-05-19 16:37:49,425 INFO gateway.platforms.base: [Weixin] Sending response (130 chars) to [email protected]

Operating System

Windows WSL Ubuntu

Python Version

3.12.3

Hermes Version

0.9.0

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING