# PR Description * This PR updates code in `examples/` to be compatible with version 1.0.0 * This PR removes the Spotify examples since the Arcade hosted worker doesn't currently cataloge the Spotify toolkit. We can reintroduce these examples when it does. * This PR performs various renames across the codebase for `arcade-ai.com` --> `arcade.dev` and `Arcade AI` --> `Arcade`
1 KiB
1 KiB
Setup
API keys
Follow these instructions to Install Arcade and create an API key.
This example is using OpenAI, as the LLM provider. Ensure you have an OpenAI API key.
Environment variables
Copy the env.example file to .env and supply your API keys for at least OPENAI_API_KEY and ARCADE_API_KEY.
Usage with LangGraph API
Local testing with LangGraph Studio
For testing locally (e.g., currently supported only on MacOS), you can use the LangGraph Studio desktop application.
Download LangGraph Studio and open this directory in the Studio application.
The langgraph.json file in this directory specifies the graph that will be loaded in Studio.
Deploying to LangGraph Cloud
Follow these instructions to deploy your graph to LangGraph Cloud.