arcade ai
Basic Information
Arcade AI Platform is a developer-focused platform and library collection for building, deploying, and managing tools for AI agents. The repository hosts modular packages that split core capabilities into focused libraries: arcade-core for platform functionality and schemas, arcade-tdk as a Tool Development Kit that exposes an @tool decorator for creating tools, arcade-serve which provides serving infrastructure for workers and MCP servers, arcade-evals which supplies an evaluation framework for testing tool performance, and arcade-cli which offers a command-line interface to interact with the platform. The README documents installation options for development and production, a Makefile-driven development workflow, and references client libraries for Python, JavaScript, and Go. The project is intended for developers creating agent tooling, running worker processes, and integrating Arcade components into broader AI systems.