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.
This commit is contained in:
parent
6921500e3c
commit
454390486a
1 changed files with 5 additions and 5 deletions
10
README.md
10
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` |
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue