hermes - ✅(Solved) Fix [Bug]: cli doctor API Connectivity missing google api key/gemini api key [1 pull requests, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

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

GitHub issue graph ai analysis

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

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

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#19837Fetched 2026-05-05 06:04:49
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×4cross-referenced ×1

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Fix Action

Fixed

PR fix notes

PR #19854: fix(doctor): report google/gemini API key status in connectivity checks

Description (problem / solution / changelog)

Summary

  • Add Google/Gemini provider handling to hermes_cli/doctor.py so hermes doctor reports configured state and basic key validation for GOOGLE_API_KEY / GEMINI_API_KEY.
  • Use native Gemini endpoint check with query-string auth (key) and default base URL https://generativelanguage.googleapis.com/v1beta.
  • Include GOOGLE_API_KEY / GEMINI_API_KEY in provider env detection so .env configuration checks recognize Google/Gemini as configured.

Closes #19837

Changed files

  • hermes_cli/doctor.py (modified, +33/-0)

Code Example

no

---
RAW_BUFFERClick to expand / collapse

Bug Description

Run hermes doctor, in API Connectivity, missing Google API key / Gemini API key

Steps to Reproduce

Run hermes doctor, in API Connectivity, missing Google API key / Gemini API key

Expected Behavior

Run hermes doctor, in API Connectivity, missing Google API key / Gemini API key

Actual Behavior

Run hermes doctor, in API Connectivity, missing Google API key / Gemini API key

Affected Component

Other

Messaging Platform (if gateway-related)

No response

Debug Report

no

Operating System

macOS 15.6

Python Version

No response

Hermes Version

No response

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

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

extent analysis

TL;DR

Provide the missing Google API key and Gemini API key to resolve the issue.

Guidance

  • Check the hermes doctor configuration to see where the API keys should be provided.
  • Verify that the Google API key and Gemini API key are correctly set up and valid.
  • Look for environment variables or configuration files where the API keys might be stored.
  • Consult the hermes doctor documentation for specific instructions on setting up API connectivity.

Notes

The issue lacks information about the specific configuration and setup of hermes doctor, so the exact steps to provide the API keys are unclear.

Recommendation

Apply workaround: Provide the missing API keys to resolve the issue, as it seems to be a configuration problem rather than a code issue.

Vote matrix · Quick signals

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

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

hermes - ✅(Solved) Fix [Bug]: cli doctor API Connectivity missing google api key/gemini api key [1 pull requests, 1 participants]