26 lines
899 B
Markdown
26 lines
899 B
Markdown
<div style="display: flex; justify-content: center; align-items: center;">
|
|
<img
|
|
src="https://docs.arcade.dev/images/logo/arcade-logo.png"
|
|
style="width: 250px;"
|
|
>
|
|
</div>
|
|
|
|
<div style="display: flex; justify-content: center; align-items: center; margin-bottom: 8px;">
|
|
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="Python version" style="margin: 0 2px;">
|
|
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License" style="margin: 0 2px;">
|
|
<img src="https://img.shields.io/pypi/v/arcade_github_api" alt="PyPI version" style="margin: 0 2px;">
|
|
</div>
|
|
|
|
|
|
<br>
|
|
<br>
|
|
|
|
# Arcade github_api Toolkit
|
|
Tools that enable LLMs to interact directly with the GitHub API.
|
|
## Features
|
|
|
|
- The github_api toolkit does not have any features yet.
|
|
|
|
## Development
|
|
|
|
Read the docs on how to create a toolkit [here](https://docs.arcade.dev/home/build-tools/create-a-toolkit)
|