Back to Prompt Library
implementation

Environment Setup and Agent Initialization

Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.

Linked challenge: Autonomous Construction Site Safety Orchestration with AutoGen and Claude 4 Opus

Format
Text-first
Lines
1
Sections
1
Linked challenge
Autonomous Construction Site Safety Orchestration with AutoGen and Claude 4 Opus

Prompt source

Original prompt text with formatting preserved for inspection.

1 lines
1 sections
No variables
0 checklist items
Initialize an AutoGen environment with three agents: 'Safety_Inspector', 'Site_Foreman', and 'Robot_Controller'. Configure all agents to use the Claude 4 Opus model. Define a specific 'proxy_user' to feed sensor data from a construction site JSON stream.

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.