Skip to content

Commit 921c008

Browse files
committed
2 parents cdeef39 + a30af7b commit 921c008

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# Code Mode UTCP
1+
<div align="center">
2+
<!-- <img alt="utcp code mode banner" src="https://github.com/user-attachments/assets/77723130-ecbc-4d1d-9e9b-20f978882699" width="80%" style="margin: 20px auto;"> -->
3+
4+
<h1 align="center">🤖 Code-Mode Library: First library for tool calls via code execution</h1>
5+
<p align="center">
6+
<a href="https://github.com/universal-tool-calling-protocol">
7+
<img src="https://img.shields.io/github/followers/universal-tool-calling-protocol?label=Follow%20Org&logo=github" /></a>
8+
<a href="https://img.shields.io/npm/dt/@utcp/code-mode" title="PyPI Version">
9+
<img src="https://img.shields.io/npm/dt/@utcp/code-mode"/></a>
10+
<a href="https://github.com/universal-tool-calling-protocol/code-mode/blob/main/LICENSE" alt="License">
11+
<img src="https://img.shields.io/github/license/universal-tool-calling-protocol/code-mode" /></a>
12+
13+
[![npm](https://img.shields.io/npm/v/@utcp/code-mode)](https://www.npmjs.com/package/@utcp/code-mode)
14+
</p>
15+
</div>
216

3-
[![npm](https://img.shields.io/npm/v/@utcp/code-mode)](https://www.npmjs.com/package/@utcp/code-mode)
4-
![npm downloads](https://img.shields.io/npm/dt/@utcp/code-mode)
5-
![GitHub Stars](https://img.shields.io/github/stars/universal-tool-calling-protocol/typescript-utcp)
6-
7-
> **The first plug-and-play Code Mode library that enables tool call via code execution locally.**
817
> Transform your AI agents from clunky tool callers into efficient code executors — in just 3 lines.
918
1019
## Why This Changes Everything
@@ -17,7 +26,7 @@ LLMs excel at writing code but struggle with tool calls. Instead of exposing hun
1726
- **88% fewer API round trips**
1827
- **98.7% reduction in context overhead** for complex workflows
1928

20-
## Comprehensive Benchmarks
29+
## Benchmarks
2130

2231
Independent [Python benchmark study](https://github.com/imran31415/codemode_python_benchmark) validates the performance claims with **$9,536/year cost savings** at 1,000 scenarios/day:
2332

@@ -122,7 +131,7 @@ npm install @utcp/code-mode
122131
"mcpServers": {
123132
"code-mode": {
124133
"command": "npx",
125-
"args": ["@utcp/mcp-bridge"],
134+
"args": ["@utcp/code-mode-mcp"],
126135
"env": {
127136
"UTCP_CONFIG_FILE": "/path/to/your/.utcp_config.json"
128137
}

0 commit comments

Comments
 (0)