MCP Server Framework and Tool Development library for building custom capabilities into agents.
# PR Description This PR improves the CLI command `arcade new` in multiple ways. 1. When prompting the developer if they want to create a test/evals folder, the default was printed twice. This is now fixed. 2. Whether to generate a test/eval directory, the user must enter "yes". This PR relaxes this to accept other variations. 3. Creates an eval suite instead of an empty folder. 4. Prevents a developer from overwriting an existing toolkit. |
||
|---|---|---|
| .github | ||
| .vscode | ||
| arcade | ||
| docker | ||
| examples | ||
| schemas/preview | ||
| toolkits | ||
| .editorconfig | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .prettierignore | ||
| .prettierrc.toml | ||
| .ruff.toml | ||
| CONTRIBUTING.md | ||
| cspell.config.yaml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Arcade AI is the developer platform for building tools designed to be used with language models. With Arcade, developers can create, deploy, and easily integrate new tools with language models to enhance their capabilities.