From f7439dccdf05c3434a47800ffcd311d360d15cb3 Mon Sep 17 00:00:00 2001 From: Kris Braun Date: Mon, 20 Oct 2025 10:34:52 -0400 Subject: [PATCH] Add login information to SDK readme --- .changeset/bumpy-eels-taste.md | 5 +++++ sdk/README.md | 16 +++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .changeset/bumpy-eels-taste.md diff --git a/.changeset/bumpy-eels-taste.md b/.changeset/bumpy-eels-taste.md new file mode 100644 index 0000000..7d954bf --- /dev/null +++ b/.changeset/bumpy-eels-taste.md @@ -0,0 +1,5 @@ +--- +"@plotday/sdk": patch +--- + +Changed: Add login information to the README diff --git a/sdk/README.md b/sdk/README.md index f1b3ebc..7d6e010 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -1,6 +1,17 @@ # Plot Agent SDK -The official SDK for building Plot agents - intelligent assistants that organize and prioritize your activities from all your apps and messages. +

+ + favicon + +

+

+ Plot Agent SDK +

+

+ The official SDK for building [Plot](https://plot.day) agents -
+ custom code that organize and prioritize all your messages, tasks, and apps. +

## Quick Start @@ -54,7 +65,10 @@ export default class extends Agent { ### 3. Deploy Your Agent +You'll need a [Plot account](https://plot.day) to deploy agents. + ```bash +npm run plot login npm run deploy ```