From bc2c4919fe313449e18e0b1f831c5e665b5796c0 Mon Sep 17 00:00:00 2001 From: Sam Partee Date: Mon, 10 Mar 2025 20:23:15 -0700 Subject: [PATCH] Update README.md (#284) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7761c0ed..a136df3d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Arcade is a developer platform that lets you build, deploy, and manage tools for The Tool SDK makes it easy to create powerful, secure tools that your agents can use to interact with the world. +![diagram](https://github.com/user-attachments/assets/1a567e5f-d6b4-4b1e-9918-c401ad232ebb) + To learn more, check out our [documentation](https://docs.arcade.dev/home). _Pst. hey, you, give us a star if you like it!_ @@ -91,8 +93,8 @@ Arcade solves these challenges with standardized tool definition and execution, With Arcade - - + + ```python # Building a Gmail tool without Arcade import os @@ -148,7 +150,7 @@ def list_emails(max_results=10): ``` - + ```python # Building a Gmail tool with Arcade SDK