CLI
agentskit run
One-shot agent run from the terminal. Pipe inputs, capture outputs.
agentskit run "Summarize today's PRs" --provider openai --model gpt-4oPiped stdin:
cat README.md | agentskit run "Extract TODO items"#Flags
| Flag | Purpose |
|---|---|
--provider / --model / --api-key / --base-url | adapter config |
--verbose | print every step + tool call |
--json | machine-readable output |
--schema <path> | output schema (Zod or JSON Schema) |
#Related
Explore nearby
- PeerCLI
Nine commands wrapping every part of AgentsKit β init, chat, run, dev, doctor, ai, tunnel, rag, config.
- Peeragentskit init
Scaffold a new project β 9 starter templates spanning React, SvelteKit, Nuxt, Ink, Vite+Ink, Cloudflare Workers, Bun, runtime, and multi-agent.
- Peeragentskit chat
Interactive terminal chat. Ink-based. No setup required.