{
  "project": "AI Booking Agent - WhatsApp & A2A Protocol",
  "team": "Teamwork Mauritius",
  "hackathon": "AWS AI Agent Global Hackathon 2025",
  "status": "DEPLOYED & ACTIVE",
  "deployed_at": "2025-01-26T08:00:00Z",
  "demo_video": "https://youtu.be/Y0EdjH65IIQ",
  "github": "https://github.com/YOUR_USERNAME/aws-ai-agent-global-hackathon-2025",
  "capabilities": {
    "whatsapp_bot": {
      "status": "active",
      "description": "24/7 booking system for 2B WhatsApp users",
      "features": [
        "Knowledge base queries (menu, allergens, sustainability)",
        "Automated booking with Google Calendar",
        "AgentCore Memory (semantic search across sessions)",
        "Handles 1000+ concurrent users"
      ]
    },
    "a2a_protocol": {
      "status": "active",
      "description": "Agent-to-agent autonomous booking",
      "features": [
        "Agent discovery via A2A protocol",
        "Autonomous negotiation (preferences, constraints)",
        "Calendar integration (conflict resolution)",
        "AP2 payments (human-in-loop approval)"
      ]
    }
  },
  "aws_services": [
    "Amazon Bedrock AgentCore Runtime",
    "Amazon Bedrock Nova Pro",
    "AgentCore Memory (semantic search)",
    "AgentCore Gateway (tool integration)",
    "AWS End User Messaging (Social)",
    "Lambda (serverless)",
    "Cognito (OAuth)",
    "S3 (knowledge base)",
    "SNS (messaging)"
  ],
  "open_protocols": [
    "A2A (agent-to-agent communication)",
    "AP2 + x402 (agent-native payments)",
    "MCP (Model Context Protocol)"
  ],
  "endpoints": {
    "public_demo": "This endpoint (no auth)",
    "whatsapp": "Active via AWS End User Messaging",
    "a2a": "Requires Cognito OAuth (see documentation)"
  },
  "documentation": {
    "readme": "https://github.com/YOUR_USERNAME/aws-ai-agent-global-hackathon-2025/blob/main/README.md",
    "architecture": "https://github.com/YOUR_USERNAME/aws-ai-agent-global-hackathon-2025/blob/main/docs/architecture/system-architecture.md",
    "a2a_setup": "https://github.com/YOUR_USERNAME/aws-ai-agent-global-hackathon-2025/blob/main/docs/guides/A2A_SETUP.md"
  },
  "metrics": {
    "response_time": "2 seconds",
    "concurrent_capacity": "1000+ users",
    "cost_per_booking": "$0.10",
    "availability": "99.9% (24/7)"
  }
}