Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Graphene
tutorials
Commits
c88e5a9f
Commit
c88e5a9f
authored
1 month ago
by
Swetha Lakshmana Murthy
Browse files
Options
Downloads
Patches
Plain Diff
Edit README.md
parent
e7146093
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
agentic-workflows/README.md
+11
-14
11 additions, 14 deletions
agentic-workflows/README.md
with
11 additions
and
14 deletions
agentic-workflows/README.md
+
11
−
14
View file @
c88e5a9f
...
@@ -57,11 +57,11 @@ Provides real-time weather and a 24-hour forecast using the Open-Meteo API.
...
@@ -57,11 +57,11 @@ Provides real-time weather and a 24-hour forecast using the Open-Meteo API.
-
JSON includes timezone, elevation, and other metadata
-
JSON includes timezone, elevation, and other metadata
**Sample Prompts**
:
**Sample Prompts**
:
1.
Retrieve current weather and 24-hour forecast for
'
{city
_name}'
with temperature, precipitation, and wind speed.
1.
Retrieve current weather and 24-hour forecast for {city
}
with temperature, precipitation, and wind speed.
2
.
Get localized weather data for
a GPS coordinate
to validate a climate model.
1
.
Get localized weather data for
{city}
to validate a climate model
using GPS coordinates
.
3
.
Fetch timezone, elevation, and forecast data for environmental analysis.
1
.
Fetch timezone, elevation, and forecast data for
{city} for
environmental analysis.
4
.
Provide detailed meteorological data for travel or event planning in
'
{city
_name}'
.
1
.
Provide detailed meteorological data for travel or event planning in {city
}
.
5
.
Obtain weather data for disaster preparedness in
a specific
region.
1
.
Obtain weather data for disaster preparedness in
{city} or its surrounding
region.
---
---
...
@@ -91,11 +91,9 @@ Finds nearby tourist attractions and amenities using OpenStreetMap.
...
@@ -91,11 +91,9 @@ Finds nearby tourist attractions and amenities using OpenStreetMap.
-
Returns POIs with names, types, and coordinates
-
Returns POIs with names, types, and coordinates
**Sample Prompts**
:
**Sample Prompts**
:
1.
List tourist attractions and amenities within walking distance of '{address}'.
1.
List tourist attractions and amenities within walking distance of {address}.
2.
Find venues near '{address}' for event planning.
1.
Find event venues or spaces near {address} suitable for planning gatherings or meetings.
3.
Show family-friendly locations like parks and cafés near '{address}'.
1.
Show family-friendly places like parks, cafés, or playgrounds near {address}.
4.
Identify safe, walkable routes with interesting stops in a given area.
5.
Recommend local places of interest near a travel destination.
---
---
...
@@ -126,7 +124,7 @@ Extracts summaries and linked metadata from Wikipedia.
...
@@ -126,7 +124,7 @@ Extracts summaries and linked metadata from Wikipedia.
1.
Summarize '{query}' with article title, overview, URL, and categories.
1.
Summarize '{query}' with article title, overview, URL, and categories.
2.
Return a Spanish-language summary of '{query}' with English metadata.
2.
Return a Spanish-language summary of '{query}' with English metadata.
3.
Provide JSON output with structured Wikipedia data for '{query}'.
3.
Provide JSON output with structured Wikipedia data for '{query}'.
4.
List categories and overview of a scientific term from Wikipedia.
4.
List categories and overview of a scientific term
'{term}'
from Wikipedia.
5.
Compare summaries of related concepts like ‘machine learning’ and ‘AI’.
5.
Compare summaries of related concepts like ‘machine learning’ and ‘AI’.
---
---
...
@@ -141,10 +139,9 @@ Generates geospatial accessibility scores for a city.
...
@@ -141,10 +139,9 @@ Generates geospatial accessibility scores for a city.
**Sample Prompts**
:
**Sample Prompts**
:
1.
Generate accessibility heatmap for 'Barcelona' to identify underserved areas.
1.
Generate accessibility heatmap for 'Barcelona' to identify underserved areas.
2.
Compare accessibility in central vs. peripheral neighborhoods in '
Mumbai
'.
2.
Compare accessibility in central vs. peripheral neighborhoods in '
Bangalore
'.
3.
Extract top 10 underserved zones in 'Toronto' for city development.
3.
Extract top 10 underserved zones in 'Toronto' for city development.
4.
Identify locations in London needing new healthcare facilities.
4.
Recommend new supermarket locations in Vienna based on amenity gaps.
5.
Recommend new supermarket locations in Vienna based on amenity gaps.
## How to wire them up?
## How to wire them up?
🎥
[
Watch the walkthrough video
](
media/AI_Pipeline.mp4
)
– fast overview of connecting LLMs to MCP tools via gRPC and building pipelines.
🎥
[
Watch the walkthrough video
](
media/AI_Pipeline.mp4
)
– fast overview of connecting LLMs to MCP tools via gRPC and building pipelines.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment