hermes - 💡(How to fix) Fix [i18n] Thai Translation: Guides Part b - cron-troubleshooting, daily-briefing-bot, delegation-patterns, github-pr-review-agent, local-llm-on-mac [1 participants]
ON THIS PAGE
Recommended Tools
×6Utilities 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
Error Message
หาก job ทำงานและล้มเหลว คุณอาจเห็น error context ใน:
Check 2: Common error patterns
- Relevant error messages from the logs "context": "Focus on: error correction breakthroughs, real-world use cases, key companies", Subagents ไม่รู้ อะไรเลย เกี่ยวกับ conversation ของคุณ พวกมันเริ่มต้นใหม่ทั้งหมด หากคุณมอบหมายงานว่า "แก้ไข bug ที่เรากำลังคุยกันอยู่" subagent จะไม่รู้ว่าคุณหมายถึง bug อะไร โปรดระบุ file paths, error messages, project structure, และ constraints อย่างชัดเจนเสมอ
- Style - Naming conventions, dead code, missing error handling
โมเดลบางตัวบน Hugging Face ต้องการการยืนยันตัวตน ให้รัน
huggingface-cli loginก่อน หากคุณได้รับ error 401 หรือ 404
Code Example
hermes cron list
---
date
hermes cron list # Compare next_run times with local time
---
cron:
wrap_response: false
---
hermes skills list
---
/cron add "0 9 * * *" "..." --skill context-skill --skill target-skill
---
ls ~/.hermes/scripts/your-script.py # Must exist
hermes cron edit <job_id> --script ~/.hermes/scripts/your-script.py
---
ps aux | grep hermes
# Kill duplicate processes, keep only one
---
ls -la ~/.hermes/cron/jobs.json
chmod 600 ~/.hermes/cron/jobs.json # Your user should own it
---
hermes cron list # Show all jobs, states, next_run times
hermes cron run <job_id> # Schedule for next tick (for testing)
hermes cron edit <job_id> # Fix configuration issues
hermes logs # View recent Hermes logs
hermes skills list # Verify installed skills
---
hermes gateway install # ติดตั้งเป็น user service
sudo hermes gateway install --system # Linux servers: boot-time system service
# หรือ
hermes gateway # รันใน foreground
---
hermes
---
Search for the latest news about AI agents and open source LLMs.
Summarize the top 3 stories in a concise briefing format with links.
---
☀️ Your AI Briefing — March 8, 2026
1. Qwen 3 Released with 235B Parameters
Alibaba's latest open-weight model matches GPT-4.5 on several
benchmarks while remaining fully open source.
→ https://qwenlm.github.io/blog/qwen3/
2. LangChain Launches Agent Protocol Standard
A new open standard for agent-to-agent communication gains
adoption from 15 major frameworks in its first week.
→ https://blog.langchain.dev/agent-protocol/
3. EU AI Act Enforcement Begins for General-Purpose Models
The first compliance deadlines hit, with open source models
receiving exemptions under the 10M parameter threshold.
→ https://artificialintelligenceact.eu/updates/
---
3 stories • Sources searched: 8 • Generated by Hermes Agent
---
Every morning at 8am, search the web for the latest news about AI agents
and open source LLMs. Summarize the top 3 stories in a concise briefing
with links. Use a friendly, professional tone. Deliver to telegram.
---
/cron add "0 8 * * *" "Search the web for the latest news about AI agents and open source LLMs. Find at least 5 recent articles from the past 24 hours. Summarize the top 3 most important stories in a concise daily briefing format. For each story include: a clear headline, a 2-sentence summary, and the source URL. Use a friendly, professional tone. Format with emoji bullet points and end with a total story count."
---
Do my usual morning briefing.
---
Search the web for the latest news about AI agents and open source LLMs.
Find at least 5 recent articles from the past 24 hours. Summarize the
top 3 most important stories in a concise daily briefing format. For each
story include: a clear headline, a 2-sentence summary, and the source URL.
Use a friendly, professional tone. Format with emoji bullet points.
---
/cron add "0 8 * * *" "Create a morning briefing covering three topics. For each topic, search the web for recent news from the past 24 hours and summarize the top 2 stories with links.
Topics:
1. AI and machine learning - focus on open source models and agent frameworks
2. Cryptocurrency - focus on Bitcoin, Ethereum, and regulatory news
3. Space exploration - focus on SpaceX, NASA, and commercial space
Format as a clean briefing with section headers and emoji. End with today's date and a motivational quote."
---
/cron add "0 8 * * *" "Create a morning briefing by delegating research to sub-agents. Delegate three parallel tasks:
1. Delegate: Search for the top 2 AI/ML news stories from the past 24 hours with links
2. Delegate: Search for the top 2 cryptocurrency news stories from the past 24 hours with links
3. Delegate: Search for the top 2 space exploration news stories from the past 24 hours with links
Collect all results and combine them into a single clean briefing with section headers, emoji formatting, and source links. Add today's date as a header."
---
/cron add "0 8 * * 1-5" "Search for the latest AI and tech news..."
---
/cron add "0 8 * * *" "Morning briefing: search for AI news from the past 12 hours..."
/cron add "0 18 * * *" "Evening recap: search for AI news from the past 12 hours..."
---
/cron add "0 8 * * *" "You are creating a briefing for a senior ML engineer who cares about: PyTorch ecosystem, transformer architectures, open-weight models, and AI regulation in the EU. Skip stories about product launches or funding rounds unless they involve open source.
Search for the latest news on these topics. Summarize the top 3 stories with links. Be concise and technical - this reader doesn't need basic explanations."
---
/cron list
---
hermes cron list
---
ID | Name | Schedule | Next Run | Deliver
------------|-------------------|-------------|--------------------|--------
a1b2c3d4 | Morning Briefing | 0 8 * * * | 2026-03-09 08:00 | telegram
e5f6g7h8 | Evening Recap | 0 18 * * * | 2026-03-08 18:00 | telegram
---
/cron remove a1b2c3d4
---
Remove my morning briefing cron job.
---
hermes cron status
---
hermes gateway install
# หรือบน Linux servers
sudo hermes gateway install --system
---
Research these three topics in parallel:
1. Current state of WebAssembly outside the browser
2. RISC-V server chip adoption in 2025
3. Practical quantum computing applications
Focus on recent developments and key players.
---
delegate_task(tasks=[
{
"goal": "Research WebAssembly outside the browser in 2025",
"context": "Focus on: runtimes (Wasmtime, Wasmer), cloud/edge use cases, WASI progress",
"toolsets": ["web"]
},
{
"goal": "Research RISC-V server chip adoption",
"context": "Focus on: server chips shipping, cloud providers adopting, software ecosystem",
"toolsets": ["web"]
},
{
"goal": "Research practical quantum computing applications",
"context": "Focus on: error correction breakthroughs, real-world use cases, key companies",
"toolsets": ["web"]
}
])
---
Review the authentication module at src/auth/ for security issues.
Check for SQL injection, JWT validation problems, password handling,
and session management. Fix anything you find and run the tests.
---
delegate_task(
goal="Review src/auth/ for security issues and fix any found",
context="""Project at /home/user/webapp. Python 3.11, Flask, PyJWT, bcrypt.
Auth files: src/auth/login.py, src/auth/jwt.py, src/auth/middleware.py
Test command: pytest tests/auth/ -v
Focus on: SQL injection, JWT validation, password hashing, session management.
Fix issues found and verify tests pass.""",
toolsets=["terminal", "file"]
)
---
I need to add full-text search to our Django app. Evaluate three approaches
in parallel:
1. PostgreSQL tsvector (built-in)
2. Elasticsearch via django-elasticsearch-dsl
3. Meilisearch via meilisearch-python
For each: setup complexity, query capabilities, resource requirements,
and maintenance overhead. Compare them and recommend one.
---
delegate_task(tasks=[
{
"goal": "Refactor all API endpoint handlers to use the new response format",
"context": """Project at /home/user/api-server.
Files: src/handlers/users.py, src/handlers/auth.py, src/handlers/billing.py
Old format: return {"data": result, "status": "ok"}
New format: return APIResponse(data=result, status=200).to_dict()
Import: from src.responses import APIResponse
Run tests after: pytest tests/handlers/ -v""",
"toolsets": ["terminal", "file"]
},
{
"goal": "Update all client SDK methods to handle the new response format",
"context": """Project at /home/user/api-server.
Files: sdk/python/client.py, sdk/python/models.py
Old parsing: result = response.json()["data"]
New parsing: result = response.json()["data"] (same key, but add status code checking)
Also update sdk/python/tests/test_client.py""",
"toolsets": ["terminal", "file"]
},
{
"goal": "Update API documentation to reflect the new response format",
"context": """Project at /home/user/api-server.
Docs at: docs/api/. Format: Markdown with code examples.
Update all response examples from old format to new format.
Add a 'Response Format' section to docs/api/overview.md explaining the schema.""",
"toolsets": ["terminal", "file"]
}
])
---
# Step 1: Mechanical gathering (execute_code is better here - no reasoning needed)
execute_code("""
from hermes_tools import web_search, web_extract
results = []
for query in ["AI funding Q1 2026", "AI startup acquisitions 2026", "AI IPOs 2026"]:
r = web_search(query, limit=5)
for item in r["data"]["web"]:
results.append({"title": item["title"], "url": item["url"], "desc": item["description"]})
# Extract full content from top 5 most relevant
urls = [r["url"] for r in results[:5]]
content = web_extract(urls)
# Save for the analysis step
import json
with open("/tmp/ai-funding-data.json", "w") as f:
json.dump({"search_results": results, "extracted": content["results"]}, f)
print(f"Collected {len(results)} results, extracted {len(content['results'])} pages")
""")
# Step 2: Reasoning-heavy analysis (delegation is better here)
delegate_task(
goal="Analyze AI funding data and write a market report",
context="""Raw data at /tmp/ai-funding-data.json contains search results and
extracted web pages about AI funding, acquisitions, and IPOs in Q1 2026.
Write a structured market report: key deals, trends, notable players,
and outlook. Focus on deals over $100M.""",
toolsets=["terminal", "file"]
)
---
┌───────────────────────────────────────────────────────────────────┐
│ │
│ Cron Timer ──▶ Hermes Agent ──▶ GitHub API ──▶ Review │
│ (every 2h) + gh CLI (PR diffs) delivery │
│ + skill (Telegram, │
│ + memory Discord, │
│ local) │
│ │
└───────────────────────────────────────────────────────────────────┘
---
hermes gateway install # ติดตั้งเป็น service
# หรือ
hermes gateway # รันใน foreground
---
# ติดตั้ง
brew install gh # macOS
sudo apt install gh # Ubuntu/Debian
# Authenticate
gh auth login
---
hermes
---
Run: gh pr list --repo NousResearch/hermes-agent --state open --limit 3
---
Review this pull request. Read the diff, check for bugs, security issues,
and code quality. Be specific about line numbers and quote problematic code.
Run: gh pr diff 3888 --repo NousResearch/hermes-agent
---
mkdir -p ~/.hermes/skills/code-review
---
---
name: code-review
description: Review pull requests for bugs, security issues, and code quality
---
# Code Review Guidelines
เมื่อรีวิว pull request:
## What to Check
1. **Bugs** - Logic errors, off-by-one, null/undefined handling
2. **Security** - Injection, auth bypass, secrets in code, SSRF
3. **Performance** - N+1 queries, unbounded loops, memory leaks
4. **Style** - Naming conventions, dead code, missing error handling
5. **Tests** - Are changes tested? Do tests cover edge cases?
## Output Format
For each finding:
- **File:Line** - exact location
- **Severity** - Critical / Warning / Suggestion
- **What's wrong** - one sentence
- **Fix** - how to fix it
## Rules
- Be specific. Quote the problematic code.
- Don't flag style nitpicks unless they affect readability.
- If the PR looks good, say so. Don't invent problems.
- End with: APPROVE / REQUEST_CHANGES / COMMENT
---
Remember: In our backend repo, we use Python with FastAPI.
All endpoints must have type annotations and Pydantic models.
We don't allow raw SQL - only SQLAlchemy ORM.
Test files go in tests/ and must use pytest fixtures.
---
Remember: In our frontend repo, we use TypeScript with React.
No `any` types allowed. All components must have props interfaces.
We use React Query for data fetching, never useEffect for API calls.
---
hermes cron create "0 */2 * * *" \
"Check for new open PRs and review them.
Repos to monitor:
- myorg/backend-api
- myorg/frontend-app
Steps:
1. Run: gh pr list --repo REPO --state open --limit 5 --json number,title,author,createdAt
2. For each PR created or updated in the last 4 hours:
- Run: gh pr diff NUMBER --repo REPO
- Review the diff using the code-review guidelines
3. Format output as:
## PR Reviews - today
### [repo] #[number]: [title]
**Author:** [name] | **Verdict:** APPROVE/REQUEST_CHANGES/COMMENT
[findings]
If no new PRs found, say: No new PRs to review." \
--name "pr-review" \
--deliver telegram \
--skill code-review
---
hermes cron list
---
hermes cron run pr-review
---
/cron run pr-review
---
After reviewing, post your review:
- For issues: gh pr review NUMBER --repo REPO --comment --body "YOUR_REVIEW"
- For critical issues: gh pr review NUMBER --repo REPO --request-changes --body "YOUR_REVIEW"
- For clean PRs: gh pr review NUMBER --repo REPO --approve --body "Looks good"
---
hermes cron create "0 9 * * 1" \
"Generate a weekly PR dashboard:
- myorg/backend-api
- myorg/frontend-app
- myorg/infra
For each repo show:
1. Open PR count and oldest PR age
2. PRs merged this week
3. Stale PRs (older than 5 days)
4. PRs with no reviewer assigned
Format as a clean summary." \
--name "weekly-dashboard" \
--deliver telegram
---
hermes gateway status # gateway กำลังทำงานอยู่หรือไม่?
hermes cron list # job ถูกเปิดใช้งานแล้วหรือไม่?
---
brew install llama.cpp
---
brew install huggingface-cli
---
huggingface-cli download unsloth/Qwen3.5-9B-GGUF Qwen3.5-9B-Q4_K_M.gguf --local-dir ~/models
---
llama-server -m ~/models/Qwen3.5-9B-Q4_K_M.gguf \
-ngl 99 \
-c 131072 \
-np 1 \
-fa on \
--cache-type-k q4_0 \
--cache-type-v q4_0 \
--host 0.0.0.0
---
main: server is listening on http://0.0.0.0:8080
srv update_slots: all slots are idle
---
curl -s http://localhost:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen3.5-9B-Q4_K_M.gguf",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 50
}' | jq .choices[0].message.content
---
curl -s http://localhost:8080/v1/models | jq '.data[].id'
---
curl -s http://127.0.0.1:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen3.5-9B-mlx-lm-mxfp4",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 50
}' | jq .choices[0].message.content
---
curl -s http://127.0.0.1:8000/v1/models | jq '.data[].id'
---
hermes model
---
# ในไฟล์ .env - เพิ่มจากค่า default 120s เป็น 30 นาที
HERMES_STREAM_READ_TIMEOUT=1800RAW_BUFFERClick to expand / collapse
📄 guides/cron-troubleshooting.md
sidebar_position: 12 title: "Cron Troubleshooting" description: "Diagnose and fix common Hermes cron issues - jobs not firing, delivery failures, skill loading errors, and performance problems"
Cron Troubleshooting
เมื่อ cron job ทำงานไม่เป็นไปตามที่คาดไว้ ให้ตรวจสอบตามรายการเหล่านี้ตามลำดับ ปัญหาส่วนใหญ่มักแบ่งออกเป็น 4 หมวดหมู่: timing, delivery, permissions, หรือ skill loading
Jobs Not Firing
Check 1: Verify the job exists and is active
hermes cron listให้มองหา job นั้นและยืนยันว่าสถานะเป็น [active] (ไม่ใช่ [paused] หรือ [completed]) หากแสดง [completed] อาจเป็นเพราะจำนวนครั้งที่ทำซ้ำหมดแล้ว - ให้แก้ไข job เพื่อรีเซ็ต
Check 2: Confirm the schedule is correct
หากรูปแบบตารางเวลาผิดพลาด ระบบจะตั้งค่าเป็นแบบครั้งเดียวโดยอัตโนมัติ (one-shot) หรือถูกปฏิเสธทั้งหมด ให้ทดสอบ expression ของคุณ:
| Your expression | Should evaluate to |
|---|---|
0 9 * * * | 9:00 AM every day |
0 9 * * 1 | 9:00 AM every Monday |
every 2h | Every 2 hours from now |
30m | 30 minutes from now |
2025-06-01T09:00:00 | June 1, 2025 at 9:00 AM UTC |
หาก job ทำงานเพียงครั้งเดียวแล้วหายไปจากรายการ นั่นเป็นเพราะเป็นตารางเวลาแบบครั้งเดียว (เช่น 30m, 1d, หรือ ISO timestamp) - ซึ่งเป็นพฤติกรรมที่คาดหวัง
Check 3: Is the gateway running?
Cron jobs ถูกเรียกใช้โดย background ticker thread ของ gateway ซึ่งจะนับทุก 60 วินาที การเปิด CLI chat session ทั่วไปจะ ไม่ เรียกใช้ cron jobs โดยอัตโนมัติ
หากคุณคาดหวังว่า job จะทำงานโดยอัตโนมัติ คุณต้องมี gateway ที่กำลังทำงานอยู่ (hermes gateway หรือ hermes serve) สำหรับการดีบักแบบครั้งเดียว คุณสามารถเรียก tick ด้วยตนเองโดยใช้ hermes cron tick
Check 4: Check the system clock and timezone
Job ใช้ timezone ท้องถิ่น หากนาฬิกาของเครื่องคุณผิดพลาด หรืออยู่ใน timezone ที่แตกต่างจากที่คาดไว้ job จะทำงานในเวลาที่ไม่ถูกต้อง ให้ตรวจสอบ:
date
hermes cron list # Compare next_run times with local timeDelivery Failures
Check 1: Verify the deliver target is correct
Delivery targets มีความอ่อนไหวต่อตัวพิมพ์ใหญ่-เล็ก (case-sensitive) และต้องมีการตั้งค่า platform ที่ถูกต้อง การตั้งค่า target ผิดพลาดจะทำให้ระบบลบ response นั้นไปโดยเงียบๆ
| Target | Requires |
|---|---|
telegram | TELEGRAM_BOT_TOKEN in ~/.hermes/.env |
discord | DISCORD_BOT_TOKEN in ~/.hermes/.env |
slack | SLACK_BOT_TOKEN in ~/.hermes/.env |
whatsapp | WhatsApp gateway configured |
signal | Signal gateway configured |
matrix | Matrix homeserver configured |
email | SMTP configured in config.yaml |
sms | SMS provider configured |
local | Write access to ~/.hermes/cron/output/ |
origin | Delivers to the chat where the job was created |
แพลตฟอร์มที่รองรับอื่น ๆ ได้แก่ mattermost, homeassistant, dingtalk, feishu, wecom, weixin, bluebubbles, qqbot, และ webhook คุณยังสามารถกำหนดเป้าหมายไปยัง chat เฉพาะด้วย syntax platform:chat_id (เช่น telegram:-1001234567890)
หากการส่งมอบล้มเหลว job ก็ยังคงทำงานอยู่ - เพียงแต่จะไม่ส่งไปที่ไหน ให้ตรวจสอบ hermes cron list สำหรับฟิลด์ last_error ที่อัปเดต (ถ้ามี)
Check 2: Check [SILENT] usage
หาก cron job ของคุณไม่มี output หรือ agent ตอบกลับด้วย [SILENT] การส่งมอบจะถูกระงับ นี่เป็นสิ่งที่ตั้งใจสำหรับ jobs ที่ใช้ในการตรวจสอบ (monitoring jobs) - แต่ให้แน่ใจว่า prompt ของคุณไม่ได้ปิดกั้นทุกอย่างโดยไม่ได้ตั้งใจ
Prompt ที่ระบุว่า "respond with [SILENT] if nothing changed" จะกลืนกิน response ที่ไม่ว่างเปล่าโดยเงียบๆ ด้วย ให้ตรวจสอบ logic แบบมีเงื่อนไขของคุณ
Check 3: Platform token permissions
Bot ของแต่ละ messaging platform ต้องการสิทธิ์เฉพาะในการรับข้อความ หากการส่งมอบล้มเหลวโดยเงียบๆ:
- Telegram: Bot ต้องเป็นแอดมินใน group/channel เป้าหมาย
- Discord: Bot ต้องมีสิทธิ์ในการส่งข้อความใน channel เป้าหมาย
- Slack: Bot ต้องถูกเพิ่มเข้าไปใน workspace และมี scope
chat:write
Check 4: Response wrapping
โดยค่าเริ่มต้น cron responses จะถูกห่อด้วย header และ footer (cron.wrap_response: true ใน config.yaml) แพลตฟอร์มหรือ integration บางตัวอาจจัดการเรื่องนี้ได้ไม่ดี หากต้องการปิดใช้งาน:
cron:
wrap_response: falseSkill Loading Failures
Check 1: Verify skills are installed
hermes skills listSkills ต้องได้รับการติดตั้งก่อนจึงจะสามารถแนบกับ cron jobs ได้ หากขาด skill ให้ติดตั้งก่อนโดยใช้ hermes skills install <skill-name> หรือผ่าน /skills ใน CLI
Check 2: Check skill name vs. skill folder name
Skill names มีความอ่อนไหวต่อตัวพิมพ์ใหญ่-เล็ก และต้องตรงกับชื่อ folder ของ skill ที่ติดตั้งไว้ หาก job ของคุณระบุ ai-funding-daily-report แต่ folder skill คือ ai-funding-daily-report ให้ยืนยันชื่อที่แน่นอนจาก hermes skills list
Check 3: Skills that require interactive tools
Cron jobs ทำงานโดยที่ toolsets cronjob, messaging, และ clarify ถูกปิดใช้งาน สิ่งนี้ป้องกันการสร้าง cron แบบวนซ้ำ การส่งข้อความโดยตรง (การส่งมอบจัดการโดย scheduler) และ prompt แบบโต้ตอบ หาก skill พึ่งพา toolsets เหล่านี้ มันจะไม่ทำงานในบริบทของ cron
ให้ตรวจสอบเอกสารของ skill เพื่อยืนยันว่ามันทำงานในโหมด non-interactive (headless)
Check 4: Multi-skill ordering
เมื่อใช้หลาย skills พวกมันจะโหลดตามลำดับ หาก Skill A ต้องพึ่งพา context จาก Skill B ให้แน่ใจว่า B โหลดก่อน:
/cron add "0 9 * * *" "..." --skill context-skill --skill target-skillในตัวอย่างนี้ context-skill จะโหลดก่อน target-skill
Job Errors and Failures
Check 1: Review recent job output
หาก job ทำงานและล้มเหลว คุณอาจเห็น error context ใน:
- Chat ที่ job ส่งมอบ (หากการส่งมอบสำเร็จ)
~/.hermes/logs/agent.logสำหรับข้อความจาก scheduler (หรือerrors.logสำหรับคำเตือน)- metadata
last_runของ job ผ่านhermes cron list
Check 2: Common error patterns
"No such file or directory" สำหรับ scripts
Path ของ script ต้องเป็น absolute path (หรือ relative to the Hermes config directory) ให้ตรวจสอบ:
ls ~/.hermes/scripts/your-script.py # Must exist
hermes cron edit <job_id> --script ~/.hermes/scripts/your-script.py"Skill not found" เมื่อรัน job
Skill ต้องได้รับการติดตั้งบนเครื่องที่รัน scheduler หากคุณย้ายระหว่างเครื่อง Skill จะไม่ซิงค์โดยอัตโนมัติ - ให้ติดตั้งใหม่ด้วย hermes skills install <skill-name>
Job ทำงานแต่ไม่ส่งมอบอะไรเลย
น่าจะเป็นปัญหาที่ delivery target (ดู Delivery Failures ข้างต้น) หรือ response ที่ถูกระงับโดยเงียบๆ ([SILENT])
Job ค้างหรือหมดเวลา
Scheduler ใช้ timeout ที่อิงตามความไม่เคลื่อนไหว (default 600s, กำหนดค่าได้ผ่าน env var HERMES_CRON_TIMEOUT, 0 สำหรับไม่จำกัด) Agent สามารถทำงานได้ตราบเท่าที่มันเรียกใช้ tools อยู่ - ตัวจับเวลาจะทำงานหลังจากไม่มีกิจกรรมเป็นเวลานาน Job ที่ทำงานนานควรใช้ scripts ในการจัดการการรวบรวมข้อมูล และส่งมอบเฉพาะผลลัพธ์เท่านั้น
Check 3: Lock contention
Scheduler ใช้ file-based locking เพื่อป้องกันการนับที่ทับซ้อนกัน หากมี gateway instance สองตัวทำงานอยู่ (หรือ CLI session ขัดแย้งกับ gateway) job อาจล่าช้าหรือถูกข้าม
Kill duplicate gateway processes:
ps aux | grep hermes
# Kill duplicate processes, keep only oneCheck 4: Permissions on jobs.json
Jobs ถูกเก็บไว้ใน ~/.hermes/cron/jobs.json หากไฟล์นี้ไม่สามารถอ่าน/เขียนได้โดย user ของคุณ scheduler จะล้มเหลวโดยเงียบๆ:
ls -la ~/.hermes/cron/jobs.json
chmod 600 ~/.hermes/cron/jobs.json # Your user should own itPerformance Issues
Slow job startup
cron job แต่ละตัวจะสร้าง AIAgent session ใหม่ ซึ่งอาจเกี่ยวข้องกับการตรวจสอบสิทธิ์ของ provider และการโหลด model สำหรับตารางเวลาที่ต้องการความรวดเร็ว ให้เพิ่ม buffer time (เช่น 0 8 * * * แทนที่จะเป็น 0 9 * * *)
Too many overlapping jobs
Scheduler จะรัน jobs ตามลำดับภายในแต่ละ tick หากมีหลาย job กำหนดเวลาให้ทำงานพร้อมกัน พวกมันจะทำงานทีละตัว ให้พิจารณาการจัดตารางเวลาให้ห่างกัน (เช่น 0 9 * * * และ 5 9 * * * แทนที่จะเป็นทั้งคู่ที่ 0 9 * * *) เพื่อหลีกเลี่ยงความล่าช้า
Large script output
Scripts ที่ dump output เป็นเมกะไบต์จะทำให้ agent ช้าลงและอาจถึงขีดจำกัดของ token ให้กรอง/สรุปที่ระดับ script - ส่งออกเฉพาะสิ่งที่ agent ต้องการใช้ในการให้เหตุผลเท่านั้น
Diagnostic Commands
hermes cron list # Show all jobs, states, next_run times
hermes cron run <job_id> # Schedule for next tick (for testing)
hermes cron edit <job_id> # Fix configuration issues
hermes logs # View recent Hermes logs
hermes skills list # Verify installed skillsGetting More Help
หากคุณได้ทำตามคู่มือนี้แล้วและปัญหายังคงอยู่:
- รัน job ด้วย
hermes cron run <job_id>(จะทำงานใน next gateway tick) และสังเกตข้อผิดพลาดใน chat output - ตรวจสอบ
~/.hermes/logs/agent.logสำหรับข้อความจาก scheduler และ~/.hermes/logs/errors.logสำหรับคำเตือน - เปิด issue ที่ github.com/NousResearch/hermes-agent พร้อมข้อมูล:
- The job ID and schedule
- The delivery target
- What you expected vs. what happened
- Relevant error messages from the logs
สำหรับข้อมูลอ้างอิง cron ฉบับสมบูรณ์ ดูที่ Automate Anything with Cron และ Scheduled Tasks (Cron).
📄 guides/daily-briefing-bot.md
sidebar_position: 3 title: "Tutorial: Daily Briefing Bot" description: "Build an automated daily briefing bot that researches topics, summarizes findings, and delivers them to Telegram or Discord every morning"
บทช่วยสอน: สร้าง Daily Briefing Bot
ในบทช่วยสอนนี้ คุณจะได้สร้าง personal briefing bot ที่จะทำงานทุกเช้า ทำการค้นคว้าหัวข้อที่คุณสนใจ สรุปผลการค้นคว้า และส่งสรุปสั้นๆ ไปยัง Telegram หรือ Discord ของคุณโดยตรง
เมื่อทำเสร็จแล้ว คุณจะได้ workflow อัตโนมัติเต็มรูปแบบ ซึ่งรวมเอา web search, cron scheduling, delegation, และ messaging delivery เข้าด้วยกัน โดยที่ไม่ต้องเขียนโค้ดเลย
What We're Building
นี่คือขั้นตอนการทำงาน:
- 8:00 AM - cron scheduler จะเรียกใช้ job ของคุณ
- Hermes spins up agent session ใหม่พร้อม prompt ของคุณ
- Web search ดึงข่าวสารล่าสุดเกี่ยวกับหัวข้อของคุณ
- Summarization กลั่นกรองข้อมูลเหล่านั้นให้เป็นรูปแบบ briefing ที่สะอาดตา
- Delivery ส่ง briefing ไปยัง Telegram หรือ Discord ของคุณ
ระบบทั้งหมดนี้ทำงานได้โดยไม่ต้องดูแล คุณแค่สามารถอ่าน briefing ของคุณพร้อมกับกาแฟยามเช้าเท่านั้น
Prerequisites
ก่อนเริ่มต้น โปรดตรวจสอบให้แน่ใจว่าคุณมี:
- Hermes Agent installed - ดูที่ Installation guide
- Gateway running - daemon gateway จะจัดการการรัน cron:
hermes gateway install # ติดตั้งเป็น user service sudo hermes gateway install --system # Linux servers: boot-time system service # หรือ hermes gateway # รันใน foreground - Firecrawl API key - ตั้งค่า
FIRECRAWL_API_KEYใน environment ของคุณสำหรับการ web search - Messaging configured (ไม่บังคับแต่แนะนำ) - ตั้งค่า Telegram หรือ Discord ด้วย home channel
:::tip ไม่มี Messaging? ไม่เป็นไร
คุณยังคงทำตามบทช่วยสอนนี้ได้โดยใช้ deliver: "local" Briefings จะถูกบันทึกไว้ที่ ~/.hermes/cron/output/ และคุณสามารถอ่านได้ตลอดเวลา
:::
Step 1: Test the Workflow Manually
ก่อนที่จะทำให้เป็นระบบอัตโนมัติใดๆ เรามาตรวจสอบให้แน่ใจก่อนว่า briefing ทำงานได้ เริ่มต้นเซสชันแชท:
hermesจากนั้นป้อน prompt นี้:
Search for the latest news about AI agents and open source LLMs.
Summarize the top 3 stories in a concise briefing format with links.Hermes จะทำการค้นหาบนเว็บ อ่านผลลัพธ์ และสร้างผลลัพธ์ที่คล้ายกับ:
☀️ Your AI Briefing — March 8, 2026
1. Qwen 3 Released with 235B Parameters
Alibaba's latest open-weight model matches GPT-4.5 on several
benchmarks while remaining fully open source.
→ https://qwenlm.github.io/blog/qwen3/
2. LangChain Launches Agent Protocol Standard
A new open standard for agent-to-agent communication gains
adoption from 15 major frameworks in its first week.
→ https://blog.langchain.dev/agent-protocol/
3. EU AI Act Enforcement Begins for General-Purpose Models
The first compliance deadlines hit, with open source models
receiving exemptions under the 10M parameter threshold.
→ https://artificialintelligenceact.eu/updates/
---
3 stories • Sources searched: 8 • Generated by Hermes Agentถ้าสิ่งนี้ใช้งานได้ คุณก็พร้อมที่จะทำให้มันเป็นระบบอัตโนมัติ
:::tip ลองปรับปรุงรูปแบบ ลองใช้ prompts ที่แตกต่างกันจนกว่าจะได้ผลลัพธ์ที่คุณชอบ เพิ่มคำสั่งเช่น "ใช้ emoji headers" หรือ "ให้แต่ละสรุปไม่เกิน 2 ประโยค" สิ่งที่คุณตัดสินใจใช้จะถูกใส่เข้าไปใน cron job :::
Step 2: Create the Cron Job
ตอนนี้เรามาตั้งเวลาให้มันทำงานโดยอัตโนมัติทุกเช้า คุณสามารถทำได้สองวิธี
ก่อนสร้าง cron jobs โปรดตรวจสอบให้แน่ใจว่า Hermes ได้ตั้งค่า default model และ provider ไว้ทั่วโลก หากคุณต้องการให้ job เฉพาะใช้ค่าที่แตกต่างกัน ให้กำหนด model/provider overrides ที่ชัดเจนเมื่อสร้างมัน
Option A: Natural Language (in chat)
เพียงแค่บอก Hermes ว่าคุณต้องการอะไร:
Every morning at 8am, search the web for the latest news about AI agents
and open source LLMs. Summarize the top 3 stories in a concise briefing
with links. Use a friendly, professional tone. Deliver to telegram.Hermes จะสร้าง cron job ให้คุณโดยใช้เครื่องมือ cronjob แบบรวม
Option B: CLI Slash Command
ใช้คำสั่ง /cron เพื่อควบคุมได้มากขึ้น:
/cron add "0 8 * * *" "Search the web for the latest news about AI agents and open source LLMs. Find at least 5 recent articles from the past 24 hours. Summarize the top 3 most important stories in a concise daily briefing format. For each story include: a clear headline, a 2-sentence summary, and the source URL. Use a friendly, professional tone. Format with emoji bullet points and end with a total story count."The Golden Rule: Self-Contained Prompts
:::warning แนวคิดที่สำคัญ Cron jobs ทำงานใน เซสชันที่สดใหม่โดยสมบูรณ์ - ไม่มีหน่วยความจำจากการสนทนาครั้งก่อนของคุณ ไม่มีบริบทว่าคุณ "ตั้งค่าอะไรไว้ก่อนหน้านี้" Prompt ของคุณต้องมี ทุกอย่าง ที่ agent ต้องการเพื่อทำงานนั้น :::
Bad prompt:
Do my usual morning briefing.Good prompt:
Search the web for the latest news about AI agents and open source LLMs.
Find at least 5 recent articles from the past 24 hours. Summarize the
top 3 most important stories in a concise daily briefing format. For each
story include: a clear headline, a 2-sentence summary, and the source URL.
Use a friendly, professional tone. Format with emoji bullet points.Good prompt จะระบุอย่างชัดเจนเกี่ยวกับ สิ่งที่ต้องค้นหา, จำนวนบทความ, รูปแบบ, และ โทนเสียง มันคือทุกสิ่งที่ agent ต้องการในครั้งเดียว
Step 3: Customize the Briefing
เมื่อ basic briefing ทำงานได้แล้ว คุณก็สามารถสร้างสรรค์ได้
Multi-Topic Briefings
ครอบคลุมหลายหัวข้อใน briefing เดียว:
/cron add "0 8 * * *" "Create a morning briefing covering three topics. For each topic, search the web for recent news from the past 24 hours and summarize the top 2 stories with links.
Topics:
1. AI and machine learning - focus on open source models and agent frameworks
2. Cryptocurrency - focus on Bitcoin, Ethereum, and regulatory news
3. Space exploration - focus on SpaceX, NASA, and commercial space
Format as a clean briefing with section headers and emoji. End with today's date and a motivational quote."Using Delegation for Parallel Research
สำหรับ briefing ที่รวดเร็วยิ่งขึ้น ให้บอก Hermes ให้ delegate แต่ละหัวข้อไปยัง sub-agent:
/cron add "0 8 * * *" "Create a morning briefing by delegating research to sub-agents. Delegate three parallel tasks:
1. Delegate: Search for the top 2 AI/ML news stories from the past 24 hours with links
2. Delegate: Search for the top 2 cryptocurrency news stories from the past 24 hours with links
3. Delegate: Search for the top 2 space exploration news stories from the past 24 hours with links
Collect all results and combine them into a single clean briefing with section headers, emoji formatting, and source links. Add today's date as a header."sub-agent แต่ละตัวจะค้นหาอย่างอิสระและแบบขนาน จากนั้น main agent จะรวบรวมทุกอย่างให้เป็น briefing ที่สมบูรณ์ ดู Delegation docs สำหรับรายละเอียดเพิ่มเติมว่าสิ่งนี้ทำงานอย่างไร
Weekday-Only Schedule
ไม่ต้องการ briefing ในวันหยุดสุดสัปดาห์ใช่ไหม? ใช้ cron expression ที่กำหนดเป้าหมายวันจันทร์-ศุกร์:
/cron add "0 8 * * 1-5" "Search for the latest AI and tech news..."Twice-Daily Briefings
รับภาพรวมยามเช้าและการสรุปยามเย็น:
/cron add "0 8 * * *" "Morning briefing: search for AI news from the past 12 hours..."
/cron add "0 18 * * *" "Evening recap: search for AI news from the past 12 hours..."Adding Personal Context with Memory
หากคุณเปิดใช้งาน memory คุณสามารถจัดเก็บ preferences ที่คงอยู่ข้ามเซสชันได้ แต่โปรดจำไว้ว่า - cron jobs ทำงานในเซสชันที่สดใหม่โดยไม่มีหน่วยความจำจากการสนทนา ในการเพิ่ม personal context ให้ฝังมันลงใน prompt โดยตรง:
/cron add "0 8 * * *" "You are creating a briefing for a senior ML engineer who cares about: PyTorch ecosystem, transformer architectures, open-weight models, and AI regulation in the EU. Skip stories about product launches or funding rounds unless they involve open source.
Search for the latest news on these topics. Summarize the top 3 stories with links. Be concise and technical - this reader doesn't need basic explanations.":::tip ปรับแต่ง persona การรวมรายละเอียดว่า briefing นี้ สำหรับใคร ช่วยเพิ่มความเกี่ยวข้องได้อย่างมาก บอก agent เกี่ยวกับบทบาท ความสนใจ และสิ่งที่ควรข้าม :::
Step 4: Manage Your Jobs
List All Scheduled Jobs
ใน chat:
/cron listหรือจาก terminal:
hermes cron listคุณจะเห็นผลลัพธ์เช่น:
ID | Name | Schedule | Next Run | Deliver
------------|-------------------|-------------|--------------------|--------
a1b2c3d4 | Morning Briefing | 0 8 * * * | 2026-03-09 08:00 | telegram
e5f6g7h8 | Evening Recap | 0 18 * * * | 2026-03-08 18:00 | telegramRemove a Job
ใน chat:
/cron remove a1b2c3d4หรือถามแบบสนทนา:
Remove my morning briefing cron job.Hermes จะใช้ cronjob(action="list") เพื่อค้นหาและ cronjob(action="remove") เพื่อลบมัน
Check Gateway Status
ตรวจสอบให้แน่ใจว่า scheduler กำลังทำงานอยู่:
hermes cron statusหาก gateway ไม่ได้ทำงาน job ของคุณจะไม่ถูกดำเนินการ ติดตั้งมันเป็น background service เพื่อความน่าเชื่อถือ:
hermes gateway install
# หรือบน Linux servers
sudo hermes gateway install --systemGoing Further
คุณได้สร้าง daily briefing bot ที่ใช้งานได้แล้ว นี่คือทิศทางบางอย่างที่คุณสามารถสำรวจต่อไปได้:
- Scheduled Tasks (Cron) - ข้อมูลอ้างอิงฉบับเต็มสำหรับรูปแบบตารางเวลา, ข้อจำกัดการทำซ้ำ, และตัวเลือกการส่งมอบ
- Delegation - เจาะลึก workflow sub-agent แบบขนาน
- Messaging Platforms - ตั้งค่า Telegram, Discord, หรือปลายทางการส่งมอบอื่น ๆ
- Memory - บริบทที่คงอยู่ข้ามเซสชัน
- Tips & Best Practices - คำแนะนำเพิ่มเติมด้าน prompt engineering
:::tip คุณสามารถตั้งเวลาอะไรได้อีก? รูปแบบ briefing bot ใช้ได้กับทุกอย่าง: การติดตามคู่แข่ง, สรุป repo GitHub, พยากรณ์อากาศ, การติดตามพอร์ตโฟลิโอ, การตรวจสอบสถานะเซิร์ฟเวอร์, หรือแม้แต่เรื่องตลกประจำวัน หากคุณสามารถอธิบายมันใน prompt ได้ คุณก็สามารถตั้งเวลาให้มันได้ :::
📄 guides/delegation-patterns.md
sidebar_position: 13 title: "Delegation & Parallel Work" description: "เมื่อไหร่และอย่างไรในการใช้ subagent delegation - patterns สำหรับการวิจัยแบบขนาน, code review, และงานหลายไฟล์"
Delegation & Parallel Work
Hermes สามารถสร้าง child agents ที่แยกตัวออกมาเพื่อทำงานใน tasks เหล่านั้นแบบขนานได้ subagent แต่ละตัวจะได้รับ conversation, terminal session, และ toolset เป็นของตัวเอง มีเพียง final summary เท่านั้นที่ส่งกลับมา ส่วน intermediate tool calls จะไม่เข้าสู่ context window ของคุณ
สำหรับการอ้างอิงฟีเจอร์ทั้งหมด ดูที่ Subagent Delegation
When to Delegate
ตัวเลือกที่ดีสำหรับการมอบหมายงาน:
- subtasks ที่ต้องใช้การคิดวิเคราะห์สูง (เช่น debugging, code review, research synthesis)
- tasks ที่จะทำให้ context ของคุณเต็มไปด้วยข้อมูลระหว่างทาง
- workstreams ที่เป็นอิสระและทำงานขนานกัน (เช่น การวิจัย A และ B พร้อมกัน)
- tasks ที่ต้องการให้ agent เข้าถึงโดยไม่มีอคติ (fresh-context)
ควรใช้สิ่งอื่นแทน:
- การเรียกใช้ tool ครั้งเดียว -> ใช้ tool นั้นโดยตรงเลย
- งานหลายขั้นตอนแบบกลไกที่มี logic ระหว่างขั้นตอน ->
execute_code - tasks ที่ต้องมีการโต้ตอบกับผู้ใช้ -> subagents ไม่สามารถใช้
clarifyได้ - การแก้ไขไฟล์แบบรวดเร็ว -> ทำด้วยตัวเองโดยตรง
Pattern: Parallel Research
ทำการวิจัยสามหัวข้อพร้อมกันและรับ structured summaries กลับมา:
Research these three topics in parallel:
1. Current state of WebAssembly outside the browser
2. RISC-V server chip adoption in 2025
3. Practical quantum computing applications
Focus on recent developments and key players.เบื้องหลัง Hermes ใช้:
delegate_task(tasks=[
{
"goal": "Research WebAssembly outside the browser in 2025",
"context": "Focus on: runtimes (Wasmtime, Wasmer), cloud/edge use cases, WASI progress",
"toolsets": ["web"]
},
{
"goal": "Research RISC-V server chip adoption",
"context": "Focus on: server chips shipping, cloud providers adopting, software ecosystem",
"toolsets": ["web"]
},
{
"goal": "Research practical quantum computing applications",
"context": "Focus on: error correction breakthroughs, real-world use cases, key companies",
"toolsets": ["web"]
}
])ทั้งสามส่วนจะทำงานพร้อมกัน subagent แต่ละตัวจะค้นหาข้อมูลบน web อย่างอิสระและส่งคืน summary จากนั้น parent agent จะสังเคราะห์ข้อมูลเหล่านั้นให้เป็นรายงานที่สอดคล้องกัน
Pattern: Code Review
มอบหมายการตรวจสอบความปลอดภัยให้กับ subagent fresh-context ที่เข้าถึงโค้ดโดยไม่มีความเข้าใจล่วงหน้า:
Review the authentication module at src/auth/ for security issues.
Check for SQL injection, JWT validation problems, password handling,
and session management. Fix anything you find and run the tests.สิ่งสำคัญคือ field context — ต้องรวมทุกสิ่งที่ subagent ต้องการ:
delegate_task(
goal="Review src/auth/ for security issues and fix any found",
context="""Project at /home/user/webapp. Python 3.11, Flask, PyJWT, bcrypt.
Auth files: src/auth/login.py, src/auth/jwt.py, src/auth/middleware.py
Test command: pytest tests/auth/ -v
Focus on: SQL injection, JWT validation, password hashing, session management.
Fix issues found and verify tests pass.""",
toolsets=["terminal", "file"]
):::warning The Context Problem Subagents ไม่รู้ อะไรเลย เกี่ยวกับ conversation ของคุณ พวกมันเริ่มต้นใหม่ทั้งหมด หากคุณมอบหมายงานว่า "แก้ไข bug ที่เรากำลังคุยกันอยู่" subagent จะไม่รู้ว่าคุณหมายถึง bug อะไร โปรดระบุ file paths, error messages, project structure, และ constraints อย่างชัดเจนเสมอ :::
Pattern: Compare Alternatives
ประเมินแนวทางหลายอย่างสำหรับปัญหาเดียวกันแบบขนาน จากนั้นเลือกแนวทางที่ดีที่สุด:
I need to add full-text search to our Django app. Evaluate three approaches
in parallel:
1. PostgreSQL tsvector (built-in)
2. Elasticsearch via django-elasticsearch-dsl
3. Meilisearch via meilisearch-python
For each: setup complexity, query capabilities, resource requirements,
and maintenance overhead. Compare them and recommend one.subagent แต่ละตัวจะวิจัยตัวเลือกหนึ่งอย่างอิสระ เนื่องจากพวกมันถูกแยกออกจากกัน จึงไม่มีการปนเปื้อนข้าม (cross-contamination) — การประเมินแต่ละครั้งจึงมีคุณค่าในตัวเอง parent agent จะได้รับ summary ทั้งสามและทำการเปรียบเทียบ
Pattern: Multi-File Refactoring
แบ่งงาน refactoring ขนาดใหญ่ไปยัง subagents แบบขนาน โดยแต่ละตัวรับผิดชอบส่วนที่แตกต่างกันของ codebase:
delegate_task(tasks=[
{
"goal": "Refactor all API endpoint handlers to use the new response format",
"context": """Project at /home/user/api-server.
Files: src/handlers/users.py, src/handlers/auth.py, src/handlers/billing.py
Old format: return {"data": result, "status": "ok"}
New format: return APIResponse(data=result, status=200).to_dict()
Import: from src.responses import APIResponse
Run tests after: pytest tests/handlers/ -v""",
"toolsets": ["terminal", "file"]
},
{
"goal": "Update all client SDK methods to handle the new response format",
"context": """Project at /home/user/api-server.
Files: sdk/python/client.py, sdk/python/models.py
Old parsing: result = response.json()["data"]
New parsing: result = response.json()["data"] (same key, but add status code checking)
Also update sdk/python/tests/test_client.py""",
"toolsets": ["terminal", "file"]
},
{
"goal": "Update API documentation to reflect the new response format",
"context": """Project at /home/user/api-server.
Docs at: docs/api/. Format: Markdown with code examples.
Update all response examples from old format to new format.
Add a 'Response Format' section to docs/api/overview.md explaining the schema.""",
"toolsets": ["terminal", "file"]
}
]):::tip subagent แต่ละตัวจะได้รับ terminal session เป็นของตัวเอง พวกมันสามารถทำงานใน project directory เดียวกันได้โดยไม่รบกวนกัน — ตราบใดที่พวกมันกำลังแก้ไขไฟล์ที่แตกต่างกัน หากมีโอกาสที่ subagents สองตัวจะแตะไฟล์เดียวกัน ให้จัดการไฟล์นั้นด้วยตัวเองหลังจากที่งานแบบขนานเสร็จสมบูรณ์ :::
Pattern: Gather Then Analyze
ใช้ execute_code สำหรับการรวบรวมข้อมูลแบบกลไก จากนั้นมอบหมายการวิเคราะห์ที่ต้องใช้การคิดวิเคราะห์สูง:
# Step 1: Mechanical gathering (execute_code is better here - no reasoning needed)
execute_code("""
from hermes_tools import web_search, web_extract
results = []
for query in ["AI funding Q1 2026", "AI startup acquisitions 2026", "AI IPOs 2026"]:
r = web_search(query, limit=5)
for item in r["data"]["web"]:
results.append({"title": item["title"], "url": item["url"], "desc": item["description"]})
# Extract full content from top 5 most relevant
urls = [r["url"] for r in results[:5]]
content = web_extract(urls)
# Save for the analysis step
import json
with open("/tmp/ai-funding-data.json", "w") as f:
json.dump({"search_results": results, "extracted": content["results"]}, f)
print(f"Collected {len(results)} results, extracted {len(content['results'])} pages")
""")
# Step 2: Reasoning-heavy analysis (delegation is better here)
delegate_task(
goal="Analyze AI funding data and write a market report",
context="""Raw data at /tmp/ai-funding-data.json contains search results and
extracted web pages about AI funding, acquisitions, and IPOs in Q1 2026.
Write a structured market report: key deals, trends, notable players,
and outlook. Focus on deals over $100M.""",
toolsets=["terminal", "file"]
)นี่มักจะเป็น pattern ที่มีประสิทธิภาพที่สุด: execute_code จัดการการเรียกใช้ tool แบบลำดับ 10+ ได้อย่างประหยัด จากนั้น subagent จะทำงาน reasoning task ที่มีราคาสูงเพียงครั้งเดียวด้วย context ที่สะอาด
Toolset Selection
เลือก toolsets ตามสิ่งที่ subagent ต้องการ:
| Task type | Toolsets | Why |
|---|---|---|
| Web research | ["web"] | web_search + web_extract เท่านั้น |
| Code work | ["terminal", "file"] | การเข้าถึง Shell + การดำเนินการไฟล์ |
| Full-stack | ["terminal", "file", "web"] | ทุกอย่างยกเว้น messaging |
| Read-only analysis | ["file"] | อ่านไฟล์ได้อย่างเดียว ไม่มี shell |
การจำกัด toolsets ช่วยให้ subagent มีสมาธิและป้องกัน side effects โดยไม่ได้ตั้งใจ (เช่น subagent วิจัยที่รัน shell commands)
Constraints
- Default 3 parallel tasks — โดยค่าเริ่มต้นจะใช้ subagents พร้อมกัน 3 ตัว (สามารถกำหนดค่าได้ผ่าน
delegation.max_concurrent_childrenใน config.yaml - ไม่มีขีดจำกัดสูงสุดที่แน่นอน มีเพียงขีดจำกัดต่ำสุดที่ 1) - Nested delegation is opt-in — leaf subagents (ค่าเริ่มต้น) ไม่สามารถเรียกใช้
delegate_task,clarify,memory,send_message, หรือexecute_codeได้ subagents ประเภท Orchestrator (role="orchestrator") ยังคงสามารถใช้delegate_taskสำหรับการมอบหมายงานเพิ่มเติมได้ แต่เฉพาะเมื่อdelegation.max_spawn_depthถูกเพิ่มขึ้นจากค่าเริ่มต้น 1 (รองรับ 1-3); อีกสี่ตัวยังคงถูกบล็อก ปิดการใช้งานทั่วโลกผ่านdelegation.orchestrator_enabled: false - Separate terminals — subagent แต่ละตัวจะได้รับ terminal session เป็นของตัวเองพร้อม working directory และ state ที่แยกจากกัน
- No conversation history — subagents จะเห็นเฉพาะ
goalและcontextที่ parent agent ส่งมาเมื่อเรียกใช้delegate_task - Default 50 iterations — ตั้งค่า
max_iterationsให้ต่ำลงสำหรับ tasks ง่ายๆ เพื่อประหยัดค่าใช้จ่าย
Tips
ระบุ goals ให้ชัดเจน "Fix the bug" นั้นคลุมเครือเกินไป "Fix the TypeError in api/handlers.py line 47 where process_request() receives None from parse_body()" ให้ข้อมูลเพียงพอแก่ subagent ในการทำงาน
รวม file paths Subagents ไม่รู้ project structure ของคุณเสมอไป โปรดรวม absolute paths ไปยังไฟล์ที่เกี่ยวข้อง, project root, และ test command เสมอ
ใช้ delegation เพื่อแยก context บางครั้งคุณต้องการมุมมองที่สดใหม่ การมอบหมายงานจะบังคับให้คุณระบุปัญหาอย่างชัดเจน และ subagent จะเข้าถึงปัญหานั้นโดยไม่มีสมมติฐานที่สะสมมาจากการสนทนาของคุณ
ตรวจสอบ results summary ของ subagent ก็คือ summary เท่านั้น หาก subagent บอกว่า "fixed the bug and tests pass" ให้ตรวจสอบด้วยการรัน tests ด้วยตัวเอง หรืออ่าน diff
สำหรับการอ้างอิง delegation ฉบับสมบูรณ์ — พารามิเตอร์ทั้งหมด, ACP integration, และการกำหนดค่าขั้นสูง — ดูที่ Subagent Delegation.
📄 guides/github-pr-review-agent.md
sidebar_position: 10 title: "Tutorial: GitHub PR Review Agent" description: "Build an automated AI code reviewer that monitors your repos, reviews pull requests, and delivers feedback - hands-free"
Tutorial: Build a GitHub PR Review Agent
ปัญหาที่พบ: ทีมของคุณเปิด PRs เร็วกว่าที่คุณจะตรวจทานได้ PRs จึงค้างเป็นวันๆ รอคนมาดู นักพัฒนาจูเนียร์รวมโค้ดที่มีบั๊กเพราะไม่มีใครมีเวลาตรวจสอบ คุณต้องใช้เวลาช่วงเช้าไปกับการตามดู diff แทนที่จะใช้เวลาไปกับการพัฒนา
วิธีแก้ปัญหา: AI agent ที่คอยเฝ้าดู repos ของคุณตลอด 24 ชั่วโมง ตรวจสอบ PR ใหม่ทุกรายการเพื่อหาบั๊ก ปัญหาด้านความปลอดภัย และคุณภาพโค้ด พร้อมส่งสรุปให้คุณ - ทำให้คุณใช้เวลาไปกับ PRs ที่จำเป็นต้องใช้การตัดสินใจจากมนุษย์จริงๆ เท่านั้น
สิ่งที่คุณจะได้สร้าง:
┌───────────────────────────────────────────────────────────────────┐
│ │
│ Cron Timer ──▶ Hermes Agent ──▶ GitHub API ──▶ Review │
│ (every 2h) + gh CLI (PR diffs) delivery │
│ + skill (Telegram, │
│ + memory Discord, │
│ local) │
│ │
└───────────────────────────────────────────────────────────────────┘คู่มือนี้ใช้ cron jobs เพื่อตรวจสอบ PRs ตามตารางเวลา - ไม่จำเป็นต้องมี server หรือ public endpoint ทำงานได้แม้หลัง NAT และ firewalls
:::tip ต้องการการรีวิวแบบเรียลไทม์แทนหรือไม่? หากคุณมี public endpoint ให้ใช้งาน ลองดู Automated GitHub PR Comments with Webhooks - GitHub จะส่ง events ไปให้ Hermes ทันทีเมื่อมีการเปิดหรืออัปเดต PR :::
Prerequisites
- Hermes Agent installed - ดูที่ Installation guide
- Gateway สำหรับ cron jobs ที่ทำงานอยู่:
hermes gateway install # ติดตั้งเป็น service # หรือ hermes gateway # รันใน foreground - GitHub CLI (
gh) ติดตั้งและ authenticated แล้ว:# ติดตั้ง brew install gh # macOS sudo apt install gh # Ubuntu/Debian # Authenticate gh auth login - ตั้งค่า Messaging (ทางเลือก) - Telegram หรือ Discord
:::tip ไม่มี messaging? ไม่เป็นไร
ใช้ deliver: "local" เพื่อบันทึกรีวิวไปยัง ~/.hermes/cron/output/. เหมาะสำหรับการทดสอบก่อนที่จะเชื่อมต่อระบบแจ้งเตือน
:::
Step 1: Verify the Setup
ตรวจสอบให้แน่ใจว่า Hermes สามารถเข้าถึง GitHub ได้ เริ่มแชท:
hermesทดสอบด้วยคำสั่งง่ายๆ:
Run: gh pr list --repo NousResearch/hermes-agent --state open --limit 3คุณควรเห็นรายการ PRs ที่เปิดอยู่ ถ้าทำได้ แสดงว่าคุณพร้อมแล้ว
Step 2: Try a Manual Review
ในแชทเดิม ให้ขอให้ Hermes รีวิว PR จริง:
Review this pull request. Read the diff, check for bugs, security issues,
and code quality. Be specific about line numbers and quote problematic code.
Run: gh pr diff 3888 --repo NousResearch/hermes-agentHermes จะ:
- Execute
gh pr diffเพื่อดึงการเปลี่ยนแปลงโค้ด - อ่าน diff ทั้งหมด
- สร้างรีวิวที่มีโครงสร้างพร้อมการค้นพบที่เฉพาะเจาะจง
หากคุณพอใจกับคุณภาพ ก็ถึงเวลาทำให้เป็นระบบอัตโนมัติ
Step 3: Create a Review Skill
Skill จะมอบแนวทางการรีวิวที่สม่ำเสมอให้ Hermes ซึ่งจะคงอยู่แม้ในระหว่างเซสชันและรอบ cron job หากไม่มี skill คุณภาพการรีวิวก็จะแตกต่างกันไป
mkdir -p ~/.hermes/skills/code-reviewสร้างไฟล์ ~/.hermes/skills/code-review/SKILL.md:
---
name: code-review
description: Review pull requests for bugs, security issues, and code quality
---
# Code Review Guidelines
เมื่อรีวิว pull request:
## What to Check
1. **Bugs** - Logic errors, off-by-one, null/undefined handling
2. **Security** - Injection, auth bypass, secrets in code, SSRF
3. **Performance** - N+1 queries, unbounded loops, memory leaks
4. **Style** - Naming conventions, dead code, missing error handling
5. **Tests** - Are changes tested? Do tests cover edge cases?
## Output Format
For each finding:
- **File:Line** - exact location
- **Severity** - Critical / Warning / Suggestion
- **What's wrong** - one sentence
- **Fix** - how to fix it
## Rules
- Be specific. Quote the problematic code.
- Don't flag style nitpicks unless they affect readability.
- If the PR looks good, say so. Don't invent problems.
- End with: APPROVE / REQUEST_CHANGES / COMMENTตรวจสอบว่าโหลดสำเร็จ - เริ่ม hermes และคุณควรเห็น code-review ในรายการ skills เมื่อเริ่มทำงาน
Step 4: Teach It Your Conventions
นี่คือสิ่งที่ทำให้ reviewer มีประโยชน์จริงๆ เริ่มเซสชันและสอนมาตรฐานของทีมคุณให้ Hermes:
Remember: In our backend repo, we use Python with FastAPI.
All endpoints must have type annotations and Pydantic models.
We don't allow raw SQL - only SQLAlchemy ORM.
Test files go in tests/ and must use pytest fixtures.Remember: In our frontend repo, we use TypeScript with React.
No `any` types allowed. All components must have props interfaces.
We use React Query for data fetching, never useEffect for API calls.ความทรงจำเหล่านี้จะคงอยู่ตลอดไป - reviewer จะบังคับใช้ convention ของคุณโดยไม่ต้องบอกทุกครั้ง
Step 5: Create the Automated Cron Job
ตอนนี้ให้เชื่อมทุกอย่างเข้าด้วยกัน สร้าง cron job ที่ทำงานทุก 2 ชั่วโมง:
hermes cron create "0 */2 * * *" \
"Check for new open PRs and review them.
Repos to monitor:
- myorg/backend-api
- myorg/frontend-app
Steps:
1. Run: gh pr list --repo REPO --state open --limit 5 --json number,title,author,createdAt
2. For each PR created or updated in the last 4 hours:
- Run: gh pr diff NUMBER --repo REPO
- Review the diff using the code-review guidelines
3. Format output as:
## PR Reviews - today
### [repo] #[number]: [title]
**Author:** [name] | **Verdict:** APPROVE/REQUEST_CHANGES/COMMENT
[findings]
If no new PRs found, say: No new PRs to review." \
--name "pr-review" \
--deliver telegram \
--skill code-reviewตรวจสอบว่ามีการตั้งเวลาแล้ว:
hermes cron listตารางเวลาที่มีประโยชน์อื่นๆ
| Schedule | เมื่อไหร่ |
|---|---|
0 */2 * * * | ทุก 2 ชั่วโมง |
0 9,13,17 * * 1-5 | วันละสามครั้ง เฉพาะวันธรรมดา |
0 9 * * 1 | สรุปประจำสัปดาห์วันจันทร์ |
30m | ทุก 30 นาที (สำหรับ repos ที่มีการใช้งานสูง) |
Step 6: Run It On Demand
ไม่อยากรอตามตารางเวลา? ให้เรียกใช้ด้วยตนเอง:
hermes cron run pr-reviewหรือจากภายในเซสชันแชท:
/cron run pr-reviewGoing Further
Post Reviews Directly to GitHub
แทนที่จะส่งไปยัง Telegram ให้ agent แสดงความคิดเห็นบน PR นั้นโดยตรง:
เพิ่มสิ่งนี้ใน prompt cron ของคุณ:
After reviewing, post your review:
- For issues: gh pr review NUMBER --repo REPO --comment --body "YOUR_REVIEW"
- For critical issues: gh pr review NUMBER --repo REPO --request-changes --body "YOUR_REVIEW"
- For clean PRs: gh pr review NUMBER --repo REPO --approve --body "Looks good":::caution
ตรวจสอบให้แน่ใจว่า gh มี token ที่มี scope repo การรีวิวจะถูกโพสต์ในชื่อผู้ใช้ที่ gh authenticated อยู่
:::
Weekly PR Dashboard
สร้างภาพรวม PRs ทั้งหมดสำหรับวันจันทร์:
hermes cron create "0 9 * * 1" \
"Generate a weekly PR dashboard:
- myorg/backend-api
- myorg/frontend-app
- myorg/infra
For each repo show:
1. Open PR count and oldest PR age
2. PRs merged this week
3. Stale PRs (older than 5 days)
4. PRs with no reviewer assigned
Format as a clean summary." \
--name "weekly-dashboard" \
--deliver telegramMulti-Repo Monitoring
ขยายขนาดโดยการเพิ่ม repos เข้าไปใน prompt agent จะประมวลผลทีละรายการ - ไม่ต้องตั้งค่าเพิ่มเติม
Troubleshooting
"gh: command not found"
gateway ทำงานในสภาพแวดล้อมที่จำกัด ตรวจสอบให้แน่ใจว่า gh อยู่ใน system PATH และรีสตาร์ท gateway
Reviews are too generic
- เพิ่ม skill
code-review(Step 3) - สอน convention ของคุณให้ Hermes ผ่าน memory (Step 4)
- ยิ่งมี context เกี่ยวกับ stack ของคุณมากเท่าไหร่ รีวิวก็จะยิ่งดีขึ้นเท่านั้น
Cron job doesn't run
hermes gateway status # gateway กำลังทำงานอยู่หรือไม่?
hermes cron list # job ถูกเปิดใช้งานแล้วหรือไม่?Rate limits
GitHub อนุญาตให้มีการร้องขอ API 5,000 ครั้ง/ชั่วโมง สำหรับผู้ใช้ที่ authenticated การรีวิว PR แต่ละครั้งใช้ประมาณ 3-5 requests (list + diff + comments ที่อาจมี) แม้การรีวิว 100 PRs/วัน ก็ยังอยู่ในขีดจำกัดที่กำหนด
What's Next?
- Webhook-Based PR Reviews - รับรีวิวทันทีเมื่อมีการเปิด PR (ต้องใช้ public endpoint)
- Daily Briefing Bot - ผสมผสาน PR reviews เข้ากับสรุปข่าวประจำเช้าของคุณ
- Build a Plugin - ห่อหุ้ม logic การรีวิวให้เป็น plugin ที่แชร์ได้
- Profiles - รัน reviewer profile เฉพาะพร้อม memory และ config ของตัวเอง
- Fallback Providers - รับรองว่ารีวิวจะทำงานแม้ว่า provider ตัวใดตัวหนึ่งจะล่ม
📄 guides/local-llm-on-mac.md
sidebar_position: 2 title: "Run Local LLMs on Mac" description: "Set up a local OpenAI-compatible LLM server on macOS with llama.cpp or MLX, including model selection, memory optimization, and real benchmarks on Apple Silicon"
การรัน LLM แบบ Local บน Mac
คู่มือนี้จะแนะนำคุณถึงวิธีการตั้งค่า local LLM server บน macOS ที่ใช้ API ที่เข้ากันได้กับ OpenAI คุณจะได้รับความเป็นส่วนตัวเต็มรูปแบบ ไม่มีค่าใช้จ่าย API และประสิทธิภาพที่น่าประหลาดใจบน Apple Silicon
เราจะกล่าวถึง backend สองตัว:
| Backend | ติดตั้ง | เหมาะสำหรับ | Format |
|---|---|---|---|
| llama.cpp | brew install llama.cpp | เวลาที่เร็วที่สุดในการได้ token แรก (Fastest time-to-first-token), quantized KV cache สำหรับหน่วยความจำต่ำ | GGUF |
| omlx | omlx.ai | การสร้าง token ที่เร็วที่สุด, การปรับให้เหมาะสมกับ Metal แบบ Native | MLX (safetensors) |
ทั้งสองตัวจะเปิดเผย endpoint /v1/chat/completions ที่เข้ากันได้กับ OpenAI โดย Hermes สามารถทำงานกับตัวใดตัวหนึ่งได้ เพียงแค่ชี้ไปที่ http://localhost:8080 หรือ http://localhost:8000
:::info Apple Silicon only คู่มือนี้ออกแบบมาสำหรับ Mac ที่ใช้ Apple Silicon (M1 และรุ่นที่ใหม่กว่า) Mac ที่ใช้ Intel จะสามารถทำงานกับ llama.cpp ได้ แต่จะไม่มี GPU acceleration - คาดว่าจะได้ประสิทธิภาพที่ช้าลงอย่างมาก :::
การเลือกโมเดล (Choosing a model)
สำหรับการเริ่มต้น เราแนะนำ Qwen3.5-9B - เป็น model ด้าน reasoning ที่แข็งแกร่งและสามารถทำงานได้สบายๆ ใน unified memory ขนาด 8GB ขึ้นไปด้วยการทำ quantization
| Variant | ขนาดบนดิสก์ | RAM ที่ต้องการ (128K context) | Backend |
|---|---|---|---|
| Qwen3.5-9B-Q4_K_M (GGUF) | 5.3 GB | ~10 GB พร้อม quantized KV cache | llama.cpp |
| Qwen3.5-9B-mlx-lm-mxfp4 (MLX) | ~5 GB | ~12 GB | omlx |
หลักการจำหน่วยความจำ (Memory rule of thumb): ขนาดโมเดล + KV cache โมเดล 9B Q4 มีขนาดประมาณ ~5 GB ส่วน KV cache ที่ 128K context ด้วย Q4 quantization จะเพิ่มประมาณ ~4-5 GB ด้วย default (f16) KV cache จะพุ่งสูงถึง ~16 GB ตัว flag ของ quantized KV cache ใน llama.cpp คือเคล็ดลับสำคัญสำหรับระบบที่มีหน่วยความจำจำกัด
สำหรับโมเดลที่ใหญ่กว่า (27B, 35B) คุณจะต้องใช้ unified memory 32 GB ขึ้นไป โมเดล 9B จึงเป็นจุดที่ลงตัวสำหรับเครื่องที่มีหน่วยความจำ 8-16 GB
Option A: llama.cpp
llama.cpp เป็น runtime LLM local ที่พกพาสะดวกที่สุด บน macOS มันใช้ Metal สำหรับ GPU acceleration ได้ทันที
ติดตั้ง (Install)
brew install llama.cppคำสั่งนี้จะให้คำสั่ง llama-server ทั่วทั้งระบบ
ดาวน์โหลดโมเดล (Download the model)
คุณต้องการโมเดลในรูปแบบ GGUF แหล่งที่ง่ายที่สุดคือ Hugging Face ผ่าน huggingface-cli:
brew install huggingface-cliจากนั้นดาวน์โหลด:
huggingface-cli download unsloth/Qwen3.5-9B-GGUF Qwen3.5-9B-Q4_K_M.gguf --local-dir ~/models:::tip Gated models
โมเดลบางตัวบน Hugging Face ต้องการการยืนยันตัวตน ให้รัน huggingface-cli login ก่อน หากคุณได้รับ error 401 หรือ 404
:::
เริ่มต้น server
llama-server -m ~/models/Qwen3.5-9B-Q4_K_M.gguf \
-ngl 99 \
-c 131072 \
-np 1 \
-fa on \
--cache-type-k q4_0 \
--cache-type-v q4_0 \
--host 0.0.0.0นี่คือความหมายของแต่ละ flag:
| Flag | วัตถุประสงค์ |
|---|---|
-ngl 99 | Offload all layers to GPU (Metal). ใช้ตัวเลขสูงเพื่อรับรองว่าไม่มีส่วนใดค้างอยู่บน CPU |
-c 131072 | ขนาด context window (128K tokens). ลดค่านี้หากหน่วยความจำของคุณต่ำ |
-np 1 | จำนวน parallel slots. ให้คงไว้ที่ 1 สำหรับการใช้งานของผู้ใช้คนเดียว - slot ที่มากขึ้นจะแบ่งงบประมาณหน่วยความจำของคุณ |
-fa on | Flash attention. ลดการใช้หน่วยความจำและเพิ่มความเร็วในการ inference context ยาว |
--cache-type-k q4_0 | Quantize the key cache to 4-bit. นี่คือตัวประหยัดหน่วยความจำที่สำคัญ |
--cache-type-v q4_0 | Quantize the value cache to 4-bit. เมื่อรวมกับตัวข้างบน จะช่วยลดหน่วยความจำ KV cache ได้ประมาณ ~75% เมื่อเทียบกับ f16 |
--host 0.0.0.0 | ฟังบนทุก interface. ใช้ 127.0.0.1 หากคุณไม่ต้องการการเข้าถึงเครือข่าย |
server พร้อมใช้งานเมื่อคุณเห็น:
main: server is listening on http://0.0.0.0:8080
srv update_slots: all slots are idleการเพิ่มประสิทธิภาพหน่วยความจำสำหรับระบบที่จำกัด (Memory optimization for constrained systems)
flag --cache-type-k q4_0 --cache-type-v q4_0 เป็นการเพิ่มประสิทธิภาพที่สำคัญที่สุดสำหรับระบบที่มีหน่วยความจำจำกัด นี่คือผลกระทบที่ 128K context:
| KV cache type | หน่วยความจำ KV cache (128K ctx, 9B model) |
|---|---|
| f16 (default) | ~16 GB |
| q8_0 | ~8 GB |
| q4_0 | ~4 GB |
บน Mac 8 GB ให้ใช้ q4_0 KV cache และลด context เป็น -c 32768 (32K) บน 16 GB คุณสามารถทำ 128K context ได้อย่างสบายๆ บน 32 GB+ คุณสามารถรันโมเดลที่ใหญ่ขึ้นหรือหลาย parallel slots
หากคุณยังคงประสบปัญหาหน่วยความจำไม่พอ ให้ลดขนาด context ก่อน (-c) จากนั้นลองใช้ quantization ที่เล็กลง (Q3_K_M แทน Q4_K_M)
ทดสอบ (Test it)
curl -s http://localhost:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen3.5-9B-Q4_K_M.gguf",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 50
}' | jq .choices[0].message.contentรับชื่อโมเดล (Get the model name)
หากคุณลืมชื่อโมเดล ให้ query ที่ endpoint models:
curl -s http://localhost:8080/v1/models | jq '.data[].id'Option B: MLX via omlx
omlx เป็นแอปที่ออกแบบมาสำหรับ macOS โดยเฉพาะ ซึ่งจัดการและให้บริการโมเดล MLX MLX คือ framework machine learning ของ Apple เอง ซึ่งได้รับการปรับให้เหมาะสมสำหรับสถาปัตยกรรม unified memory ของ Apple Silicon
ติดตั้ง (Install)
ดาวน์โหลดและติดตั้งจาก omlx.ai มันให้ GUI สำหรับการจัดการโมเดลและ server ในตัว
ดาวน์โหลดโมเดล (Download the model)
ใช้แอป omlx เพื่อเรียกดูและดาวน์โหลดโมเดล ค้นหา Qwen3.5-9B-mlx-lm-mxfp4 และดาวน์โหลด โมเดลจะถูกจัดเก็บในเครื่อง (โดยปกติใน ~/.omlx/models/)
เริ่มต้น server
omlx จะให้บริการโมเดลที่ http://127.0.0.1:8000 โดยค่าเริ่มต้น เริ่มการให้บริการจาก UI ของแอป หรือใช้ CLI หากมี
ทดสอบ (Test it)
curl -s http://127.0.0.1:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen3.5-9B-mlx-lm-mxfp4",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 50
}' | jq .choices[0].message.contentรายการโมเดลที่พร้อมใช้งาน (List available models)
omlx สามารถให้บริการหลายโมเดลพร้อมกัน:
curl -s http://127.0.0.1:8000/v1/models | jq '.data[].id'Benchmarks: llama.cpp vs MLX
ทั้งสอง backend ถูกทดสอบบนเครื่องเดียวกัน (Apple M5 Max, 128 GB unified memory) โดยใช้โมเดลเดียวกัน (Qwen3.5-9B) ที่ระดับ quantization ที่เทียบเคียงกัน (Q4_K_M สำหรับ GGUF, mxfp4 สำหรับ MLX) มีการทดสอบ 5 prompts ที่หลากหลาย โดยทำซ้ำ 3 รอบ เพื่อหลีกเลี่ยงการแย่งทรัพยากร
ผลลัพธ์ (Results)
| Metric | llama.cpp (Q4_K_M) | MLX (mxfp4) | Winner |
|---|---|---|---|
| TTFT (avg) | 67 ms | 289 ms | llama.cpp (4.3x faster) |
| TTFT (p50) | 66 ms | 286 ms | llama.cpp (4.3x faster) |
| Generation (avg) | 70 tok/s | 96 tok/s | MLX (37% faster) |
| Generation (p50) | 70 tok/s | 96 tok/s | MLX (37% faster) |
| Total time (512 tokens) | 7.3s | 5.5s | MLX (25% faster) |
ความหมายของสิ่งนี้ (What this means)
-
llama.cpp โดดเด่นในการประมวลผล prompt - pipeline flash attention + quantized KV cache ทำให้ได้ token แรกในเวลาประมาณ ~66ms หากคุณกำลังสร้างแอปพลิเคชันแบบ interactive ที่ความรู้สึกตอบสนองมีความสำคัญ (เช่น chatbots, autocomplete) นี่คือข้อได้เปรียบที่มีความหมาย
-
MLX สร้าง token ได้เร็วกว่า ~37% เมื่อเริ่มทำงานแล้ว สำหรับงานแบบ batch workloads, long-form generation, หรืองานใดๆ ที่เวลาการทำงานรวมสำคัญกว่า latency เริ่มต้น MLX จะเสร็จเร็วกว่า
-
ทั้งสอง backend มีความสม่ำเสมออย่างยิ่ง - ความแปรปรวนในการรันนั้นน้อยมาก คุณสามารถเชื่อถือตัวเลขเหล่านี้ได้
ควรเลือกตัวไหน? (Which one should you pick?)
| Use case | Recommendation |
|---|---|
| Interactive chat, low-latency tools | llama.cpp |
| Long-form generation, bulk processing | MLX (omlx) |
| Memory-constrained (8-16 GB) | llama.cpp (quantized KV cache is unmatched) |
| Serving multiple models simultaneously | omlx (built-in multi-model support) |
| Maximum compatibility (Linux too) | llama.cpp |
เชื่อมต่อกับ Hermes (Connect to Hermes)
เมื่อ local server ของคุณทำงานอยู่:
hermes modelเลือก Custom endpoint และทำตามคำแนะนำ มันจะขอ base URL และ model name - ให้ใช้ค่าจาก backend ที่คุณตั้งค่าไว้ข้างต้น
Timeouts
Hermes จะตรวจจับ local endpoints (localhost, LAN IPs) โดยอัตโนมัติ และผ่อนคลาย timeout สำหรับ streaming ไม่จำเป็นต้องตั้งค่าสำหรับส่วนใหญ่ของการตั้งค่า
หากคุณยังคงพบข้อผิดพลาด timeout (เช่น context ขนาดใหญ่มากบน hardware ที่ช้า) คุณสามารถ override streaming read timeout ได้:
# ในไฟล์ .env - เพิ่มจากค่า default 120s เป็น 30 นาที
HERMES_STREAM_READ_TIMEOUT=1800| Timeout | Default | Local auto-adjustment | Env var override |
|---|---|---|---|
| Stream read (socket-level) | 120s | Raised to 1800s | HERMES_STREAM_READ_TIMEOUT |
| Stale stream detection | 180s | Disabled entirely | HERMES_STREAM_STALE_TIMEOUT |
| API call (non-streaming) | 1800s | No change needed | HERMES_API_TIMEOUT |
stream read timeout เป็นตัวที่น่าจะทำให้เกิดปัญหามากที่สุด - มันคือ deadline ระดับ socket สำหรับการรับข้อมูล chunk ถัดไป ในระหว่าง prefill บน context ขนาดใหญ่ โมเดล local อาจไม่มี output เป็นเวลาหลายนาทีขณะที่กำลังประมวลผล prompt การ auto-detection จัดการสิ่งนี้อย่างโปร่งใส
extent analysis
TL;DR
To resolve the issue, identify the root cause by checking the job's configuration, delivery target, and system logs, and then apply the necessary fixes, such as updating the job's configuration, checking the delivery target, or adjusting the system settings.
Guidance
- Check the job configuration: Verify that the job is correctly configured and active by running
hermes cron listand checking the job's status. - Verify the delivery target: Ensure that the delivery target is correctly set up and configured, and that the bot has the necessary permissions to send messages.
- Check system logs: Review the system logs to identify any errors or issues that may be causing the problem, such as permission errors or network connectivity issues.
- Adjust system settings: If necessary, adjust the system settings, such as the cron job schedule or the bot's permissions, to resolve the issue.
Example
To check the job configuration, run the following command:
hermes cron listThis will display a list of all cron jobs, including their status and next run times.
Notes
- Make sure to check the job's configuration and delivery target carefully to identify the root cause of the issue.
- If the issue persists, try adjusting the system settings or seeking further assistance from the Hermes support team.
Recommendation
Apply the necessary fixes to the job configuration, delivery target, or system settings to resolve the issue. If the issue is related to a specific job, try updating the job's configuration or adjusting the delivery target. If the issue is related to the system settings, try adjusting the cron job schedule or the bot's permissions.
Vote matrix · Quick signals
Still need to ship something?
×6Another batch ranked right after the header list — different links, same matching logic.
TRENDING
- Feature Request: Configurable per-minute rate limiting (RPM) for models to prevent 429 errors
- Android: Hermes App + Termux install share ~/.hermes and cause silent permission loops
- hermes update emits unicode-animations ANSI demo in non-interactive logs
- hermes update downgrades aiohttp from 3.13.4 to 3.13.3
- npm install warns about deprecated @babel/plugin-proposal-private-methods
- DingTalk inbound media URLs are skipped as unreadable native image paths
- fix(dashboard): ChatPage clears header action buttons on ALL pages, not just Sessions
- [Bug]: check_web_api_key() hardcodes built-in backends — third-party web search plugins silently disabled
- Hermes Web UI 修复经验:GatewayManager 补丁、进程 D 状态、数据库升级问题
- Telegram gateway can silently drop turn after /stop with response=0 chars while internal work continues
- Bug Report: v0.14.0 上下文污染 — 历史回复碎片回注到新请求
- Bug: hermes skills search table truncates Identifier column — install fails with copied value
- [skills-index-watchdog] Skills index is stale or degraded (degraded)
- Discord approval embed not rendering on web/mobile — embed data present in API but invisible
- Idea: Discord voice-channel participation / opt-in auto-join mode
- [Feature]: Claude Code--ultrawork
- build-arm64 job deterministically fails on cold cache (Azure SAS token expires mid-build)
- [Enhancement] computer_use: action=type should fall back to key events for terminal emulators (Ghostty/Terminal.app/iTerm2)
- Feature Request: Session Recovery on Temporary Provider Outage
- [Bug]: Hermes dashboard not working on NixOS (container)
- [Feature]: Add option to ignore @all/@everyone mentions in Feishu group chats
- QQ Bot WebSocket 频繁断开:长时间工具执行阻塞 asyncio 事件循环导致心跳超时
- patch tool: new_string escape sequences (\t) get written literally
- Feature Request: i18n / 多语言支持(国际化)
- Bug: web_crawl schema lets models auto-guess "instructions" instead of asking the user via clarify
- feat: `!command` prefix for direct shell execution (like Claude Code)
- Expose currently-running cron jobs via /api/jobs (or new endpoint)
- [Bug]: Kanban parent-child handoff: scratch workspace GC destroys artifacts before child can read them
- [Bug, Windows] hermes gateway restart loses session context — planned_stop_marker not written before SIGTERM
- [Bug]: Codex→DeepSeek fallback sends assistant turns without reasoning_content → HTTP 400 (require-side cross-provider failover)
- [Bug]: Update got stuck half way, reboot it, then ModuleNotFoundError: No module named 'hermes_cli'
- Kanban dispatcher corrupt-board handling and multi-profile gateway ownership ambiguity
- Gateway can resend a short fallback message when the real final Telegram response was already delivered
- [BUG] Bedrock: Fix 'Invalid API Key format' for presigned URL tokens
- Secret redaction corrupts code syntax in tool output (write_file, execute_code, terminal)
- Unable to connect Ollama Cloud with Pro Subscription to Hermes
- feat: fuzzy substring matching for /skill autocomplete
- PRD: Autonomous market-impact prediction briefing system
- Kanban dashboard should support task/card deep links
- [Feature] Native Feishu CardKit Streaming: consolidate best-in-class implementations
- [Feature]: Inject mental model into context when using Hindsight
- Interactive CLI hides tool output despite display.tool_progress=all, and hermes chat -v does not restore it
- fix(api_server): _handle_responses drops text.format JSON schema — structured output constraints silently ignored
- state.db FTS corruption goes undetected — no integrity check, no repair path
- bug: fallback routing can select text-only models for image requests and hide the primary failure
- feat(kanban): persist worker session_id per run and pass --resume on respawn after unblock
- feat(kanban): support GitHub/OMO lifecycle bridge for Xiyou-style automation
- Expose update-safe TUI/composer hooks for voice transcript and composer events
- Hide or configure voice transcript status rows in editable dictation mode
- [Feature]: Per-Tool / Per-Toolset Approval Policies
- Context compression creates orphan sessions missing from state.db
- messaging platform
- feat: Add read-only / silent monitoring mode for WhatsApp adapter
- double-.hermes path mismatch, the HOME env var leak, and the fallback-notification UX problem
- Bug: Plattform-Bundle name `hermes-yuanbao` in `agent.disabled_toolsets` silently kills ALL tools in gateway path (Telegram + cron), CLI unaffected
- CLI /yolo (in-chat) does not bypass dangerous command approvals — env var freeze + missing enable_session_yolo call
- OpenAI Codex provider crashes with "'NoneType' object is not iterable" (HTTP None)
- DEEPSEEK_API_KEY blocked by env blocklist in gateway process — cron jobs fail with deepseek provider
- fix(feishu): Card action callback routing issues - invalid message_id and unrecognized /card command
- Discord plugin: profiles without explicit `discord:` block silently get `require_mention=true` + `auto_thread=true` (regression in cc8e5ec2a)
- [Bug]: DISCORD_ALLOWED_ROLES ignored by gateway _is_user_authorized — role-authorized users get 'Unauthorized user' rejection
- [Bug]: /new, /clear, and /reset commands freeze the terminal session
- openai-codex subscription backend returns HTTP 200 with response.output=None, causing Slack/cron failures
- RFC: Centralized Model/Provider Registry
- bug: openai-codex provider — TypeError: 'NoneType' object is not iterable on every request (gpt-5.5)
- [Feature]: Source-aware instruction gate — architectural mitigation for indirect prompt injection
- Named custom provider stale_timeout_seconds ignored because runtime provider is normalized to `custom`
- guard test (ignore)
- [Feature]: per-platform LLM request_overrides (extra_body / reasoning_effort / service_tier)
- One-shot smoke: add Flue-backed orchestration fixture
- Gateway should not treat stale Codex app-server progress as final response after post-tool silence
- `docker_run_as_host_user: true` breaks bundled skills: Hermes home is mounted into `/root/.hermes` but the container runs as a non-root user (`HOME=/home/pn`)
- [Bug]: gateway api_server streaming bypasses server-side tool-call loop when chat_template_kwargs.enable_thinking=false (model emits tool name as plain text)
- [Feature]: Pre-install python-telegram-bot in Umbrel Hermes Docker image
- YouTube Shorts filter not working in youtube-content skill
- v0.15.0 PyPI release breaks ALL platforms — plugin.yaml manifests missing from package
- RFC: On-demand tool/skill/MCP discovery — decouple schema registration from process lifecycle
- Pixshelf: local-first stock photo workflow command center
- [Bug]: baoyu infographic skill should not silently bypass image_generate
- Pixshelf v1.5: manual submission tracking for stock agencies
- `hermes config set` silently accepts unknown keys, writing them where the runtime never reads
- Honcho memory prefetch hang on fresh CLI subprocess in v0.15.0 (regression from #27190)
- [Bug] v0.15.0 Docker image: stage2-hook.sh, main-wrapper.sh missing; container_boot module removed
- Feature: Reduce cache-read token overhead for DeepSeek providers — configurable cache_ttl, skills snapshot trimming, memory compaction
- Windows: three bugs from daily use (plugin discovery, gateway exit code, Unicode decode
- holographic memory: HRR silently degrades to FTS5 when numpy is missing
- Make max_tokens configurable for aux vision calls
- Conversation compression desynchronizes session ID between agent context and gateway routing, causing silent message loss
- [Bug]: v0.15.0 Docker image:The TUI cannot be used in the dashboard.
- cron: skip_memory=True blocks fact_store/memory tools from all cron jobs
- TUI: Node.js OOM crash when agent uses browser tools repeatedly
- feat: model_profiles — per-model toolset and memory config
- Automatic background skill patching disrupts active sessions (severe impact on local models)
- ensure_hermes_home() creates root-owned dirs in profile subdirectories when kanban workers are dispatched
- Feature: opt-in webhook bypass for DISCORD_ALLOW_BOTS — allow operator-initiated probes without weakening bot-loop guard
- v0.15.0: Codex requests fail HTTP 400 when participant display_name contains non-ASCII (emoji breaks input[].name pattern)
- Architecture: State Persistence Precedence (Memory vs Skills vs Hooks)
- [Bug]: cronjob tool: create action always fails with "schedule is required for create" even when parameters are provided
- codex-oauth: 'NoneType' object is not iterable in _run_codex_stream (gpt-5.5) — every turn fails non-retryably
- Docs/Config: Plugin local scope enablement ambiguity
- [Bug]: CLI freezes after using /new command (WSL)
- Profile Codex auth can ignore global credential pool when local state is stale
- [workflow-engine] CRITICAL: variable substitution crashes on regex metachars in user input
- [workflow-engine] HIGH: loop and bash nodes leak subprocesses on timeout
- [workflow-engine] HIGH: README documents config env vars the engine never reads
- [workflow-engine] MEDIUM: workflow_run rate limit bypassable via concurrent calls (TOCTOU)
- [workflow-engine] chore: manifest gaps, side-effectful register(), dead code, unauth kanban dispatch
- [mcp_lazy] HIGH: synthetic mcp_server_<name> stub collides with a real MCP server named 'server'
- [mcp_lazy] HIGH: promote_server eager flag documented but never persisted
- [mcp_lazy] MEDIUM: _prev_mode dict leaks and goes stale; not cleared on session evict
- [mcp_lazy] MEDIUM: get_pool has unlocked check-then-set race on pool creation
- [mcp_lazy] MEDIUM: pre_tool_call gives no guidance for unpromoted server-stub calls
- [mcp_lazy] chore: undeclared pre_tool_call hook, nonexistent 'mcp_load_tools' name in docs, missing tests
- [a2a_fleet] CRITICAL: server never auto-starts — register() runs outside an event loop
- [a2a_fleet] CRITICAL: auth_required defaults to false on a cross-machine surface
- [a2a_fleet] HIGH: remove invented disable() hook — loader never calls it, port leaks on reload
- [a2a_fleet] HIGH: plugin.yaml missing kind / provides_tools / requires_env (token env undeclared)
- [a2a_fleet] MEDIUM: tighten wide-open CORS, anonymous /health peer leak, and peer-URL SSRF
- [a2a_fleet] MEDIUM: relocate tests to tests/plugins/ and cover sync-register + auth-default paths
- xai-oauth auxiliary client incorrectly uses Responses API (CodexAuxiliaryClient), causing 403 on compression/vision/web_extract
- [Bug]: Direct Copilot gpt-5.5 large resumes are killed by 12s Codex TTFB watchdog
- [Bug]: `hermes uninstall` does not work on Windows
- TUI: Thinking block leaks raw JSON and Σ character
- Hostinger VPS: migration Hermes Agent → Hermes WebUI impossible (tini + UID mismatch + sessions)
- /goal judge over-continues exploratory goals unless the assistant explicitly says the goal is complete
- /goal auto-continuation can be amplified by preflight compression/session split and resurrect stale task state
- Dashboard infinite reload loop in loopback mode — GET /api/auth/me returns 401 on every page load
- [Bug]: Provider/LLM switch leaves stale encrypted_content causing 400 errors on Telegram sessions
- [Bug]: Infinite reload loop / React state loop on Sessions tab (Firefox + Chrome) — repeated 401 on /api/auth/me (v0.15.0)
- show_reasoning should work independently of streaming in CLI mode
- Feature Request: Strip reasoning/<think> blocks from TTS preprocessing
- mcp add / mcp test raise NameError when mcp package not installed
- v0.14.0 dashboard breaks behind reverse proxies — two regressions
- Skills hub creates empty category directories when no skills installed
- [Bug]: Custom endpoint: ChatCompletions returns content, but Hermes treats response as empty (v0.14.0)
- fix: atomic_replace() fails with EXDEV when HERMES_HOME is a cross-filesystem symlink
- fix(gateway): Feishu session cancellation orphans session guard, permanently blocking messages
- Custom endpoint pricing can overestimate Crof qwen3.5-9b cost by 1,000,000x
- MCP OAuth callback: module-level port global causes port collisions and structural weaknesses vs upstream
- Bug: send_message tool bypasses validate_media_delivery_path security check
- Proposal: Add Mnemosyne to official memory provider documentation
- feat(swarm): support custom verifier/synthesizer body + skills
- Template conversion failed
- Error occurred in the operation of the agent node in the workflow.
- PubSub client overrides Sentinel client when REDIS_USE_SENTINEL is enabled
- Frontend description of the Retrieval node output does not match the actual output
- JSON type input var raise Intenal server error
- cannot extract elements from a scalar
- 负载均衡 为模型配置多组凭据,并自动调用,此功能无法选择
- add models is error
- panic: could not create filter
- Persist partially generated messages when /chat-messages/:task_id/stop is called
- MCP server connection fails with 403 — request never leaves Dify (SSRF proxy suspected)
- Support durable async execution backends for long-running workflow steps
- [Xiaomi MiMo] Credentials validation fails with 400 "Not supported model mimo-v2-flash" when using Token Plan endpoint (v0.0.7)
- After clicking preview on a parent-child segmented knowledge base, it shows 0 chunks
- Retrieval score differs between UI upload (.docx) and API upload (.txt) despite identical chunk content and embedding model
- gemini cli crash again
- Xbox gift card code damage
- Damage caused by the gemini cli crash
- ioctl(2) failed, EBADF (Bad File Descriptor)
- Feat: Support Bun as an alternative runtime/package manager for updates and extensions
- fatal error again!!!!
- ioctl error
- Critical Crash: ioctl(2) failed, EBADF in ShellExecutionService.resizePty
- ioctl(2) failed, EBADF
- v0.44.0 Regression: Critical crash with ioctl(2) failed, EBADF during PTY resize
- Crash on startup: ioctl(2) failed, EBADF in UnixTerminal.resize
- Crash: `ioctl(2) failed, EBADF` in `node-pty` during PTY resize on macOS
- Gemini CLI crashes with `ioctl(2) failed, EBADF` in `node-pty` during `resizePty`
- Remote Role
- ERROR ioctl(2) failed, EBADF /home/mich
- RangeError: Maximum call stack size exceeded
- EBADF Error during folder creationg broke session and terminal glitches
- MAIP / Gargoub Project - Mediterania - North Coast
- Gemini cli crash again in this morning
- ERROR ioctl(2) failed, EBADF
- Verified node install fails — Checksum verification failed (Cloud)
- The extended debugging key did not arrive during registration.
- CollaborationPane unmounts collaboration store on single-user instances, causing permanent "No network connection" state
- Workflow cannot be saved when the name contains "->" (Potentially malicious string)
- automation does not work and does not show an error
- Raj Ai Automation
- Default Data Loader: DOMMatrix is not defined error
- Feature: Per-node execution timestamp overlay on canvas during workflow run
- AI Agent + Vertex `gemini-3.5-flash`: 400 "missing thought_signature" on sequential multi-turn tool calls (post-#24982)
- PDF Loader in Pinecone Vector Store fails due to pdf-parse version conflict (v2 not supported)
- emailReadImap: add UID deduplication, batch size cap, and numeric uid enforcement
- Manual node execution fails with "Could not find a node" when autosave is disabled (N8N_WORKFLOWS_AUTOSAVE_DISABLED)
- Schedule Trigger stopped firing — workflow Published & active, manual executions succeed, no automated fires for 2+ hours
- [MCP SDK] create_workflow_from_code intermittently returns HTTP 500, often as a false negative (workflow persists anyway, causing duplicates on retry)
- Credential-load wedge: workflows using googleApi/jwtAuth credentials silently fail to execute after key rotation
- Google Sheets Trigger every minute is not working manual Execute is working sent email
- [BUG] Plugin marketplace MCP connector remains stuck "still connecting" when mcp-remote requires OAuth
- [redacted at user request]
- Opus 4.7 behavioral regression: loaded instruction-following discipline degraded in recent Claude Code/Cowork updates
- [BUG] Tailscale via Homebrew CLI + Mac App Store GUI, both Macs on macOS, Cowork blocked by VPN detector despite Tailscale being a mesh VPN with no traffic interception
- stopShellPty on tab switch kills active sessions (exit 143) — regression in May 27 build
- [BUG] Long URLs are broken into multiple lines and become unclickable in terminal output
- [BUG] claude rm/stop/reap SIGKILLs background session tree without SIGTERM grace, orphaning git index.lock and similar
- [BUG] Default git workflow in the system prompt was pushed without context or consent
- [MODEL] Inconsistent output quality / Ignoring instructions (overfitting and inappropriate repetition of Korean vocabulary)
- You've hit your weekly limit · resets May 31 at 5pm (Asia/Shanghai)
- Paid yearly subscription silently downgraded to Free with no user action
- [Regression v2.1.153] Plugin bash hooks fail with "echo: write error: Permission denied" on Windows (claude-mem, shell: "bash")
- [BUG] Connector toggles in conversation are not clickable — must click text label instead
- [remote-control] Input from mobile app/browser not reaching host session — output works fine
- Model fails to read/reference CLAUDE.md contents despite being loaded in context
- [BUG] Claude Desktop reinstall destroys Code chat history (transcripts + Recents) while regular Chat history, project files, and memory all survive
- Bypass mode clamps to Accept Edits even with the toggle ON (Claude Code Desktop 1.9255.2 / CC 2.1.149)
- [BUG] TUI input freezes randomly mid-typing — entire prompt becomes unresponsive for minutes
- [BUG] Cowork downloads Linux ELF binary instead of macOS binary on macOS Sonoma 14.8.7 — exit code 132 (SIGILL) on every session
- [Feature Request] Persistent project memory — sessions forget everything on close, forcing users to keep many sessions open
- [Bug] Thread context stale after sleep/resume, returns outdated date and calendar data
- [FEATURE] Add context window usage indicator and warning before auto-compaction
- [BUG] Dictation error: Invalid character in header content ["x-config-keyterms"] on Windows
- [Bug] Anthropic API Error: Server rate limiting despite normal usage
- Does delegating work to `claude -p` subprocesses reduce context accumulation in the parent session?
- [BUG] Claude Code hangs on M1 Mac when terminal says "opening browser to sign in" and browser opens
- [BUG] Claude_Preview MCP preview_start spawns dev server with main-repo cwd instead of session's worktree cwd
- [Bug] Anthropic API Error: Server rate limiting during request execution
- [Bug] Anthropic API Error: Server rate limiting on concurrent requests
- [Bug] Ultraplan ready notification fires before cloud agent completes execution
- [BUG] API 500 ERROR ALL THROUGHOUT THE DAY
- [BUG] Cowork: Live Artifacts folder path changed in 1.9255.2, no automatic migration from Documents\Claude\Artifacts
- [Bug] Auto-compact never triggers despite statusline reporting "100% context used" (v2.1.153, Max sub, 200K mode)
- [BUG] [Desktop / macOS] 'Open in → New Window' detached session: font renders smaller than main, no per-window controls, Cmd+/Cmd- keystrokes routed to main window instead
- Feature request: option to switch between classic and new minimal UI
- [Feature Request] Show timestamps for each message
- [BUG] Terminal corruption when permission prompt appears while navigating Agent Teams agent selection menu
- [FEATURE] Allow users to customize the background color of the Claude desktop app beyond the current light/dark theme presets.
- [BUG] Statusline not displaying on Windows [fixed]
- Background agent UI Stop button is a no-op for stuck agents — process keeps consuming tokens
- Background agents silently die on session pause/resume — no completion notification, no work recovery
- Add option to hide email address from welcome banner
- [BUG] SSH Remote: `projects` field in remote ~/.claude.json becomes null after desktop restart — jsonl files intact, UI shows 'No messages yet' for every session
- [Bug] Claude Code not applying fixes despite claiming to complete tasks
- billing is unfair and poorly documented
- [BUG] Claude Code on the web: declared plugins inactive on first session, require restart to fully load
- [BUG] Restore from archive deleted sessions instead of restoring them
- [BUG] M365 connector fails with AADSTS50011 in Cowork — localhost vs 127.0.0.1 redirect URI mismatch
- claude agents: workflow slash-commands missing from dispatch-input completion (regression-adjacent to #61424)
- Claude Desktop's Info.plist missing TCC usage strings, blocks all EventKit-based MCP servers
- False-positive safety blocks on self-administered governance amendments — request for owner-authority mode for verified professional users
- [BUG] Stop pushing "AUTO"-mode
- [DOCS] Plugin marketplace guide omits `skipLfs` option for git-based sources
- [DOCS] MCP docs omit combined startup notification for MCP server and connector authentication
- [DOCS] Agent view docs omit macOS Privacy & Security identity for background agents
- [DOCS] Npm update docs do not explain release-channel behavior for `claude update`
- [DOCS] Agent SDK docs omit `subagent_type: "claude"` worktree and output persistence behavior
- [DOCS] Background session docs omit `$CLAUDE_JOB_DIR` temp-file behavior
- [FR] mask env-var values in 'claude mcp get <server>' output
- [FR] subagent worktrees should not inherit stale local 'user.email' from prior dispatches
- [BUG] Windows: Grep tool leaks rg.exe + conhost.exe processes (~2000 zombies / 14 GB RAM in long sessions)
- [BUG] Stats dashboard "Peak hour" appears off by one hour
- [BUG] Diff highlight (teal SGR background) bleeds past changed text in 2.1.150–2.1.153
- [FEATURE] confirm before deleting session
- Plugin PostToolUse hooks still silently skip in Claude Desktop / Cowork (re-filing closed #51904)
- /code-review skill: silent fallback to main...HEAD reviews other people's commits, and JSON-only output is hard to read
- Monitor tool doesn't source the shell snapshot like Bash does; PATH-dependent tools (jq, sleep, etc.) fail in Monitor commands on macOS/Nix
- [Bug] Long input lines truncated with ellipsis while typing instead of wrapping in terminal UI
- [FEATURE] VS Code extension: Render submitted user messages as Markdown in chat
- OSC 52 copy from Claude TUI doesn't reach clipboard inside tmux (regression in 2.1.146–2.1.153)
- [BUG] RemoteTrigger create/update returns HTTP 400 with circular error: "event_type is required" / "unknown field event_type"
- [BUG] Option to hide or minimize the built-in "status footer" (multi-line debug/cost panel) [re-raise of #31475]
- [Bug] Feedback submissions being closed without review or action
- [FEATURE] Word-jump cursor navigation in Chat input (option+arrow / bindable actions)
- [FEATURE] ! shell mode: filesystem tab completion
- [BUG] API Error: Usage credits required for 1M context
- claude agents: OSC 52 clipboard emission broken in tmux (regression in 2.1.146–2.1.153)
- CLI crashes on macOS 15 M3 - exit code 1
- [FEATURE] Support Cmd+V image paste from clipboard
- [FEATURE] Enhance claude.ai M365 connector to support MS Planner
- [BUG] Slash command autocomplete hijacks pasted absolute file paths starting with /
- PreToolUse hook `if` filter false-positives on complex Bash commands
- [BUG] Diff panel hangs/whites out
- Feature Request: Support drag-and-drop for binary documents (.wps, .doc, .docx, .xlsx, .pdf) in VS Code extension
- [BUG] activation of 1M context in VSCode
- [FEATURE] Support i18n / language localization for built-in slash command outputs
- Ctrl+V para colar imagens deixou de funcionar no CLI (Windows, PowerShell)
- [FEATURE] Please add Norwegian (Bokmål/Nynorsk) language support to the Claude Code interface
- [BUG] OTel log events (claude_code.user_prompt, api_request_body, tool_decision, hook_execution_complete) emitted with empty trace_id/span_id while sibling spans correlate correctly
- [BUG] Cowork crashes on every message, no VM logs generated, missing AppData\Roaming\Claude
- [FEATURE] first-class session handoff + per-session token budgets for unattended runs
- [FEATURE] Smart paste: convert clipboard code to file reference chips (like Cursor)
- [Feature Request] Restore chat pin functionality to title chat submenu
- [BUG] SIGILL issues with version 2.1.153
- [BUG] Cowork plugin upload fails with generic "Plugin validation failed" when a `description` field in any SKILL.md frontmatter contains angle brackets (`<…>`)
- [BUG] Desktop App 2.1.144+: startup scanner deletes cliSessionId from claude-code-sessions local files on every launch — session not found on disk
- [Feature Request] Add keyboard shortcut to copy last message with proper formatting
- [MODEL] Opus 4.7 not 1M
- Allow naming/renaming background agents in `claude agents` view
- Stale worktrees in .claude/worktrees/ are never cleaned up, consuming massive disk space
- Agent worktrees are never cleaned up, silently consuming disk space
- Subagent worktrees not auto-cleaned when reviewer writes scratch files
- [Bug] Skill initialization hangs for extended duration in Plan Mode
- Claude Desktop writes malformed registry Run entry (nested escaped quotes) - crashes Windows Task Manager and other Run-key parsers
- IME candidate window shows at bottom-right corner instead of caret position (Windows CMD)
- [BUG] Pressing 'Escape' doesn't close the /BTW conversation when the main conversation is asking for approval
- [BUG] Opus 4.7 (1M) intermittently emits empty-string values for tool_use.input fields, killing the session
- FleetView agent UI shows "running" with incrementing elapsed time after agent has returned
- /doctor flags context-scoped cmd+c binding as macOS conflict (false positive)
- [BUG] Text Rendering in Elvish
- Desktop app: Bypass Permissions mode flips to Accept Edits on first prompt (M5 / macOS 26.5)
- [Workaround] Date-Weekday Verification Hook — Prevents Claude from writing wrong weekdays
- [BUG] Claude Code create c:/memfs directory without asking me.
- [BUG] Claude Code's Bash execution waits forever with no processes running
- [BUG] usage stays stuck waiting for 5 hr limit after upgrading to premium seat in team plan
- [Workflow tool] resume cache is unreachable for nontrivial workflows because LLM dispatchers can't transcribe args byte-exactly
- Code review (Preview): "Add a repository" shows no results for private GitHub org repos
- [BUG] /context commands blows up context
- [Feature Request] Add precache expiry hook to enable proactive compaction before token eviction
- [BUG] Context indicator shows 0% at session start despite ~20K+ tokens already loaded
- [Feature Request] Add semantic search for --resume session history
- [Feature Request] Add session search, tagging, and filtering capabilities
- [BUG] Cowork Dispatch reports "desktop not available" on Windows 11 while standard Cowork works normally
- [Bug] Claude Code provides incorrect suggestions with high confidence despite errors
- defaultMode: acceptEdits silently overrides per-path permissions.ask rules for Write/Edit
- [FEATUR configurable tip interval (e.g. tipIntervalSeconds: 30 in settings)E]
- Plugin marketplace fails to load: schema rejects 'displayName' key (v2.1.153)
- claude agents: in-session copy uses broken OSC 52 path while overview correctly uses tmux buffer
- [BUG] Plugin agent descriptions (and custom agents) load unconditionally into context — no parity with disable-model-invocation for skills
- Crashed ultrareview consumed a free credit despite producing zero findings
- [Bug] Character rendering issue - invisible or missing text display
- [BUG] Cowork: processo Claude Code encerra com código 3 — .claude.json não contém token de autenticação (Windows 11 25H2)
- [BUG] 2.1.153 silently discards tools/list response from rmcp 0.12.0 HTTP MCP server (works in 2.1.152, wire-identical handshake)
- VS Code extension: option to auto-resume last session when reopening a workspace folder
- [Bug] Conversation continuation failure
- [BUG] Cowork crashes every time I start a new chat or attempt to continue an existing one in any project. The error displayed is: "Claude Code è andato in crash
- [Bug] Unannounced quota changes
- Native update/install fails with 'socket connection was closed unexpectedly' behind proxy — undici TLS incompatibility
- [BUG] Session name reverting after manual change
- [BUG] 非正常思考,上下文过长时,一直显示思考,点击interrupt按钮失效
- Honor `tools:` frontmatter when an agent is invoked via `@mention` — strip `Task` only when the agent did not declare it
- macOS TCC popup still recurring on v2.1.153 — "2.1.153" would like to access data from other apps
- Claude Code leaks pty handles — exhausts pseudo-terminals on macOS after long session
- [Bug] Agent fails to execute or respond to user input
- [BUG] Persistent "Expecting value: line 1 column 1 (char 0)" JSON parse error after tool execution
- [Feature Request] Implement proactive unit test coverage recommendations for recurring bugs
- VS Code panel lacks status line + terminal lacks image paste in Codespaces, forcing a tradeoff
- `/powerup` only shows ~10 lessons — allow viewing the full catalog
- [Bug] Context contamination after auto-compact with unrelated email draft of Tejo/Sado Basin
- [Bug] VSCode terminal output displays corrupted text with garbled symbols
- [Feature Request] Add LaTeX/KaTeX math rendering to TUI
- [Bug] Sub-agent PR review results not validated by orchestrating agent
- Subagents on Pro 1M tier: trivial probes pass, real workloads fail at first tool call (probe-vs-workload divergence)
- Path-scoped rules and subdirectory CLAUDE.md not loaded when creating new files matching the pattern
- AskUserQuestion: cancelling during extended thinking poisons the whole session with 400 'thinking blocks cannot be modified' (2.1.153); concurrent prompts overwrite each other
- Ideas Missing from Claude Cowork Menu (Windows)
- [BUG_BOUNTY_SAFE_POC_2026] Prompt Injection RCE Test - Command Execution Proof
- [BUG] Cowork scheduled task: execution history row not showing after successful run
- Resuming an extended-thinking session fails permanently with 400 "thinking blocks cannot be modified" (transcript stores thinking text as empty but keeps signature)
- [Bug] Plugin-registered CwdChanged and FileChanged hooks don't fire (settings.json works) — v2.1.153
- Auto-archive on PR merge / branch delete — clarify autoArchiveSessions semantics or add dedicated opt-out
- `claude mcp add` echoes Authorization header value verbatim to stdout, leaks bearer tokens to terminal and session transcripts
- [BUG] Bug report — /insights skill, Claude Code The /insights skill outputs a malformed file path.
- Plugin slash commands render with '*'-inline format instead of two-column, despite matching official plugin shape
- [Bug] Unexpected long text generation without user input or goal
- [Bug] Thinking blocks causing task progression blocked without user modification
- [BUG] (Critical!) contamination by an unknown session simirlar to the report => [Bug] Context contamination after auto-compact with unrelated email draft of Tejo/Sado Basin #63137
- [Critical] Opus 4.7 Korean output degeneration — Korean grammar itself collapses in long contexts
- [BUG] Title: Autocompact buffer persists across /clear — wastes tokens for irrelevant old context
- [Bug] Auto-Compact loses user input before processing in conversation history
- Feature: per-invocation effort parameter + runtime session-config introspection for skills
- Auto-mode classifier mislabels Azure DevOps vote -5 as "Reject" when denying PR vote actions
- [BUG] Claude Desktop and Claude Code CLI never re-register MCP tools after OAuth 2.1 handshake on a remote HTTP server
- [BUG] Workspace file tags leak across sessions
- [BUG] Ink renderer crashes on Windows 11 build 26200 (Canary) duplicate banners, terminal mode leaks, mid-operation aborts
- [BUG] Claude Code Desktop issue
- PTY master fd leak in Claude desktop app exhausts macOS kern.tty.ptmx_max after ~2-3 days
- [BUG] Claude Code — Session Management after Unexpected Interruption
- [Windows] Cowork OpenTelemetry exporter does not initialize - zero events emitted to any destination, including loopback
- [Bug] Opus 4.7: 400 `thinking blocks ... cannot be modified` on long extended-thinking sessions, triggered by history-altering events (scheduled prompts / parallel tool-call cancellation)
- [BUG] API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited
- Multi-plugin custom marketplace: only first plugin registered in installed_plugins.json, skills don't load
- [BUG] Git push through the SDK's git proxy fan-outs into ~500 GitHub REST API calls, exhausting the 5,000/hour budget after a handful of pushes
- [BUG] Claude took liberties it really shouldn't with my global config
- [BUG] Agent window focus lost after navigating with arrow keys, causing scroll deadlock
- [BUG] `--model` flag silently ignored in interactive sessions (works in `--print` only)
- [BUG] Dispatch permanently shows "desktop appears offline" on Windows 11 - never worked on first use
- feat: support per-command enableWeakerNetworkIsolation as safer alternative to dangerouslyDisableSandbox
- /code-review outputs a raw JSON array instead of readable findings
- [BUG] Cowork — Additional allowed domains ignored on Team plan; same domain works on Pro plan
- Haiku
- [Bug] False positive blocking beneficial outcomes in tool execution
- 3P Bedrock SSO: credentials silently expire without triggering re-auth on day 2+
- CLAUDE_AUTOCOMPACT_PCT_OVERRIDE in settings.json env block silently ignored by autocompact logic
- Auto-compaction deletes main session JSONL before verifying summary completion, causing data loss
- [Bug] Claude Code not executing stated actions or producing expected results
- [FEATURE] Deferred Messages — Queue Input for End of Turn
- [BUG] Up/Down arrows in input box navigate history instead of moving cursor — regression in 2.1.149+
- Cancelling a parallel tool-call batch corrupts thinking blocks -> 400 "thinking blocks cannot be modified" permanently wedges the session
- Claude Code caused data loss, then contradicted itself about recovery (two incidents, one session)
- [Bug] Unclear error messages from Claude Code CLI
- [Bug] Agent tool rejecting due to context size limit exceeded
- claude agents: daemon and bg-spare processes spin at ~100% CPU when idle
- [BUG] Compaction fails with "context window limit" error even when context usage is low (e.g., 20%) — regression in v2.1.153
- Remote Control entitlement lost after May 27-28 incident — `Error: Remote Control is not yet enabled for your account` on active Max subscription
- PreToolUse hook exit code 2 does not block Write tool
- [Bug] Thinking blocks in latest assistant message are immutable
- GUI: dispatch file:// and custom-scheme clicks to OS shell handler
- Show current model in statusLine by default
- [Bug] Agent console becomes unresponsive to keyboard input after multiple agents initialized
- [FEATURE] PreToolUse hooks should have a way of updating the environment
- [Bug] Unable to start or use Claude Code CLI
- [BUG] Repository not visible in Claude Code web repo picker
- Session permanently wedged on 400 "thinking blocks cannot be modified" after parallel tool_results
- [Bug] @ autocomplete loses sibling repos after a file edit in multi-repo workspace
- Unclear error message when creating sub-agent without authentication
- [Bug] Anthropic API errors causing frequent failures and high token usage
- [BUG] @ mention file picker only shows packages, not individual files (desktop app - Code tab)
- [Bug] TUI panel footer remains sticky and consumes excessive terminal space
- PR-status polling exhausts GitHub GraphQL rate limit on repos with many open PRs
- [BUG] Windows: welcome panel not shown in some project folders (2.1.153)
- [Bug] Anthropic API Error: thinking blocks corrupted during context compaction with extended thinking enabled
- API 400 "thinking blocks cannot be modified" permanently bricks session during agent activation (interleaved thinking + tool use)
- Right-click Copy copies the whole message instead of the selection; pasted text retains dark background
- Mid-session model switch corrupts conversation when extended thinking is enabled (API 400: 'thinking blocks cannot be modified')
- [BUG] Markdown file links in chat output do not open files when clicked (VS Code extension)
- Stuck retry loop: `400 thinking blocks cannot be modified` on large interleaved-thinking turns using AskUserQuestion
- [FEATURE] Prompt user for approval before auto-compaction proceeds
- Custom MCP connectors not attachable to scheduled routines — no UUID discovery path
- [BUG] Claude in Chrome — Navigation blocked for teams.cloud.microsoft and outlook.cloud.microsoft after Microsoft domain migration**
- [BUG] Claude Desktop — Personal plugins panel renders list but is entirely non-interactive (macOS, v1.9255.2)
- [Bug] error when using Workflows
- [BUG] Persistent "update available" notification despite being on latest version
- [BUG] Sweep Agent from /code-review never completes
- [Bug] Tool calls not executing or returning results
- [FEATURE] Cloud-synced memory and settings across machines
- [Bug] Terminal UI freezes when Ctrl+O view exits during interactive prompt in plan mode
- Continuous api errors when using claude code with Opus 4.7 with thinking on low
- [Feature Request] Add support for installing and using previous Claude Code versions
- [Bug] Extended Thinking: Summarized thinking blocks fail signature validation when resent to API
- [Bug] Anthropic API Error: 'thinking' blocks cannot be modified
- [Bug] Anthropic API Error: Thinking blocks cannot be modified with extended thinking mode
- Feature request: Lazy/on-demand MCP server connections
- [Bug] Tool Arguments Parsed as String Instead of Object
- [Bug] Anthropic API Error: Insufficient context provided
- [Bug] Claude Opus occasionally uses moskovian(russian) orthography instead of Ukrainian in system-prompted responses
- Opus 4.8: backgrounded task completions (subagents AND Bash) crash with 400 "thinking blocks cannot be modified"
- [Bug] Opus 4.7 fabricates stable preferences ("my default") to rationalize arbitrary choices when challenged
- [Bug] Unable to update Claude Code CLI
- [BUG] Desktop app: /remote-control mints link + connects bridge (main.log) but in-chat link/QR panel never renders
- Feature: sessionColor and sessionName in .claude/settings.json
- [BUG] Anthropic API error: thinking blocks
- [FEATURE] Support Remote MCPs in Cowork as in Claude Code
- [Bug] Anthropic API Error: 400 Bad Request with Redacted Thinking - 0 4.7 & 4.8
- [Bug] Anthropic API Error: Cannot modify thinking blocks from different model versions
- Interleaved thinking + multi-tool turn corrupts thinking block (text blanked, signature kept) → permanent 400 'blocks must remain as they were'
- [BUG] Mode/permission changes mid-tool-loop (effortLevel: xhigh) poisons entire session
- Session failure log: Opus 4.6 ignores its own rules for an entire session
- [BUG] "400 Guardrail was enabled" error when using Claude Opus 4.8 with AWS Bedrock
- [Feature Request] Add subagent approach selection option to avoid accidental feedback
- Persistent 400 'thinking blocks in the latest assistant message cannot be modified' — interleaved thinking persisted with empty text + signature bricks sessions
- [BUG] DesktopvsApp
- [BUG] Opus 4.7 cache hit rate collapse after May 27 incident — Messages 1.1k→88.9k in 9 minutes, $630/session
- [Bug] Anthropic API Error: Invalid thinking block format
- [BUG] FUCK CLAUDE
- Opus 4.8 extended thinking: Stop hook block re-entry corrupts thinking blocks → 400
- [Bug] 4.8 Fails when accessing previous model history
- [Bug] Unintended File Modifications During Execution
- [DOCS] Model configuration docs omit lean system prompt default scope and model exceptions
- Add "Always allow globally" option to permission prompts
- Server-side model upgrade (Opus 4.7→4.8) wedges in-flight sessions with `thinking blocks cannot be modified` 400
- [DOCS] AskUserQuestion docs missing multiple-choice prompt decision threshold
- [DOCS] Agent view docs omit shell-command background session launch syntax
- [DOCS] Agent view dispatch input docs incorrectly imply `/logout` dispatches as a prompt
- [DOCS] Claude in Chrome docs omit connected-browser selection behavior
- [DOCS] Plugin docs omit `defaultEnabled: false` for opt-in plugins
- Feature Request: Customizable chat text colors for user and assistant messages
- [DOCS] `/plugin` Discover tab docs omit directory-based suggested plugin pins
- VSCode Chrome integration silently fails: 3 distinct bugs
- [DOCS] MCP stdio docs omit session environment variables
- [Bug] Anthropic API error on second request within session with Claude Opus 4.8
- Cowork emits a blank session "index" handoff on focus when a CLI session is paused awaiting input
- [DOCS] MCP docs omit `claude mcp list/get` pending-approval output for unapproved project servers
- [BUG] /compact fails with 400 error when last assistant turn contains thinking blocks
- [DOCS] `/claude-api` docs omit Opus 4.8 migration guidance
- [DOCS] Fast mode docs still recommend deprecated Opus 4.6 override variable
- [DOCS] Bash tool docs omit `$TMPDIR` consistency across sandboxed and unsandboxed commands
- [Bug] Anthropic API Error: 400 Bad Request on Extended Thinking
- [DOCS] Background session docs omit worktree-isolation behavior for spawned subagents
- Built-in mechanistic self-verification of verifiable claims (symmetric to the auto permission gate)
- [DOCS] Worktree docs do not clarify `worktree.baseRef: "head"` inside linked worktrees
- [BUG] Excessive RAM usage with multiple parallel chats (~10 sessions → 30 GB memory pressure, macOS OOM)
- [DOCS] Managed MCP policy docs omit invalid `allowedMcpServers`/`deniedMcpServers` entry behavior
- [DOCS] Effort docs omit `CLAUDE_CODE_ALWAYS_ENABLE_EFFORT` unsupported-model behavior
- Regression (2.1.147–2.1.150?): resuming an extended-thinking session after a CC update/model-switch → unrecoverable 400, session bricked
- [DOCS] Windows updater docs omit `claude.exe` in-use recovery guidance
- [DOCS] VS Code auto mode docs still tie mode-picker visibility to bypass-permissions setting
- [DOCS] MCP docs omit `/mcp` tool list and detail rendering behavior
- [DOCS] Fine-grained tool streaming docs still describe provider opt-in behavior
- bypassPermissions: session startup reads flat pref, GUI toggle writes per-account pref — they never sync
- [BUG] Claude Desktop Code tab causes disk write limit violation — 8.5GB in 11 min, macOS kills app (M5, v1.9659.1)
- Ultrareview v2.1.96: docs describe /tasks command + claude ultrareview --json subcommand that don't exist; findings hard to read after completion
- I'd be happy to help create a GitHub issue title, but I don't see the error message in your message. Could you please share the specific error you're encountering? That way I can generate an accurate and descriptive issue title for you.
- [BUG] Claude in Chrome `file_upload` rejects all scheduled-task sessions with misleading error (real cause: INVALID_SESSION)
- Extended thinking: signed thinking block 'cannot be modified' (400) permanently wedges session
- RTL text support for Hebrew (and Arabic) in Claude Code
- [Bug] Random errors occurring across multiple operations