Skip to content

Commit 5bfa97b

Browse files
authored
Merge pull request #37 from plotday/change/login-docs
Add login information to SDK readme
2 parents d9c84a0 + f7439dc commit 5bfa97b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.changeset/bumpy-eels-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@plotday/sdk": patch
3+
---
4+
5+
Changed: Add login information to the README

sdk/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Plot Agent SDK
22

3-
The official SDK for building Plot agents - intelligent assistants that organize and prioritize your activities from all your apps and messages.
3+
<p align="center">
4+
<a href="https://linear.app" target="_blank" rel="noopener noreferrer">
5+
<img width="48" height="48" alt="favicon" src="https://github.com/user-attachments/assets/f38501fd-bb37-4671-a0bc-fd35fa25360d" alt="Plot logo" />
6+
</a>
7+
</p>
8+
<h1 align="center">
9+
Plot Agent SDK
10+
</h1>
11+
<p align="center">
12+
The official SDK for building [Plot](https://plot.day) agents -<br/>
13+
custom code that organize and prioritize all your messages, tasks, and apps.
14+
</p>
415

516
## Quick Start
617

@@ -54,7 +65,10 @@ export default class extends Agent {
5465

5566
### 3. Deploy Your Agent
5667

68+
You'll need a [Plot account](https://plot.day) to deploy agents.
69+
5770
```bash
71+
npm run plot login
5872
npm run deploy
5973
```
6074

0 commit comments

Comments
 (0)