The Scenario
You are building a multi-agent system for a travel agency. The "Greeter Agent" talks to the user first. If the user asks about flights, the Greeter must pass the conversation to the "Flight Booking Agent". If the user asks about hotels, it passes to the "Hotel Agent".
The Brief
Write the System Prompt for the Greeter Agent defining exactly how and when it should hand off the conversation to the specialist agents.
Deliverables
- The Greeter Agent System Prompt
- The exact trigger commands the Greeter must output to initiate a handoff (e.g., `[TRANSFER: FLIGHTS]`)
- Rules for handling ambiguous requests (e.g., "I need a flight and a hotel for next week")
Submission Guidance
Routing is the hardest part of basic multi-agent systems. The Greeter must not try to book the flight itself. It must be strictly constrained to gathering intent and routing.
Submit Your Work
Your submission is graded against the rubric on the right. If you pass, you get a public Badge URL you can share on LinkedIn. There is no draft save, so work offline first and paste your finished response here.