Back to Prompt Library
implementation
Implement Core Supply Chain Tools
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Build a Model-First Reasoning Agent for Multi-Tier Supply Chain Optimization using LangGraph & Llama 3.3
Format
Text-first
Lines
1
Sections
1
Linked challenge
Build a Model-First Reasoning Agent for Multi-Tier Supply Chain Optimization using LangGraph & Llama 3.3
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Develop Python functions that simulate essential supply chain operations. These 'tools' should include: `get_inventory_levels(product_id)`, `place_order(product_id, quantity, supplier_id)`, `get_demand_forecast(product_id, period)`, and `update_production_plan(product_id, quantity)`. Ensure these tools return structured data that the Llama 3.3 agent can easily parse and incorporate into its reasoning process.
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.