plot-ai
v0.1.32
Published
Plot agent session CLI
Readme
plot-ai
Plot is a control plane for coding-agent work. The package installs the plot CLI and its complete Workflow, extension SDK, terminal, web, HTTP, and protocol documentation.
npx plot-ai --helpOr install globally:
npm install -g plot-ai
plot init
plot auth login
plot open WORKFLOW.mdExtensions use the public SDK:
import { definePlotExtension, defineTool } from "plot-ai/sdk";Print the bundled extension contract or an LLM-ready authoring prompt:
plot docs extensions
plot docs extension-promptProject: https://github.com/igorsheg/plot
