Skip to content

HDDS-14816. Add Recon AI Assistant backend foundation with Google Gemini integration#9915

Draft
ArafatKhan2198 wants to merge 2 commits intoapache:masterfrom
ArafatKhan2198:HDDS-14816
Draft

HDDS-14816. Add Recon AI Assistant backend foundation with Google Gemini integration#9915
ArafatKhan2198 wants to merge 2 commits intoapache:masterfrom
ArafatKhan2198:HDDS-14816

Conversation

@ArafatKhan2198
Copy link
Contributor

What changes were proposed in this pull request?

What the Recon AI Chatbot Does

The Recon AI Assistant is a chatbot that lets users ask questions about the system using normal English instead of manually calling REST APIs.

Instead of a user needing to know which API endpoint to call, the chatbot understands the question, calls the correct API internally, and returns a simple explanation of the result.

Example:

User question:

“How many datanodes are unhealthy?”

Normally the user would have to:

  1. Know the correct API endpoint
  2. Call the API
  3. Read the JSON response
  4. Interpret the result

With the chatbot:

  1. The user asks the question in plain English.
  2. The chatbot figures out which API to call.
  3. It calls the API automatically.
  4. It summarizes the result in simple language.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-14816

How was this patch tested?

@ArafatKhan2198 ArafatKhan2198 changed the title Integrate an AI Assistant to Recon. HDDS-14816. Add Recon AI Assistant backend foundation with Google Gemini integration Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant