arcade-mcp/examples/agent_frameworks/langchain/studio
Eric Gustin d7107c107d
Update examples (#601)
* Reorganize the examples folder
* Add two mcp server examples. A local filesystem server and a simple
'starter' server.
2025-10-03 17:37:22 -07:00
..
configuration.py Update examples (#601) 2025-10-03 17:37:22 -07:00
env.example Update examples (#601) 2025-10-03 17:37:22 -07:00
graph.py Update examples (#601) 2025-10-03 17:37:22 -07:00
langgraph.json Update examples (#601) 2025-10-03 17:37:22 -07:00
README.md Update examples (#601) 2025-10-03 17:37:22 -07:00
requirements.txt Update examples (#601) 2025-10-03 17:37:22 -07:00

Setup

Environment

Copy the env.example file to .env and supply your API keys for at least OPENAI_API_KEY and ARCADE_API_KEY.

  • Arcade API key: ARCADE_API_KEY (instructions here)
  • OpenAI API key: OPENAI_API_KEY (instructions here)

Usage with LangGraph API

Local testing with LangGraph Studio

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.