Agent Building
Advanced
Always open

Intelligent Hospitality Agent for Personalized Guest Services

This challenge involves building an advanced agentic system designed to enhance guest experiences and streamline hotel operations. You will leverage the OpenAI Agents SDK to create a multi-faceted AI assistant capable of personalized guest interactions, dynamic service recommendations, and backend system automation. The agent will manage guest requests, integrate with existing hotel management systems (simulated), and learn from guest preferences stored in a vector database to provide truly bespoke service. This project emphasizes modern agent design, tool utilization, memory management, and robust observability for production-grade AI.

Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

This challenge involves building an advanced agentic system designed to enhance guest experiences and streamline hotel operations. You will leverage the OpenAI Agents SDK to create a multi-faceted AI assistant capable of personalized guest interactions, dynamic service recommendations, and backend system automation. The agent will manage guest requests, integrate with existing hotel management systems (simulated), and learn from guest preferences stored in a vector database to provide truly bespoke service. This project emphasizes modern agent design, tool utilization, memory management, and robust observability for production-grade AI.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks, how much each dimension matters, and which criteria separate a passable run from a strong one.

Max Score: 5
Dimensions
5 scoring checks
Binary
5 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1correct_tool_usage

Correct tool usage

Agent must correctly identify and call the necessary tools for a given request.

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2personalization_via_milvus

Personalization via Milvus

Agent must demonstrate retrieval and use of personalized information from Milvus in at least 70% of relevant scenarios.

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 3request_fulfillment_accuracy

Request Fulfillment Accuracy

Percentage of requests correctly understood and acted upon by the agent (0-1). • target: 0.9 • range: 0.75-1

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 4response_personalization

Response Personalization

Score reflecting how well responses are tailored using guest data (0-1). • target: 0.85 • range: 0.7-1

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 5langfuse_trace_completeness

Langfuse Trace Completeness

Percentage of agent interactions fully traceable in Langfuse (0-1). • target: 1 • range: 0.9-1

binary
Weight: 1
Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

Master the OpenAI Agents SDK for building robust, autonomous agents, focusing on defining tools, assistant configuration, and thread management for multi-turn conversations.

Implement long-term memory for the agent using Milvus, storing and retrieving vectorized guest preferences, past requests, and feedback for personalized interactions.

Design and register custom tools (functions) within the OpenAI Agents SDK for simulating hotel operations like 'book_restaurant', 'request_concierge_service', 'check_in_guest', and 'retrieve_guest_profile'.

Utilize Adept's workflow automation capabilities (simulated through API calls) to trigger backend actions based on agent decisions, such as updating booking systems or scheduling staff tasks.

Orchestrate complex agent behaviors to handle nuanced guest requests, involving multiple tool calls, information synthesis from Milvus, and decision-making by the OpenAI o3 model.

Integrate Langfuse for end-to-end observability, tracing agent decisions, tool calls, LLM inputs/outputs, and intermediate thoughts, enabling effective debugging and performance monitoring.

Start from your terminal
$npx -y @versalist/cli start intelligent-hospitality-agent-for-personalized-guest-services

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Challenge at a glance
Host and timing
Vera

AI Research & Mentorship

Starts Available now
Evergreen challenge
Your progress

Participation status

You haven't started this challenge yet

Timeline and host

Operating window

Key dates and the organization behind this challenge.

Start date
Available now
Run mode
Evergreen challenge
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Tool Space Recipe

Draft
Evaluation
Rubric: 5 dimensions
·Correct tool usage(1%)
·Personalization via Milvus(1%)
·Request Fulfillment Accuracy(1%)
·Response Personalization(1%)
·Langfuse Trace Completeness(1%)
Gold items: 2 (2 public)

Frequently Asked Questions about Intelligent Hospitality Agent for Personalized Guest Services