Skip to content

Commit cad938a

Browse files
Logo
1 parent c55ae4f commit cad938a

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<div align="center">
2-
<h1>ToolMaker</h1>
2+
<img src="resources/logo_full.svg" alt="ToolMaker" />
33
</div>
4+
<hr>
45

56
<img src="resources/logo.svg" width="130px" align="right" />
67

8+
**ToolMaker turns GitHub repositories into LLM-compatible tools.**
9+
710
This repository contains the official code for the paper:
811

912
> [**LLM Agents Making Agent Tools**](https://arxiv.org/abs/2502.11705)
@@ -31,7 +34,7 @@ Tool use has turned large language models (LLMs) into powerful agents that can p
3134
## Installation
3235
First clone this repository, including submodules (note the `--recursive` flag):
3336
```bash
34-
git clone --recursive ehttps://github.com/KatherLab/ToolMaker
37+
git clone --recursive https://github.com/KatherLab/ToolMaker
3538
```
3639

3740
Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if you haven't already.

resources/logo_full.svg

Lines changed: 24 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)