The official package for building Plot agents -
custom code that organizes and prioritizes all your messages, tasks, and apps.
- @plotday/agent - Core agent builder package with the
plotcommand, agent and tool SDK, and built-in tools - tools/ - Additional tools for building agents, including integrations with popular services
- agents/ - Full source code for several agents
You'll need a Plot account to deploy agents.
# Create a new agent
npx @plotday/agent create
# Connect your Plot account
npx @plotday/agent login
# Deploy your agent
cd my-agent
npm run deploySee the Agent Builder documentation for detailed guides and API reference.
See the Agent Builder changelog for version history and release notes.
MIT © Plot Technologies Inc.