Back to Prompt Library
implementation
Define Specialized Drone Operation Tools for Agents
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Autonomous Drone Ops Planning with LlamaIndex Agents and DeepSeek R1
Format
Text-first
Lines
1
Sections
1
Linked challenge
Autonomous Drone Ops Planning with LlamaIndex Agents and DeepSeek R1
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Create LlamaIndex tools that allow agents to interact with a simulated drone control system. Tools should include functions for `get_weather_data`, `get_restricted_airspace_data`, `plan_flight_path`, `execute_mission`, and `report_incident`. Consider how AutoGPT-style tools could enhance autonomous operation. Integrate Trustwise by adding a `check_policy_compliance` tool that agents can call before critical actions. Define these tools and associate them with your LlamaIndex agents.
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.