mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-11 17:48:31 -05:00
[PR #133] [CLOSED] Stephanie ewelu ai agents #190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/133
Author: @Stephanieewelu
Created: 2/26/2025
Status: ❌ Closed
Base:
main← Head:Stephanie-ewelu-AI-Agents📝 Commits (7)
ac7e56bCreate ai_astronaut_agentf3a6266Delete ai_agent_tutorials/ai_astronaut_agentbc44295Create README.md10e7e45Added AI Agent script and dependencies0b69aeeUpdate README.mdcd4f395Update README.md145b13badded requirements.txt📊 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.