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