[PR #133] [CLOSED] Stephanie ewelu ai agents #190

Closed
opened 2025-11-06 14:58:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/133
Author: @Stephanieewelu
Created: 2/26/2025
Status: Closed

Base: mainHead: Stephanie-ewelu-AI-Agents


📝 Commits (7)

📊 Changes

3 files changed (+231 additions, -0 deletions)

View changed files

ai_agent_tutorials/astronaut_ai_agent/README.md (+24 -0)
ai_agent_tutorials/astronaut_ai_agent/aiastronaut_agent.py (+204 -0)
ai_agent_tutorials/astronaut_ai_agent/requirements.txt (+3 -0)

📄 Description

Title: Astronaut AI Agent for Space-Related Queries

Description:
This pull request introduces the Astronaut AI Agent, a custom agent designed to handle space-related queries. The agent leverages the Gemini API to provide intelligent responses tailored to the field of space exploration, astronomy, and astronautics.

Changes:
Astronaut AI Agent Implementation:

Developed an Astronaut AI Agent that uses the Gemini API to respond to space-related queries.
The agent is configured to provide answers related to space exploration, astronaut training, space missions, and related topics.
Role Customization:

Implemented a system for customizable agent roles, allowing different versions of the agent to be created based on the topic of expertise.
For example, the astronaut agent can specialize in answering questions about space missions, spacecraft, astronaut life, and more.

Gemini API Integration:
Integrated the Gemini API to process queries and provide relevant, context-aware responses from an AI trained for space-related topics.
The agent sends prompts to the Gemini API and processes the returned responses in a structured format.

Example Usage:

An example query, "What is the role of an astronaut during a space mission?" is provided to showcase how the agent handles specific space-related queries.

Requirements Update:

Updated the requirements.txt to include dependencies such as requests for seamless integration with the Gemini API.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/133 **Author:** [@Stephanieewelu](https://github.com/Stephanieewelu) **Created:** 2/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Stephanie-ewelu-AI-Agents` --- ### 📝 Commits (7) - [`ac7e56b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ac7e56b22f9e9e60d8cc287e094dd409b8cbd2a4) Create ai_astronaut_agent - [`f3a6266`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/f3a6266495502eafba14dbc930a54da1dfebc3aa) Delete ai_agent_tutorials/ai_astronaut_agent - [`bc44295`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/bc4429523220ede0acf1a5610698fcd4dd38d19b) Create README.md - [`10e7e45`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/10e7e45a7acec7ddcfa4169dcb8722e6e473f200) Added AI Agent script and dependencies - [`0b69aee`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/0b69aeed03df8814ac383ddc19b3abc0c66ae89f) Update README.md - [`cd4f395`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/cd4f39557482b6ca9dffdc46aa476b36f5624c9a) Update README.md - [`145b13b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/145b13bd56b03eb338c10411c0fef5bafd2db07a) added requirements.txt ### 📊 Changes **3 files changed** (+231 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/astronaut_ai_agent/README.md` (+24 -0) ➕ `ai_agent_tutorials/astronaut_ai_agent/aiastronaut_agent.py` (+204 -0) ➕ `ai_agent_tutorials/astronaut_ai_agent/requirements.txt` (+3 -0) </details> ### 📄 Description Title: Astronaut AI Agent for Space-Related Queries Description: This pull request introduces the Astronaut AI Agent, a custom agent designed to handle space-related queries. The agent leverages the Gemini API to provide intelligent responses tailored to the field of space exploration, astronomy, and astronautics. Changes: Astronaut AI Agent Implementation: Developed an Astronaut AI Agent that uses the Gemini API to respond to space-related queries. The agent is configured to provide answers related to space exploration, astronaut training, space missions, and related topics. Role Customization: Implemented a system for customizable agent roles, allowing different versions of the agent to be created based on the topic of expertise. For example, the astronaut agent can specialize in answering questions about space missions, spacecraft, astronaut life, and more. Gemini API Integration: Integrated the Gemini API to process queries and provide relevant, context-aware responses from an AI trained for space-related topics. The agent sends prompts to the Gemini API and processes the returned responses in a structured format. Example Usage: An example query, "What is the role of an astronaut during a space mission?" is provided to showcase how the agent handles specific space-related queries. Requirements Update: Updated the requirements.txt to include dependencies such as requests for seamless integration with the Gemini API. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:58:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#190