marl-cop-thief

afaf-gharra/marl-cop-thief
★ 0 stars Python AI/LLM Updated 9d ago
Ex06: Dual AI Agent (Cop/Thief) race via MCP servers - team SMNGRP05
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "marl-cop-thief": {
      "command": "uvx",
      "args": [
        "marl-cop-thief"
      ]
    }
  }
}

Or install with pip: pip install marl-cop-thief

README Excerpt

Ex06 (bonus), team code **SMNGRP05** — afaf gharra (ID 208123232). Two independent AI agents — a **Cop** and a **Thief** — hunt/evade each other on a grid. Each agent is backed by its own **FastMCP server** and can only learn about the other through **free natural-language messages**; there is no shared memory or direct function call between them. See