arcade-mcp/examples/serving-tools/modal
Eric Gustin 19086818d2
Make fastapi a regular dependency (#243)
## PR Description
Changes `pip install 'arcade-ai[fastapi]'` to `pip install arcade-ai`. 
In other words, FastAPI is now a required dependecy of arcade-ai.


Additionally, I snuck in some minor cleanup changes.
2025-02-10 15:30:51 -08:00
..
README.md Improve Docker Build and Deployment for Arcade Worker (#205) 2025-01-23 12:57:24 -08:00
run-arcade-worker.py Make fastapi a regular dependency (#243) 2025-02-10 15:30:51 -08:00

Deploy a Custom Arcade Worker on Modal

Requirements

  • Python 3.10+
  • Modal CLI

Deploy

cd examples/serving-tools
modal deploy run-arcade-worker.py

Changing the Toolkits

To change the toolkits, edit the toolkits list in the run-arcade-worker.py file.