Trip Planner Agent Team
An orchestrator runs a destination researcher, a budget planner, and an itinerary writer to produce a day-by-day trip plan within budget.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
6 nodes · Free & source-available
Trip Planner Agent Team
A friendly agent team that plans a trip. An Orchestrator coordinates a Destination Researcher, a Budget Planner, and an Itinerary Writer who pulls it all together into a day-by-day plan that respects your budget and interests.
What this workflow does
- tripBrief sets the destination, dates, budget, and interests
- Orchestrator delegates to the sub-agents and returns the final plan
- DestinationResearcher suggests sights, neighborhoods, and local tips
- BudgetPlanner breaks the budget into lodging, food, transport, and activities
- ItineraryWriter writes a day-by-day itinerary using both
- tripPlan surfaces the result
Use cases
- A quick first-draft itinerary for a personal trip
- Balancing interests against a fixed budget
- A approachable demo of the orchestrator plus sub-agent pattern
Setup
Add an LLM credential to all four Agent nodes. Edit the trip brief and run. Costs are estimates to sanity-check, not live prices.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Agent TeamsOrchestrator → Research & Writer AgentsAn Orchestrator agent hands the topic to a Research agent and a Writer agent. The result is a finished draft for newsletters, blog posts, or digests.
- Agent TeamsMarket Research Agent TeamAn orchestrator coordinates a market analyst, a competitor analyst, and a synthesizer to produce a research brief with opportunities and risks.
- Agent TeamsCustomer Feedback Triage TeamAn orchestrator runs a sentiment analyst, an issue categorizer, and a response planner to triage a batch of customer feedback.
- Agent TeamsContent Production Agent TeamAn orchestrator runs a researcher, a draft writer, and an editor to turn a topic brief into a polished, publish-ready article.
- Agent TeamsIncident Response Agent TeamAn orchestrator runs a triage analyst, a root cause analyst, and a comms lead to turn an alert into a triage report, likely cause, and status update.
- Agent TeamsRFP Response Agent TeamAn orchestrator runs a requirements parser, a solution writer, and a compliance reviewer to draft a structured first-pass RFP response.
- Agent TeamsDue Diligence Agent TeamAn orchestrator runs a financial analyst, a legal and risk analyst, and a synthesizer to produce a structured due diligence brief.
- Agent TeamsHiring Committee Agent TeamAn orchestrator runs a resume screener, a skills assessor, and a decision synthesizer to produce a structured, criteria-based hiring recommendation.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.