Advancedstable06_/_ADVANCED
Travel Planner
Builds a multi-day itinerary from a destination, dates, and travel style, with weather-aware day plans.
# INPUT_PROMPT // TRAVEL_PLANNER
SCHEMA: V.1.0system@agent-archive:~$
IDLE
OUTPUT_LOG:
[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.
LIVE_EXECUTION_LOG // travel-planner0 EVENTS
[STREAM] No active execution. Trigger a run to populate the log.
/SYSTEM_INTERNALS
ARCHITECTURE
SYSTEM_ARCHITECTURE
[01]Destination Profiler
[02]Day Planner
[03]Weather Adjuster
/BACKEND_CONTRACT
PLUGGABLE RUNTIME
This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/advanced/travel-planner to a real CrewAI service - no UI change required.
/TYPED_INTERFACE
runProject(TRAVEL_PLANNER, {
destination: string,
dates: string,
style: string,
}) -> markdown