It doesn't work. I got this error
63 │ │ os._exit(130) │
│ 64 │ │
│ 65 │ try: │
│ ❱ 66 │ │ loop.add_signal_handler(signal.SIGINT, _sigint_handler) │
│ 67 │ │ │
│ 68 │ │ async with Agent( │
│ 69 │ │ │ provider=config["provider"], │
│ │
│ ╭──────────────────────────────────────────────────────────────────────────────── locals ─────────────────────────────────────────────────────────────────────────────────╮ │
│ │ abort_event = <asyncio.locks.Event object at 0x000002B7D6EE1160 [unset]> │ │
│ │ agent_path = '.\agent_playwright\' │ │
│ │ config = { │ │
│ │ │ 'model': 'Qwen/Qwen2.5-72B-Instruct', │ │
│ │ │ 'provider': 'nebius', │ │
│ │ │ 'servers': [{'type': 'stdio', 'config': {'command': 'npx', 'args': ['@playwright/mcp']}}] │ │
│ │ } │ │
│ │ first_sigint = True │ │
│ │ loop = │ │
│ │ original_sigint_handler = functools.partial(<bound method Runner._on_sigint of <asyncio.runners.Runner object at 0x000002B7D6EE0AD0>>, main_task=<Task finished │ │
│ │ name='Task-1' coro=<run_agent() done, defined at B:\learning_llm\mcp.venv\Lib\site-packages\huggingface_hub\inference_mcp\cli.py:32> │ │
│ │ exception=NotImplementedError()>) │ │
│ │ prompt = None │ │
│ │ servers = [{'type': 'stdio', 'config': {'command': 'npx', 'args': ['@playwright/mcp']}}] │ │
│ ╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ │