File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @plotday/sdk " : patch
3+ ---
4+
5+ Changed: Add login information to the README
Original file line number Diff line number Diff line change 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
5872npm run deploy
5973```
6074
You can’t perform that action at this time.
0 commit comments