Back to Prompt Library
implementation
Gemini-Powered Analysis and Forecasting Agents
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Real-time Weather Prediction Agents
Format
Text-first
Lines
1
Sections
1
Linked challenge
Real-time Weather Prediction Agents
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Develop the 'Weather Analyst Agent' and 'Forecast Generation Agent'. The Analyst Agent, powered by Gemini 2.5 Pro, should identify patterns and anomalies in the processed data. The Forecast Generation Agent, also using Gemini 2.5 Pro or interacting with a Cerebras Inference endpoint for a pre-trained model, should produce a 24-hour forecast. Define tasks for these agents and set up their communication flow within CrewAI.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Hold the task contract and output shape stable so generated implementations remain comparable.
Tune next
Update libraries, interfaces, and environment assumptions to match the stack you actually run.
Verify after
Test failure handling, edge cases, and any code paths that depend on hidden context or secrets.