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 ```