CLI
agentskit ai
Natural language → typed AgentSchema + scaffold.
agentskit ai "I want a Discord bot that answers questions from a Notion workspace"Produces:
AgentSchemaJSON (typed, validated).- Scaffold files (
tools.ts,runtime.ts, optional UI). .env.examplewith required keys.
Flags
| Flag | Purpose |
|---|---|
--out <dir> | scaffold target |
--schema-only | emit only the AgentSchema JSON |
--provider / --model | LLM used for the authoring step |