arcade-mcp/examples
Eric Gustin 081865733a
Add examples (#136)
## PR Description
This PR adds 7 examples.

* `call_a_tool_directly_with_auth.py` - Simple example that uses Arcade
client to execute a tool that lists Gmail emails
* `call_a_tool_directly.py` - Simple example that uses Arcade client to
execute a tool that adds two numbers together
* `call_a_tool_with_llm.py` - Simple example that uses the LLM api to
star the arcade-ai repository
* `get_auth_token.py` - Simple example that gets a Google auth token and
then calls the Google API
* `call_multiple_tools_directly_with_auth.py` - A more involved example
that directly calls multiple spotify tools sequentially
* `call_multiple_tools_with_llm.py` - A more involved example that uses
an llm to call multiple spotify tools sequentially
* `simple_chatbot.py` - Simple chatbot that uses arcade tools and has
history

---------

Co-authored-by: Nate Barbettini <nathanaelb@gmail.com>
2024-11-06 11:02:41 -08:00
..
fastapi fix: circular import in arcade.core (#137) 2024-11-01 12:38:44 -07:00
langchain Langgraph update (#131) 2024-10-28 17:08:24 -07: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 Add examples (#136) 2024-11-06 11:02:41 -08:00
call_multiple_tools_with_llm.py Add examples (#136) 2024-11-06 11:02:41 -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