arcade-mcp/examples
Sam Partee 7960158ee8
Update langchain integration to 1.0.0 (#230)
This PR updates the LangChain Arcade integration to v1.0.0, making the
following key changes:
• Bumped the package version in pyproject.toml from 0.2.0 to 1.0.0.
• Changed the default parameter in ArcadeToolManager from
langgraph=False to langgraph=True.
• Updated dependencies to require langgraph≥0.2.67,<0.3.0 and simplified
extras.
• Adjusted example scripts to remove explicit authorization_url
references in favor of a unified URL field.
• Updated docs and environment references to align with new usage
patterns and emphasize environment variables.
These changes unify and streamline the LangGraph-based tooling while
ensuring compatibility with the latest 1.0.0 release.
2025-01-26 22:23:14 -08:00
..
langchain Update langchain integration to 1.0.0 (#230) 2025-01-26 22:23:14 -08:00
serving-tools Improve Docker Build and Deployment for Arcade Worker (#205) 2025-01-23 12:57:24 -08:00
.gitignore Pass ToolContext and CLI cleanup (#13) 2024-08-13 15:40:08 -07:00
call_a_tool_directly.py Add examples (#136) 2024-11-06 11:02:41 -08:00
call_a_tool_directly_with_auth.py Add examples (#136) 2024-11-06 11:02:41 -08:00
call_a_tool_with_llm.py Add examples (#136) 2024-11-06 11:02:41 -08:00
call_multiple_tools_directly_with_auth.py Remove Spotify examples using deprecated tools (#199) 2025-01-17 15:23:48 -08:00
call_multiple_tools_with_llm.py Remove Spotify examples using deprecated tools (#199) 2025-01-17 15:23:48 -08:00
get_auth_token.py Add examples (#136) 2024-11-06 11:02:41 -08:00
simple_chatbot.py Add examples (#136) 2024-11-06 11:02:41 -08:00