From 454390486ab4502d31cee0e711c14bcfc7e740a5 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:02:45 -0700 Subject: [PATCH] Update README.md (#450) The links to the different libs/ packages are broken when viewed on PyPI because they are relative paths to the source code. This PR updates this. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7aedfa84..18dd6925 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ Arcade is a developer platform that lets you build, deploy, and manage tools for This repository contains the core Arcade libraries, organized as separate packages for maximum flexibility and modularity: -- [**`arcade-core`**](libs/arcade-core) - Core platform functionality and schemas -- [**`arcade-tdk`**](libs/arcade-tdk) - Tool Development Kit with the `@tool` decorator -- [**`arcade-serve`**](libs/arcade-serve) - Serving infrastructure for workers and MCP servers -- [**`arcade-evals`**](libs/arcade-evals) - Evaluation framework for testing tool performance -- [**`arcade-cli`**](libs/arcade-cli) - Command-line interface for the Arcade platform +- **arcade-core** - Core platform functionality and schemas | [Source code](https://github.com/ArcadeAI/arcade-ai/tree/main/libs/arcade-core) | `pip install arcade-core` | +- **arcade-tdk** - Tool Development Kit with the `@tool` decorator | [Source code](https://github.com/ArcadeAI/arcade-ai/tree/main/libs/arcade-tdk) | `pip install arcade-tdk` | +- **arcade-serve** - Serving infrastructure for workers and MCP servers | [Source code](https://github.com/ArcadeAI/arcade-ai/tree/main/libs/arcade-serve) | `pip install arcade-serve` | +- **arcade-evals** - Evaluation framework for testing tool performance | [Source code](https://github.com/ArcadeAI/arcade-ai/tree/main/libs/arcade-evals) | `pip install 'arcade-ai[evals]` | +- **arcade-cli** - Command-line interface for the Arcade platform | [Source code](https://github.com/ArcadeAI/arcade-ai/tree/main/libs/arcade-cli) | `pip install arcade-ai` | ![diagram](https://github.com/user-attachments/assets/1a567e5f-d6b4-4b1e-9918-c401ad232ebb)