Arcade Ai
    Arcade Ai

    Arcade Ai

    Arcade Python SDK, CLI, and toolkits

    3.5

    GitHub Stats

    Stars

    509

    Forks

    43

    Release Date

    6/17/2025

    about three weeks ago

    Detailed Description

    arcade ai platform

    arcade is a developer platform that lets you build, deploy, and manage tools for ai agents.

    this repository contains the core arcade libraries, organized as separate packages for maximum flexibility and modularity:

    • arcade-core - core platform functionality and schemas
    • arcade-tdk - tool development kit with the @tool decorator
    • arcade-serve - serving infrastructure for workers and mcp servers
    • arcade-evals - evaluation framework for testing tool performance
    • arcade-cli - command-line interface for the arcade platform

    diagram

    to learn more about arcade.dev, check out our documentation.

    pst. hey, you, give us a star if you like it!

    quick start

    installation

    for development, install all packages with dependencies using uv workspace:

    # install all packages and dev dependencies
    uv sync --extra all --dev
    
    # or use the makefile (includes pre-commit hooks)
    make install
    

    for production use, install individual packages as needed:

    pip install arcade-ai          # cli
    pip install 'arcade-ai[evals]' # cli + evaluation framework
    pip install 'arcade-ai[all]'   # cli + serving infra + eval framework + tdk
    pip install arcade_serve       # serving infrastructure
    pip install arcade-tdk         # tool development kit
    

    development

    use the makefile for standard tasks:

    # run tests
    make test
    
    # run linting and type checking
    make check
    
    # build all packages
    make build
    
    # see all available commands
    make help
    

    client libraries

    support and community

    Star History

    Star History

    Oct 5Nov 14Dec 13Jan 5Jan 25Feb 24Mar 21Apr 19May 19Jun 5Jul 70150300450600
    Powered by MSeeP Analytics

    About the Project

    This app has not been claimed by its owner yet.

    Claim Ownership

    Receive Updates

    Security Updates

    Get notified about trust rating changes

    to receive email notifications.