-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enhancement: Add Nous Research / Hermes Agent as a provider #1367
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.This issue is about auth, provider routing, model choice, or SecretRef resolution.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:auth-providerThis issue is about auth, provider routing, model choice, or SecretRef resolution.This issue is about auth, provider routing, model choice, or SecretRef resolution.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Provider request: Nous Research / Hermes Agent
What is it?
Nous Research runs a managed AI subscription portal (Nous Portal) that powers Hermes Agent. Users authenticate via OAuth at portal.nousresearch.com and receive usage credits/limits similar to other providers CodexBar already tracks.
Why add it?
Nous Portal is a growing subscription tier (OpenAI-compatible endpoint) with monthly credit budgets. Users would benefit from seeing their Nous credit balance and reset windows directly in the menu bar alongside their other providers.
Auth method / endpoints to explore
portal.nousresearch.com)/v1/usagestyle endpointPrecedent
Similar to how OpenRouter (API token + usage endpoint) and other portal-based providers are handled. If Nous exposes a
/v1/usageor billing RPC endpoint, the integration pattern should be straightforward.Happy to help test or provide more details about the API surface if the Nous team can share endpoint docs.