Skip to content

Commit 638fe2c

Browse files
k4cper-gclaude
andcommitted
Use classic shields and add npm/PyPI version badges
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c958331 commit 638fe2c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
Python SDK for the Computer Use Protocol
99
</p>
1010

11-
<br>
12-
1311
<p align="center">
14-
<a href="https://pypi.org/project/computeruseprotocol"><img src="https://img.shields.io/pypi/v/computeruseprotocol?style=for-the-badge&color=FF6F61&labelColor=000000&v=1" alt="PyPI"></a>
15-
<a href="https://github.com/computeruseprotocol/python-sdk/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-0cc0df?style=for-the-badge&labelColor=000000" alt="MIT License"></a>
16-
<a href="https://github.com/computeruseprotocol/computeruseprotocol"><img src="https://img.shields.io/badge/Spec-computer--use--protocol-7ed957?style=for-the-badge&labelColor=000000" alt="Spec"></a>
12+
<a href="https://pypi.org/project/computeruseprotocol/"><img src="https://img.shields.io/pypi/v/computeruseprotocol" alt="PyPI version"></a>
13+
<a href="https://www.npmjs.com/package/computeruseprotocol"><img src="https://img.shields.io/npm/v/computeruseprotocol" alt="npm version"></a>
14+
<a href="https://github.com/computeruseprotocol/python-sdk/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License"></a>
15+
<a href="https://github.com/computeruseprotocol/computer-use-protocol"><img src="https://img.shields.io/badge/spec-computer--use--protocol-green" alt="Spec"></a>
1716
</p>
1817

1918
The official Python SDK for the [Computer Use Protocol (CUP)](https://github.com/computeruseprotocol/computeruseprotocol) — a universal protocol for AI agents to perceive and interact with any desktop UI. This package provides tree capture, action execution, semantic search, and an MCP server for AI agent integration.

0 commit comments

Comments
 (0)