Update README.md (#284)
This commit is contained in:
parent
28ea4d8933
commit
bc2c4919fe
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
The Tool SDK makes it easy to create powerful, secure tools that your agents can use to interact with the world.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
To learn more, check out our [documentation](https://docs.arcade.dev/home).
|
To learn more, check out our [documentation](https://docs.arcade.dev/home).
|
||||||
|
|
||||||
_Pst. hey, you, give us a star if you like it!_
|
_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,
|
||||||
<th>With Arcade</th>
|
<th>With Arcade</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="font-size: 0.7em;">
|
<td >
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Building a Gmail tool without Arcade
|
# Building a Gmail tool without Arcade
|
||||||
import os
|
import os
|
||||||
|
|
@ -148,7 +150,7 @@ def list_emails(max_results=10):
|
||||||
```
|
```
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td style="font-size: 0.7em;">
|
<td>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Building a Gmail tool with Arcade SDK
|
# Building a Gmail tool with Arcade SDK
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue