@caveman-ai/create-agent
v0.1.0
Published
Create an efficiency-native TypeScript agent powered by @caveman-ai/agent.
Maintainers
Readme
@caveman-ai/create-agent
Release status: implemented and pack-tested in this repository, but not yet published to npm. Command below becomes public path when package publishes.
Atomic initializer for @caveman-ai/agent.
npm create @caveman-ai/agent@latest my-agent
cd my-agent
npm run doctor
npm run devInitializer creates one required source file, starter eval, strict build config, provider choice, and installs dependencies. Exactly one detected provider credential selects silently. Zero or multiple credentials prompt once. Secrets are never printed or written.
Noninteractive use:
npm create @caveman-ai/agent@latest my-agent -- --provider anthropicSupported providers: anthropic, openai, google.
Skip dependency installation when another tool owns it:
npm create @caveman-ai/agent@latest my-agent -- --provider openai --no-installGenerated eval starts unapproved. Review expected behavior, set
approved: true, then run npm run build. Local evidence remains inferred;
verified savings remain $0 until active production traffic earns them.
After a locked build, run npm run check before deployment. Doctor makes no
provider call; if signed runtime artifacts are absent, follow its single
caveman setup --install action.
