Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Agent Testing Framework – DataMind AI Assessment

Overview

Framework for testing an AI reservation agent using MCP tools.

  • Agent: agent.py (stub for Claude AI agent)
  • MCP Server: src/reservation_server.py (reservation tools)
  • Test Cases: problems/001–004 (with validation scripts)
  • System Prompt: prompts/system_prompt.txt (business rules)

Problems

Problem Description
001 Minimal stub (passes example test)
002 Blocks January reservations
003 Adds services to reservations
004 Challenging multi-reservation + services scenario

Running Tests

From project root:

chmod +x docker-run.sh
./docker-run.sh problems/001
./docker-run.sh problems/002
./docker-run.sh problems/003
./docker-run.sh problems/004

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages