docs: add Hermes Agent integration page#55
Conversation
Add an integration guide for Hermes Agent (Nous Research), a self-hosted persistent AI agent, configured to route through Eden AI's OpenAI-compatible endpoint. Verified end-to-end against the installed CLI (v0.16.0): - custom provider with base_url https://api.edenai.run/v3 - key auto-derived from host as EDENAI_API_KEY - recommends a function-calling model (anthropic/claude-sonnet-4-5); documents why @edenai smart routing fails for an agent that always sends `tools` Group Hermes and OpenClaw under a new "Autonomous Agents" nav category, separate from the interactive Coding Agents, and update OpenClaw's articleSection and cross-links accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 59 minutes and 3 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughAdds a new ChangesHermes Agent integration and nav reorganization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Verified that @edenai + a tools parameter returns 400 ("providers do not support function calling"), so the smart router is unusable for agents that always send tools. Remove all @edenai references from the Hermes and OpenClaw pages and default both to a function-calling model (anthropic/claude-sonnet-4-5). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ack command - Choosing-a-model "Maximum capability" -> anthropic/claude-opus-4-8 (4-7 superseded; 4-8 is live and newer in the Eden AI catalog) - about="Autonomous AI Agents" on hermes + openclaw (was the stale Coding Agents value left over after moving both pages to the Autonomous Agents section) - Set up a fallback: use `hermes fallback add` (bare `hermes fallback` only lists the chain; verified against Hermes v0.16.0) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Summary
Adds an integration guide for Hermes Agent (Nous Research) — a self-hosted, persistent AI agent — configured to route through Eden AI's OpenAI-compatible endpoint.
Also introduces a new Autonomous Agents nav category and moves Hermes + OpenClaw into it, separating them from the interactive Coding Agents.
Changes
v3/integrations/hermes.mdx+ logointegration-logo/hermes-icondoc.svgdocs.json) containinghermesandopenclawopenclaw.mdx): updatedarticleSectionto "Autonomous Agents" and refreshed Next Steps cross-linksVerified end-to-end (Hermes CLI v0.16.0)
I installed Hermes locally and tested the documented flow against the live Eden AI API:
hermes config setcustom provider,base_url=https://api.edenai.run/v3EDENAI_API_KEYmodel.default = @edenai400— smart router selected non-function-calling models; Hermes always sendstoolsmodel.default = anthropic/claude-sonnet-4-5The page reflects these findings: it recommends a function-calling model as the default, documents the correct config paths (
%LOCALAPPDATA%\hermes\on Windows,~/.hermes/on macOS/Linux) and the host-derived key mechanism, and includes a troubleshooting entry for the@edenai+toolsfailure.🤖 Generated with Claude Code
Summary by CodeRabbit